1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/generators
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
..
actions_test.rb Removing the app constant and replacing it with Rails.application 2013-04-30 15:27:43 -04:00
app_generator_test.rb Add --skip-action-view to app generator 2013-08-25 11:39:13 +02:00
assets_generator_test.rb
controller_generator_test.rb Generate namespaced routes correctly for generators. Fix for #11532 2013-08-14 08:53:38 +05:30
generated_attribute_test.rb Fixed test names for generated_attribute_test.rb 2012-12-13 10:29:07 +05:30
generator_generator_test.rb Stop reading the same file twice for testing different content 2013-07-22 22:43:38 -03:00
generators_test_helper.rb Missing AV requires in railties tests 2013-08-25 11:39:13 +02:00
helper_generator_test.rb Update test locations 2012-10-09 17:53:56 -06:00
integration_test_generator_test.rb
mailer_generator_test.rb Update test locations 2012-10-09 17:53:56 -06:00
migration_generator_test.rb Support creating a table migration generator 2013-03-01 06:13:30 -06:00
model_generator_test.rb Consistent use of single and double quotes 2012-12-26 12:23:39 -03:00
named_base_test.rb
namespaced_generators_test.rb Fix typo in generators test helpr -> helper [ci skip] 2013-08-30 11:21:46 +05:30
orm_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
plugin_generator_test.rb s/plugin_new/plugin 2013-06-30 22:03:39 -04:00
resource_generator_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
scaffold_controller_generator_test.rb Added notice message for destroy method in scaffold 2013-02-10 01:19:02 +05:30
scaffold_generator_test.rb Fix the indentation on the from template of the scaffold generator 2013-08-19 10:52:01 -03:00
shared_generator_tests.rb Don't require using application_name before options 2013-09-13 18:02:25 +02:00
task_generator_test.rb changed test case name 2012-10-23 12:43:11 +03:00