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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Koziarski
2007-Nov-14 05:42 UTC
Re: --without-gems gone, bogus warning in rails --help?
> 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.It doesn''t seem to be supported, nor does it seem particularly necessary. Please do submit a patch to remove the warning. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Scott Bronson
2007-Nov-14 17:12 UTC
Re: --without-gems gone, bogus warning in rails --help?
On 11/13/07, Michael Koziarski <michael@koziarski.com> wrote:> It doesn''t seem to be supported, nor does it seem particularly > necessary. Please do submit a patch to remove the warning.http://dev.rubyonrails.org/ticket/10165 Thanks Michael. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---