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
2006-02-12 05:51:02 +00:00
..
activerecord Major components cleanup and speedup. Closes #3527. 2006-02-09 20:05:11 +00:00
controller Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
fixtures * Fix pagination problems when using include 2006-02-09 09:17:40 +00:00
template Add JavaScriptGenerator#replace_element for replacing an element's "outer HTML". Closes #3246. 2006-02-12 01:30:13 +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