Sha256: 4289361b0b0a70c1741f0ab38cde488aa5314d82ec7646b982791f7447a75a10
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
Description: Wraps up Test-First Teaching exercises adapted from Chapter 08 of the RailsTutorial by Michael Hartl. Example: rails generate chapter08:solutions This copies the solutions and other necessary files (e.g. images, assets, helpers, etc.) into the project to conclude chapter 08. This should make all tests pass and bring you in sync to the application at the end of chapter 08. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tft_rails-0.5.1 | lib/generators/chapter08_09/solutions/USAGE |