5 Matching Annotations
  1. Aug 2015
    1. 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

  2. Jul 2015
    1. $ heroku create $ git push heroku master $ heroku run rake db:migrate

      deploying to heroku

    2. To install and include the new gems, we run bundle install.
    3. 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.
    1. 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