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
2005-06-16 06:17:51 +00:00
..
helpers Added button_to as a form-based solution to deal with harmful actions that should be hidden behind POSTs. This makes it just as easy as link_to to create a safe trigger for actions like destroy, although it's limited by being a block element, the fixed look, and a no-no inside other forms. #1371 [tom@moertel.com] 2005-06-16 06:17:51 +00:00
vendor Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
base.rb r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 2005-06-15 17:17:58 +00:00
partials.rb Fixed that render_partial_collection should always return a string (and not sometimes an array, despite <%= %> not caring) 2005-05-13 16:27:36 +00:00
template_error.rb Fixed error rendering of rxml documents to not just swallow the exception and return 0 (still not guessing the right line, but hey) 2004-12-21 02:05:12 +00:00