| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed the deprecated behavior of appending ".png" to image_tag/image_path c... | David Heinemeier Hansson | 2007-09-09 | 1 | -12/+3 |
* | Rename fieldset_tag to field_set_tag to follow the conventions from text_area... | David Heinemeier Hansson | 2007-09-09 | 1 | -4/+4 |
* | Add fieldset_tag for generating fieldsets, closes #9477. [djanowski] | Michael Koziarski | 2007-09-06 | 1 | -0/+20 |
* | Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade] | Michael Koziarski | 2007-09-02 | 1 | -13/+43 |
* | Make auto link behave well with URLs containing email addresses. Closes #7313... | Michael Koziarski | 2007-09-02 | 1 | -0/+4 |
* | Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally] | Michael Koziarski | 2007-09-02 | 1 | -0/+2 |
* | Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl... | Michael Koziarski | 2007-08-29 | 1 | -17/+34 |
* | Fix number_to_human_size when using different precisions. Closes #7536. [Rich... | Michael Koziarski | 2007-08-05 | 1 | -0/+4 |
* | * url_for now accepts a series of symbols representing the namespace of the r... | Tobias Lütke | 2007-07-19 | 1 | -0/+29 |
* | Support for non heterogeneous arrays when serializing to xml. Unless guessabl... | Tobias Lütke | 2007-07-09 | 1 | -0/+7 |
* | Fixed that link_to with an href of # when using :method will not allow for cl... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+7 |
* | Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil... | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+3 |
* | Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,... | Jeremy Kemper | 2007-06-13 | 1 | -11/+27 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 5 | -24/+111 |
* | Test javascript_tag. Closes #7239. | Jeremy Kemper | 2007-06-08 | 1 | -0/+10 |
* | Improve Text Helper test coverage. Closes #7274. | Jeremy Kemper | 2007-06-08 | 1 | -0/+18 |
* | Improve Action View test coverage. Closes #7241, #7243, #7244. | Jeremy Kemper | 2007-06-08 | 2 | -1/+11 |
* | Test periodically_call_remote with frequency. Closes #7244 [Rich Collins] | Jeremy Kemper | 2007-06-08 | 1 | -0/+7 |
* | More nested polymorphic url helper fixes. Closes #6432, references #8601. | Jeremy Kemper | 2007-06-07 | 1 | -23/+10 |
* | Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432. | Jeremy Kemper | 2007-06-06 | 1 | -10/+18 |
* | Resources: url_for([parent, child]) generates /parents/1/children/2 for the n... | Jeremy Kemper | 2007-06-05 | 2 | -7/+115 |
* | Assume html format when rendering partials in RJS. #8076 [Rick] | Rick Olson | 2007-06-05 | 1 | -0/+4 |
* | Don't double-escape url_for in views. Closes #8144. | Jeremy Kemper | 2007-06-05 | 1 | -0/+5 |
* | Remove junk form helper test. Closes #8416 [eric_oconnell] | Jeremy Kemper | 2007-06-05 | 1 | -7/+0 |
* | Allow JSON-style values for the :with option of observe_field. Closes #8557 ... | Thomas Fuchs | 2007-06-03 | 1 | -0/+11 |
* | Fixed that DateHelper#date_select should set the day to the 1st when its a hi... | David Heinemeier Hansson | 2007-05-31 | 1 | -0/+17 |
* | fix test cases to match new json output. Closes #8371 | Rick Olson | 2007-05-29 | 2 | -13/+13 |
* | Ensure compiled template tests pass on windows where there are no symlinks. [... | Michael Koziarski | 2007-05-27 | 1 | -22/+28 |
* | auto_complete_field takes a :method option so you can GET or POST. Closes #8120. | Jeremy Kemper | 2007-05-26 | 1 | -0/+2 |
* | Added option to suppress :size when using :maxlength for FormTagHelper#text_f... | David Heinemeier Hansson | 2007-05-24 | 1 | -0/+6 |
* | observe_form always sends the serialized form. Closes #5271. | Jeremy Kemper | 2007-05-18 | 1 | -2/+2 |
* | select :include_blank option can be set to a string instead of true, which ju... | Jeremy Kemper | 2007-05-18 | 1 | -0/+56 |
* | Clean up the simply_helpful merge. | Jeremy Kemper | 2007-05-18 | 2 | -3/+3 |
* | Added record identifications to FormHelper#form_for and PrototypeHelper#remot... | David Heinemeier Hansson | 2007-05-14 | 2 | -21/+126 |
* | Removed deprecated parameters_for_method_reference concept (legacy from befor... | David Heinemeier Hansson | 2007-05-12 | 8 | -13/+96 |
* | Fixed that content_tag with a block will just return the result instead of co... | David Heinemeier Hansson | 2007-05-02 | 1 | -0/+5 |
* | Added the first part of Simply Helpful to core. The rest is pending a clean i... | David Heinemeier Hansson | 2007-04-30 | 1 | -0/+7 |
* | remove useless mock test | Rick Olson | 2007-04-12 | 1 | -47/+0 |
* | Change ActionView template defaults. Look for templates using the request fo... | Rick Olson | 2007-04-02 | 1 | -0/+9 |
* | add ActionView::Base#find_template_extension_for tests | Rick Olson | 2007-04-01 | 1 | -0/+38 |
* | Highlight helper highlights one or many terms in a single pass. | Jeremy Kemper | 2007-03-30 | 1 | -0/+6 |
* | Added that FormTagHelper#submit_tag will return to its original state if the ... | David Heinemeier Hansson | 2007-03-27 | 1 | -1/+1 |
* | Deprecation: remove deprecated update_element_function, start_form_tag, and e... | Jeremy Kemper | 2007-03-13 | 2 | -65/+0 |
* | Deprecation: remove deprecated human_size helper alias. Use number_to_human_s... | Jeremy Kemper | 2007-03-13 | 1 | -6/+0 |
* | Deprecation: remove deprecated link_to_image and link_image_to methods. Use l... | Jeremy Kemper | 2007-03-13 | 1 | -33/+24 |
* | Deprecation: remove deprecated instance variables. | Jeremy Kemper | 2007-03-13 | 1 | -43/+0 |
* | Give time_ago_in_words test some DST slop. | Jeremy Kemper | 2007-03-11 | 1 | -2/+1 |
* | Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ... | David Heinemeier Hansson | 2007-03-03 | 1 | -0/+6 |
* | Set the original button value in an attribute of the button when using the :d... | Jamis Buck | 2007-02-28 | 1 | -1/+1 |
* | Added subdirectory test | David Heinemeier Hansson | 2007-02-21 | 1 | -0/+16 |