rails/actionpack/test
Pavel Gorbokon 96bae30538 Replace rudimentary named_scope with scope. [#6052 state:resolved]
* rename method names (actually in tests)
* rename instance variable @_named_scopes_cache to @_scopes_cache
* rename references in doc comments
* don't touch CHANGELOG :)
2010-12-15 14:02:30 -08:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Replace rudimentary named_scope with scope. [#6052 state:resolved] 2010-12-15 14:02:30 -08:00
controller Ensure that while caching a page rails takes into 2010-12-09 16:14:57 +01:00
dispatch Fix edge cases for domain :all option on cookie store 2010-12-16 01:49:30 +05:30
fixtures Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 2010-12-04 18:00:52 +01:00
lib Fix tests on 1.9.2. 2010-11-28 12:48:50 +01:00
template Properly check the arity for template handlers. 2010-12-09 13:15:40 +01:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -08:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00