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
Mykola Kyryk 4fa6088b42 This commit fixes issue #8628
Allow environment name to start with a substring of the default
environment names.
For example: tes, pro, prod, dev, devel, etc.

Fixing identation.

Adding test for Rails::Console.parse_arguments method.

Fix issue 8628 for Rails::DBConsole.
2013-01-04 17:05:49 +02:00
..
application Set the default timezone after the initialization since the configuration 2013-01-04 00:25:08 -03:00
commands This commit fixes issue #8628 2013-01-04 17:05:49 +02:00
configuration Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
fixtures Revert "Detect rbenv and update the shebang" 2012-12-28 14:21:24 -07:00
generators Merge pull request #8705 from amparo-luna/change_update_attributes_to_update 2013-01-03 09:09:59 -08:00
isolation Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
railties Fix usage of lambda as a Rack endpoint 2012-12-31 17:46:19 +01:00
abstract_unit.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
backtrace_cleaner_test.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
engine_test.rb Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec 2012-12-31 13:57:23 -03:00
env_helpers.rb Refactor tests that switch RAILS_ENV and RACK_ENV 2012-12-06 10:47:14 -02:00
generators_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
initializable_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
paths_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
rails_info_controller_test.rb HTML formatting to Rails::InfoController#routes 2012-12-17 12:41:54 -06:00
rails_info_test.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00
script_rails_loader_test.rb