| Commit message (Expand) | Author | Age | Files | Lines |
* | Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li... | David Heinemeier Hansson | 2005-02-18 | 1 | -0/+18 |
* | Documentation on :include_blank #579 | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+13 |
* | Added current_page?(options) method to check if the url_for options passed co... | David Heinemeier Hansson | 2005-02-17 | 1 | -1/+6 |
* | Simplified link_to_unless_current to work with the new Routing | David Heinemeier Hansson | 2005-02-17 | 1 | -24/+3 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 5 | -13/+13 |
* | Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] | David Heinemeier Hansson | 2005-01-25 | 1 | -6/+15 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+6 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+28 |
* | Fixed no-binding fragment caching | David Heinemeier Hansson | 2005-01-20 | 1 | -2/+2 |
* | Removed the need for passing the binding when using CacheHelper#cache | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Added the option of passing a block to ActiveRecordHelper#form in order to ad... | David Heinemeier Hansson | 2005-01-15 | 2 | -5/+11 |
* | Updated to new naming style | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Added fourth argument to render_collection_of_partials that allows you to spe... | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Added that form helpers now take an index option #448 [Tim Bates] | David Heinemeier Hansson | 2005-01-10 | 1 | -2/+25 |
* | Updated caching to include action caching as well and simplified the name/key... | David Heinemeier Hansson | 2005-01-10 | 1 | -1/+2 |
* | Added first stab at page and fragment caching | David Heinemeier Hansson | 2005-01-08 | 1 | -0/+9 |
* | Added the possibility of passing nil to UrlHelper#link_to to use the link its... | David Heinemeier Hansson | 2005-01-05 | 1 | -5/+8 |
* | Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+20 |
* | Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi... | David Heinemeier Hansson | 2004-12-22 | 2 | -4/+5 |
* | Fixed error rendering of rxml documents to not just swallow the exception and... | David Heinemeier Hansson | 2004-12-21 | 1 | -8/+7 |
* | FormHelper should only use *_before_type_cast if they available on the model | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+5 |
* | Fixed that textilize and markdown would instantiate their engines even on emp... | David Heinemeier Hansson | 2004-12-19 | 1 | -2/+2 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 2 | -7/+9 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 5 | -15/+17 |
* | Fixed DateHelper#date_select so that you can pass include_blank as an option ... | David Heinemeier Hansson | 2004-12-15 | 1 | -1/+2 |
* | Documented select, collection_select, and country_select #304 [Ulysses] | David Heinemeier Hansson | 2004-12-15 | 1 | -3/+13 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 1 | -0/+23 |
* | Added TemplateError#backtrace that makes it much easier to debug template err... | David Heinemeier Hansson | 2004-12-13 | 1 | -3/+10 |
* | Fixed the default button name on forms generated with form | David Heinemeier Hansson | 2004-12-12 | 1 | -3/+6 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Added that render_partial will always by default include a counter with value... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+8 |
* | Fixed all helpers so that they use XHTML compliant double quotes for values i... | David Heinemeier Hansson | 2004-12-12 | 3 | -17/+16 |
* | Use lower-case post instead of POST as form method for XHTML compliance #290 ... | David Heinemeier Hansson | 2004-12-12 | 2 | -5/+5 |
* | Set border on link_to_image to 0 by default | David Heinemeier Hansson | 2004-12-10 | 1 | -0/+8 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+37 |
* | Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if... | David Heinemeier Hansson | 2004-12-08 | 1 | -2/+4 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+0 |
* | Updated Builder to 1.2.2 | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+4 |
* | Added that ActiveRecordHelper#form now calls url_for on the :action option. | David Heinemeier Hansson | 2004-12-07 | 1 | -3/+3 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+2 |
* | Added options to tailor header tag, div id, and div class on ActiveRecordHelp... | David Heinemeier Hansson | 2004-12-01 | 1 | -7/+17 |
* | Allow form_tag with no arguments (resulting in a form posting to current acti... | David Heinemeier Hansson | 2004-11-24 | 1 | -1/+1 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 16 | -0/+2030 |