.. |
fixtures
|
Added view path support for engines [DHH]
|
2008-11-27 18:59:24 +01:00 |
generators
|
Ensure template runner tests don't depend on hash ordering [#1654 state:resolved]
|
2008-12-28 17:49:58 +00:00 |
mocks
|
|
|
vendor/gems
|
handle missing dependecies in gem loading
|
2008-12-01 20:42:46 +01:00 |
abstract_unit.rb
|
Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:committed]
|
2008-11-24 11:35:55 +01:00 |
backtrace_cleaner_test.rb
|
Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:committed]
|
2008-11-24 11:35:55 +01:00 |
boot_test.rb
|
|
|
console_app_test.rb
|
Switch to Rack based session stores.
|
2008-12-15 16:33:31 -06:00 |
error_page_test.rb
|
The 'rails' command was broken by the last commit. Fix that.
|
2008-08-26 16:28:41 +02:00 |
fcgi_dispatcher_test.rb
|
Skip fcgi dispatcher tests if fcgi lib isn't available
|
2008-11-24 21:47:26 -08:00 |
gem_dependency_test.rb
|
How'd that sneak in there?
|
2008-12-09 11:16:30 -08:00 |
generator_lookup_test.rb
|
Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv]
|
2008-03-13 02:47:26 +00:00 |
initializer_test.rb
|
fix failing railties test
|
2008-12-01 12:12:57 -06:00 |
plugin_loader_test.rb
|
Added view path support for engines [DHH]
|
2008-11-27 18:59:24 +01:00 |
plugin_locator_test.rb
|
Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [DHH]
|
2008-11-26 20:03:25 +01:00 |
plugin_test.rb
|
Make plugins initialize also from rails/init.rb to ensure consistency with gems used as plugins
|
2008-06-08 13:05:45 -04:00 |
plugin_test_helper.rb
|
|
|
rails_generator_test.rb
|
Don't require generator_test_helper in RailsGeneratorTest.
|
2008-04-21 19:14:37 -05:00 |
rails_info_controller_test.rb
|
Appropriate test case subclasses to get assert_tag and assert_deprecated
|
2008-11-15 12:26:37 -08:00 |
rails_info_test.rb
|
Rename Rails::Info.components to frameworks
|
2008-11-24 18:47:42 -08:00 |
secret_key_generation_test.rb
|
Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ActiveSupport::TestCase for its tests.
|
2008-11-24 22:39:11 -08:00 |