| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp... | Rick Olson | 2006-07-18 | 1 | -0/+18 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 2 | -9/+21 |
* | Pass :id => nil or :class => nil to error_messages_for to supress that html a... | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | text_field_with_auto_complete stylesheet uses <style type="text/css"> instead... | Jeremy Kemper | 2006-07-05 | 1 | -1/+1 |
* | Fixed that real files and symlinks should be treated the same when compiling ... | David Heinemeier Hansson | 2006-07-05 | 2 | -63/+134 |
* | Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+1 |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 1 | -5/+15 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+27 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 1 | -2/+9 |
* | form.text_area handles the :size option just like the original text_area (:si... | Jeremy Kemper | 2006-05-11 | 1 | -0/+7 |
* | Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. | Jeremy Kemper | 2006-05-09 | 1 | -0/+4 |
* | Allow error_messages_for to report errors for multiple objects, as well as su... | Marcel Molina | 2006-04-26 | 1 | -1/+51 |
* | Change link_to_function and button_to_function to (optionally) take an update... | Sam Stephenson | 2006-04-19 | 1 | -0/+15 |
* | Add additional autocompleter options [aballai, Thomas Fuchs] | Thomas Fuchs | 2006-04-02 | 1 | -2/+7 |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+5 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+16 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 1 | -5/+3 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 1 | -6/+6 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 1 | -1/+38 |
* | Fix double url escaping of remote_function. Add :escape => false option to Ac... | Nicholas Seckar | 2006-03-22 | 2 | -0/+6 |
* | Fix test | David Heinemeier Hansson | 2006-03-22 | 1 | -1/+1 |
* | Add :script option to in_place_editor to support evalScripts (closes #4194) [... | Rick Olson | 2006-03-19 | 1 | -0/+7 |
* | Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ... | Rick Olson | 2006-03-19 | 1 | -0/+13 |
* | Undo accidental escaping for mail_to; add regression test. Fix incorrect cred... | Nicholas Seckar | 2006-03-19 | 1 | -0/+4 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 1 | -11/+21 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+2 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+10 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 1 | -18/+26 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 1 | -0/+5 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 1 | -25/+26 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -5/+18 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 2 | -56/+54 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 1 | -2/+102 |
* | Fixed that default image extension was not appended when using a full URL wit... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+2 |
* | Added support to AssetTagHelper#javascript_include_tag for having :defaults a... | David Heinemeier Hansson | 2006-02-28 | 2 | -5/+7 |
* | Added support for visual effects scoped queues to the visual_effect helper #3... | Thomas Fuchs | 2006-02-27 | 1 | -0/+6 |
* | Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs] | Thomas Fuchs | 2006-02-26 | 1 | -0/+26 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+19 |
* | Fixed tests | David Heinemeier Hansson | 2006-02-26 | 1 | -2/+2 |
* | Fixed that form elements would strip the trailing [] from the first parameter... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+7 |
* | The image_tag helper is not converting the options hash to symbols (closes #3... | David Heinemeier Hansson | 2006-02-26 | 1 | -0/+2 |
* | Added various InPlaceEditor options, #3746, #3891, #3896, #3906 | Thomas Fuchs | 2006-02-21 | 1 | -0/+38 |
* | Use real assigns instead of a method call [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |
* | replace_element was renamed replace [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+1 |
* | Also support replace and replace_html and some refactoring in JavaScriptEleme... | David Heinemeier Hansson | 2006-02-12 | 1 | -0/+5 |
* | Added element and collection proxies to RJS [DHH] | David Heinemeier Hansson | 2006-02-12 | 1 | -1/+24 |
* | Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM... | Sam Stephenson | 2006-02-12 | 1 | -0/+5 |
* | Remove over-engineered form_for code for a leaner implementation. | Nicholas Seckar | 2006-02-11 | 1 | -7/+7 |
* | Add :html option for specifying form tag options in form_for | Sam Stephenson | 2006-02-08 | 1 | -0/+19 |
* | Don't interpret the :value option on text_area as an html attribute. Set the ... | Marcel Molina | 2006-02-08 | 1 | -1/+8 |