1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Piotr Sarnacki 47ac67b8d4 Don't require using application_name before options
Before this commit options for `rails new` and `rails plugin new` had to
be passed in a strict order, trying to execute a following command:

    rails new -J path/to/app

resulted in an error.

This commit fixes the situation and allows to pass path to app anywhere
after `new`
2013-09-13 18:02:25 +02:00
..
rails Don't require using application_name before options 2013-09-13 18:02:25 +02:00
rails.rb Removed unused deprecation requires. 2013-07-03 23:21:23 +03:00