1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
David Heinemeier Hansson df79e135ac Added first stab at page and fragment caching
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@346 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-08 23:32:11 +00:00
..
active_record_helper.rb Added respondence to *_before_type_cast for all attributes to return their string-state before they were type casted by the column type. Added use of *_before_type_cast for all input and text fields. 2004-12-19 11:25:55 +00:00
cache_helper.rb Added first stab at page and fragment caching 2005-01-08 23:32:11 +00:00
date_helper.rb Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] 2005-01-02 15:32:01 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb FormHelper should only use *_before_type_cast if they available on the model 2004-12-19 16:39:56 +00:00
form_options_helper.rb Documented select, collection_select, and country_select #304 [Ulysses] 2004-12-15 11:49:23 +00:00
tag_helper.rb Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fixnum [zenspider] 2004-12-22 22:50:44 +00:00
text_helper.rb Fixed that textilize and markdown would instantiate their engines even on empty strings. This also fixes #333 [Ulysses] 2004-12-19 13:33:51 +00:00
url_helper.rb Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name 2005-01-05 00:38:09 +00:00