Skip to content

agentbright/rails-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

rails-guide

  • Create new application
  • Add postgres database
  • Install gems
  • Devise
  • Foundation
  • Active Admin
  • jquery-ui-rails
  • simple_form
  • jquery-turbolinks

Project - Create IT Capabilities Application

  1. Create git repo on github.com
  1. Clone to local
  1. Create new rails app
  • rails new it-capabilities
  1. Make sure it runs
  • bundle install
  • rails s
  1. Add postgresql
  • Remove the line gem 'sqlite3' from the gemfile
  • Add gem 'pg' to the gemfile
  • Add settings file
  • remove ‘development.sqllite3` file
  • Run rake db:create
  • Run rake db:migrate

Add the following gems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published