rails/actionpack/test
2006-02-21 10:52:35 +00:00
..
activerecord Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes]. 2006-02-20 03:15:22 +00:00
controller Fixed that the request method would be sticky in tests (closes #3849) [lars@pinds.com] 2006-02-20 23:49:43 +00:00
fixtures * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
template Added various InPlaceEditor options, #3746, #3891, #3896, #3906 2006-02-21 10:52:35 +00:00
abstract_unit.rb Added FormHelper#form_for and FormHelper#fields_for that makes it easier to work with forms for single objects also if they don't reside in instance variables [DHH] 2005-11-13 11:13:11 +00:00
active_record_unit.rb * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
testing_sandbox.rb Make the truncate() helper multi-byte safe (assuming $KCODE has been set to something other than "NONE") #2103 2005-09-19 21:36:36 +00:00