Skip to content

Commit

Permalink
add explanation about -T -O -J flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed Feb 24, 2011
1 parent 8d0778c commit 13aea4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.textile
Expand Up @@ -84,7 +84,9 @@ You can use an application template to generate a new version of the example app

Use the command:

@$ rails new APP_NAME -m https://github.com/fortuity/rails3-application-templates/raw/master/rails3-mongoid-devise-template.rb@
@$ rails new APP_NAME -m https://github.com/fortuity/rails3-application-templates/raw/master/rails3-mongoid-devise-template.rb -T -O -J@

Use the @-T -O -J@ flags to skip Test::Unit files, Active Record files, and Prototype files.

bq. You MUST be using Rails 3.0.4. Generating a Rails application from an “HTTPS” URL does not work in Rails 3.0.3 and earlier versions.

Expand Down

0 comments on commit 13aea4e

Please sign in to comment.