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
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
..
application Merge pull request #12216 from suginoy/a-an 2013-09-13 05:55:28 -07:00
commands
configuration
fixtures
generators Don't require using application_name before options 2013-09-13 18:02:25 +02:00
isolation Extend basic rendering, test it in railties 2013-08-25 11:40:10 +02:00
railties Removed deprecated Rails.application.railties.engines. 2013-07-04 19:56:23 +02:00
abstract_unit.rb Add AV as development dependency for railties 2013-08-25 11:39:12 +02:00
app_rails_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb
engine_test.rb
env_helpers.rb
generators_test.rb s/plugin_new/plugin 2013-06-30 22:03:39 -04:00
initializable_test.rb
paths_test.rb Fix typos: the indefinite articles(a -> an) 2013-09-13 20:44:37 +09:00
rack_logger_test.rb "Naked" rescue clauses only catch StandardError subclasses. 2013-08-06 17:04:02 +02:00
rails_info_controller_test.rb Fix railtie tests 2013-08-25 11:39:11 +02:00
rails_info_test.rb Add a test case for comparing Rails versions 2013-05-03 14:18:57 -04:00
test_info_test.rb Privatize non-test method 2013-07-25 17:08:43 +09:00