rails/railties/test
Antonio Tapiador del Dujo cf4846c6ae I18n support for plugins
Rails will now automatically add locale files found in any engine's locale
directory to the I18n.load_path (i.e. files that match the glob pattern
"config/locales/**/*.{rb,yml}" relative to engine directories).

[#2325 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-08-30 13:36:22 -07:00
..
fixtures I18n support for plugins 2009-08-30 13:36:22 -07:00
generators Use less strict rules in generators lookup, so people can lay their generators wherever they want. 2009-08-10 18:29:20 +02:00
initializer Add a .tmp path 2009-08-09 05:52:49 -03:00
mocks RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
vendor/gems Additional tests for the gem subsystem 2009-04-29 08:07:57 -07:00
abstract_unit.rb Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 state:resolved] 2009-07-01 11:53:17 -07:00
backtrace_cleaner_test.rb Correctly clean backtraces from vendor/gems and gems in alternate install locations 2009-03-09 12:49:58 +01:00
boot_test.rb Make tests pass again after merge. 2009-06-25 10:44:46 +02:00
console_app_test.rb Skip console test when using minitest 2009-02-27 12:19:23 -08:00
fcgi_dispatcher_test.rb Properly skip fcgi tests if the gem is not installed 2009-02-16 15:12:28 -06:00
gem_dependency_test.rb Only check for built extensions on gem dependencies that are in vendor/gems. [#2825 state:resolved] 2009-07-02 10:27:54 -07:00
generators_test.rb Use less strict rules in generators lookup, so people can lay their generators wherever they want. 2009-08-10 18:29:20 +02:00
initializer_test.rb I18n support for plugins 2009-08-30 13:36:22 -07:00
metal_test.rb make pass through error code configurable [#2817 state:resolved] 2009-07-22 22:21:06 -05:00
new_initializer_test.rb Started making progress on implementing a new initializer. 2009-06-23 14:49:03 -07:00
paths_test.rb Reapply Rails::Application::Path tweaks 2009-07-06 10:22:42 -07:00
plugin_loader_test.rb I18n support for plugins 2009-08-30 13:36:22 -07:00
plugin_locator_test.rb Got all the railties tests to pass, rails must boot! 2009-06-23 14:49:04 -07:00
plugin_test_helper.rb Added tests for the :install_gem_spec_stubs initializer 2009-07-02 17:52:46 -07:00
plugin_test.rb Got all the railties tests to pass, rails must boot! 2009-06-23 14:49:04 -07:00
rack_static_test.rb Ensure public folder structure is setup correctly if the tests are ran out of order, fixes tests in 0c9bbf8 2009-03-10 11:19:32 -05:00
rails_info_controller_test.rb Remove a stray process2 require 2009-06-16 16:29:33 -07:00
rails_info_test.rb Get Railties passing again 2009-05-16 12:28:25 -07:00