| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] | David Heinemeier Hansson | 2007-09-29 | 1 | -0/+3 |
* | Allow ability to disable request forgery protection, disable it in test mode ... | Rick Olson | 2007-09-28 | 5 | -12/+15 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -8/+8 |
* | Include asset host in public path cache key. Clear cache between asset tag te... | Jeremy Kemper | 2007-09-24 | 1 | -0/+5 |
* | The tag helper may bypass escaping. | Jeremy Kemper | 2007-09-24 | 1 | -0/+4 |
* | Rename some RequestForgeryProtection methods. The class method is now #prote... | Rick Olson | 2007-09-23 | 1 | -8/+1 |
* | Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha... | Rick Olson | 2007-09-23 | 5 | -0/+22 |
* | Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ... | Rick Olson | 2007-09-23 | 1 | -15/+191 |
* | Test fix (closes #6911) | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Improve tests (closes #7240) [josh] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+5 |
* | Roll back #7578, tests failed | David Heinemeier Hansson | 2007-09-22 | 1 | -10/+0 |
* | Improve the error message for assert_redirected_to (closes #7337) [sandofsky] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+10 |
* | Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ... | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (... | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+4 |
* | Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8... | David Heinemeier Hansson | 2007-09-22 | 1 | -14/+14 |
* | Fixed that setting the :host option in url_for would automatically turn off :... | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+19 |
* | Added FormHelper#label (closes #8641) [jcoglan] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+15 |
* | Fix tests for atom feed | David Heinemeier Hansson | 2007-09-21 | 1 | -21/+21 |
* | Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH] | David Heinemeier Hansson | 2007-09-21 | 1 | -0/+101 |
* | Autolink behaves well with emails embedded in URLs. Closes #7313. | Jeremy Kemper | 2007-09-20 | 1 | -0/+7 |
* | Revert [7397]. Reopens #7313. | Jeremy Kemper | 2007-09-20 | 1 | -4/+0 |
* | tag_options creates fewer objects | Jeremy Kemper | 2007-09-18 | 1 | -1/+3 |
* | Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob... | David Heinemeier Hansson | 2007-09-15 | 1 | -0/+12 |
* | Tidy up link to remote options. Closes #9505. [nik.wakelin] | Michael Koziarski | 2007-09-12 | 1 | -0/+5 |
* | Purge empty files | Jeremy Kemper | 2007-09-11 | 1 | -0/+0 |
* | Moved ActionController::Macros::AutoComplete into the auto_complete plugin on... | David Heinemeier Hansson | 2007-09-11 | 1 | -67/+0 |
* | Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi... | David Heinemeier Hansson | 2007-09-10 | 1 | -44/+0 |
* | 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 |