At the bottom of rails_generator/generators/applications/app/USAGE (rails
--help), it says:
WARNING:
Only specify --without-gems if you did not use gems to install Rails.
Your application will expect to find activerecord, actionpack, and
actionmailer directories in the vendor directory. A popular way to
track
the bleeding edge of Rails development is to checkout from source
control
directly to the vendor directory. See http://dev.rubyonrails.org/
except that when I try to use this argument:
$ ruby vendor/rails/railties/bin/rails --without-gems .
invalid option: --without-gems
Is --without-gems still supported? It appears no?
If not, then can we get rid of this bogus warning? I'm happy to submit a
patch.
- Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---