.. |
fixtures
|
Added view path support for engines [DHH]
|
2008-11-27 18:59:24 +01:00 |
generators
|
Ensure template_runner can run script/* ruby scripts under Windows. [#1859 state:resolved]
|
2009-02-16 20:22:02 +01:00 |
mocks
|
RailsFCGIHandler tests. Closes #9630.
|
2007-09-23 11:20:25 +00:00 |
vendor/gems
|
handle missing dependecies in gem loading
|
2008-12-01 20:42:46 +01:00 |
abstract_unit.rb
|
Properly skip fcgi tests if the gem is not installed
|
2009-02-16 15:12:28 -06: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
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
console_app_test.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -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
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -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 loader's LoadError exception message to mention missing plugins and omit loaded plugins.
|
2009-02-13 21:40:30 +13:00 |
plugin_loader_test.rb
|
Fix templates reloading in development when using custom view path [#2012 state:resolved]
|
2009-02-19 20:55:56 -06:00 |
plugin_locator_test.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
plugin_test.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
plugin_test_helper.rb
|
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
|
2007-11-08 05:29:44 +00:00 |
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 |