1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
2010-11-16 18:57:51 +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 Allow AR Session Store to be renewed 2010-11-11 14:17:14 +01:00
controller make sure we are only doing sanity checking against regular expressions 2010-11-15 13:37:27 -08:00
dispatch Brought the domain method in AD http url inline with subdomain where @@tld_length is used by default. Also set the default value of @@tld_length to 1. 2010-11-16 18:57:51 +08:00
fixtures Tests added for rendering partial with layout, when the partial contains another render layout with block call added missing fixtures 2010-11-13 13:40:36 -02:00
lib fields_for should treat ActiveRecord::Relation as an array 2010-11-11 17:14:47 +01:00
template incorporated most of the feedback from José 2010-11-16 00:04:37 +01:00
tmp
abstract_unit.rb Don't write out secure cookies unless the request is secure 2010-10-25 16:36:35 +01:00
active_record_unit.rb
ts_isolated.rb