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
Alexey Vakhov fe7038eac8 Use new hash syntax for generators gem method
The Gemfile of new application uses ruby 1.9 hashes. Gem method of
generators should use them too. It prevents from mixing two kinds of
syntax in one file.
2012-05-22 13:26:06 +04:00
..
application Merge pull request #3359 from mrreynolds/datamapper_naming_fix 2012-05-19 08:19:39 -07:00
commands Fix rails db -h and cosmetic fixes in usage banners 2012-05-22 08:59:30 +04:00
configuration using __method__ for the command method calls 2012-05-21 16:20:40 -07:00
fixtures
generators Use new hash syntax for generators gem method 2012-05-22 13:26:06 +04:00
isolation Remove useless load path modifications 2012-05-11 19:00:35 -03:00
queueing Allow overriding exception handling in threaded consumer 2012-05-04 09:11:44 -03:00
railties Merge pull request #3359 from mrreynolds/datamapper_naming_fix 2012-05-19 08:19:39 -07:00
abstract_unit.rb Ensure that Rails.env is equal to "test" by default when running tests. 2012-05-06 21:36:59 -07:00
backtrace_cleaner_test.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
engine_test.rb Don't create new directory for tests 2012-04-28 15:05:49 -07:00
generators_test.rb Remove --http. 2012-03-14 22:30:01 +01:00
initializable_test.rb
paths_test.rb Allow loading external route files from the router 2012-04-25 16:07:17 -05:00
rails_info_controller_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
rails_info_test.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00
script_rails_loader_test.rb