Sha256: 2347ad165a31755f4dfcdfbab3fcea9e49afd4490785c98cbe983f7340218fce

Contents?: true

Size: 873 Bytes

Versions: 7

Compression:

Stored size: 873 Bytes

Contents

Description:
    Wraps up Test-First Teaching exercises adapted from Chapter 07 of the RailsTutorial by Michael Hartl.

Example:
    rails generate chapter07:solutions

    This copies the solutions and other necessary files (e.g. images, assets, helpers, etc.) into the project
    to conclude chapter 07. This should make all tests pass and bring you in sync to the application at
    the end of chapter 07.

    If you already have a solution file, you'll be prompted whether you want to overwrite your file,
    see the difference, or keep your file.

    It's a good idea to commit your changes to git, prior to running finish, in case you accidentally choose to
    overwrite files you wanted to keep. Assuming your project is already git-controlled, you can commit changes with:

    git add .
    git commit -m "comment here explaining WHY you made the changes"



Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter07/solutions/USAGE
tft_rails_dbc-0.1.1 lib/generators/chapter07/solutions/USAGE
tft_rails_dbc-0.1 lib/generators/chapter07/solutions/USAGE
tft_rails-0.6.2 lib/generators/chapter07/solutions/USAGE
tft_rails-0.6.1 lib/generators/chapter07/solutions/USAGE
tft_rails-0.6.0 lib/generators/chapter07/solutions/USAGE
tft_rails-0.5.1 lib/generators/chapter07/solutions/USAGE