5 Matching Annotations
- Aug 2015
-
www.railstutorial.org www.railstutorial.org
-
From this point until the end of the tutorial, I recommend solving the exercises on a separate topic branch:
$ git checkout static-pages $ git checkout -b static-pages-exercises
-
- Jul 2015
-
rails-4-0.railstutorial.org rails-4-0.railstutorial.org
-
$ heroku create $ git push heroku master $ heroku run rake db:migrate
deploying to heroku
-
To install and include the new gems, we run bundle install.
-
Here the --skip-test-unit option to the rails command tells Rails not to generate a test directory associated with the default Test::Unit framework.
Tags
Annotators
URL
-
-
www.railstutorial.org www.railstutorial.org
-
Full command Shortcut $ rails server $ rails s $ rails console $ rails c $ rails generate $ rails g $ bundle install $ bundle $ rake test $ rake Table 3.1: Some Rails shortcuts.
Rails shortcuts
-