rails--rails/railties/test
Yehuda Katz + Carl Lerche cecafc52ee Refactor ActionView::Template
ActionView::Template is now completely independent from template
  storage, which allows different back ends such as the database.
  ActionView::Template's only responsibility is to take in the
  template source (passed in from ActionView::Path), compile it,
  and render it.
2009-04-27 11:49:11 -07:00
..
fixtures update metal fixtures to be ruby 1.9 compat 2009-03-15 23:21:29 -05:00
generators Fixed that template runner gem method to output :lib => false correctly [#1940 state:resolved] 2009-03-12 14:45:55 +00:00
mocks RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
vendor/gems Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
abstract_unit.rb Fix test failure introduced by 6099f261ea 2009-02-25 14:01:44 -08: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 Vendored gem paths now being loaded if they exist [#2204 state:resolved] 2009-03-13 10:13:57 +00: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 Removed rest of Symbol#to_proc from railties tests 2009-04-22 19:52:28 -07: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 Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
metal_test.rb Make sure Metal use ActionController class name conventions [#2242 state:resolved] 2009-03-15 18:41:21 -05:00
plugin_loader_test.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
plugin_locator_test.rb Missed one 2009-04-22 19:50:24 -07:00
plugin_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
plugin_test_helper.rb Refactor ActionView::Template 2009-04-27 11:49:11 -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_generator_test.rb Don't require generator_test_helper in RailsGeneratorTest. 2008-04-21 19:14:37 -05:00
rails_info_controller_test.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
rails_info_test.rb Improve tests and code for Rails::InfoController and Rails::Info [#2411 state:resolved] 2009-04-07 09:16:48 -05: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