aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-061-0/+3
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-061-0/+11
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-061-1/+1
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-061-1/+1
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-062-29/+61
* Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]Michael Koziarski2007-11-061-43/+42
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-261-3/+3
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]Marcel Molina2007-10-261-2/+2
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-1/+1
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-4/+6
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-192-2/+3
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-164-1643/+2646
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-52/+45
* Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger]Michael Koziarski2007-10-151-1/+10
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-12/+14
* JavaScriptVariableProxy#to_json ignores the options argJeremy Kemper2007-10-111-1/+1
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-102-308/+326
* form_for example for namespaced routes. Closes #9769 [sjgman9]Michael Koziarski2007-10-081-0/+6
* 1 years -> 1 yearJeremy Kemper2007-10-081-1/+1
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-3/+11
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-072-5/+21
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-022-6/+6
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-291-4/+6
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-283-5/+5
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-285-5/+5
* Protect button_to behind protect_from_forgery (closes #9675) [lifo]David Heinemeier Hansson2007-09-251-2/+7
* Stop rdoc from whiningDavid Heinemeier Hansson2007-09-241-3/+3
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-241-9/+13
* Cache computed public asset paths.Jeremy Kemper2007-09-241-16/+20
* Cache more file existence checks. Flip-flop escaping.Jeremy Kemper2007-09-241-9/+16
* Cache file existence checks and the list of all stylesheet sources. Manually ...Jeremy Kemper2007-09-241-7/+10
* The tag helper may bypass escaping.Jeremy Kemper2007-09-241-17/+26
* Cache asset ids.Jeremy Kemper2007-09-241-3/+12
* escape_once uses negative lookahead to avoid double-escaping instead of a sec...Jeremy Kemper2007-09-241-6/+1
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-233-3/+3
* move TextHelper#sanitize config options to the TextHelper module so it can be...Rick Olson2007-09-231-1/+146
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-234-21/+42
* Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...Rick Olson2007-09-231-38/+98
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-1/+1
* Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...David Heinemeier Hansson2007-09-221-1/+3
* Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...David Heinemeier Hansson2007-09-221-22/+22
* Doc fix (closes #9414) [Henrik N]David Heinemeier Hansson2007-09-221-3/+3
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-221-2/+3
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-221-1/+32
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+111
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-211-3/+9
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-201-5/+11
* Revert [7397]. Reopens #7313.Jeremy Kemper2007-09-201-11/+5