aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Translated strings in the view are assumed html_safe (Closes #3401)David Heinemeier Hansson2009-12-241-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+1
* Allow explicit placement of hidden id element for nested models.Will Read2009-11-151-2/+11
* Fix some Ruby warnings: `*' interpreted as argument prefixBryan Helmkamp2009-11-091-1/+1
* Fix error_messages_for when instance variable names are given.José Valim2009-10-211-6/+6
* Bring agnosticism to error_messages_for.José Valim2009-10-171-6/+10
* Unify benchmark APIs.José Valim2009-10-151-54/+0
* Make sure non-escaped urls aren't considered safeMichael Koziarski2009-10-151-1/+1
* ActionView.url_for doesn't escape by defaultPhil Darnowsky2009-10-151-1/+1
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-12/+16
* API change: content_tag_for outputs prefixed class nameJoshua Peek2009-10-081-3/+3
* error procs have to be safe tooMichael Koziarski2009-10-081-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-0812-25/+43
* NumberHelper depends on big decimal extensionsJoshua Peek2009-10-031-0/+1
* Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...John Trupiano2009-09-281-10/+19
* Enhancing distance_of_time_in_words to prefix year output with over and about...Jay Pignata2009-09-281-4/+7
* AV::UrlHelper depends on Array#secondJoshua Peek2009-09-131-0/+1
* Don't force test suite to use bundlerJoshua Peek2009-09-131-0/+1
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-7/+19
* Clean tag attributes before passing through the escape_once logic.Michael Koziarski2009-09-041-1/+1
* Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...Sam Pohlenz2009-09-031-2/+6
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-1/+2
* Revert "I18n: use I18n for select helpers' prompt text"Jeremy Kemper2009-08-261-2/+1
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-1/+2
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-2/+3
* Introduce grouped_collection_select helper.codeape2009-08-091-0/+67
* Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-1/+1
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+1
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-3/+11
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-091-0/+4
* Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-091-1/+1
* Update truncate documentation / examples to more clearly demonstrate its actu...Steve St. Martin2009-08-081-8/+10
* Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...rizwanreza2009-08-081-9/+7
* Allow radio buttons to work with booleans.José Valim2009-08-081-2/+2
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+7
* remove duplicate call to stringify_keys [#2587 status:resolved]Steve St. Martin2009-08-081-1/+1
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-1/+1
* Ruby 1.9.2: implicit argument passing of super from method defined by define_...Jeremy Kemper2009-08-071-3/+1
* Improve a path in _render_partialYehuda Katz2009-08-061-0/+4
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-10/+14
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-302-2/+5
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-281-6/+24
* Merge docrailsPratik Naik2009-07-254-77/+76
* First effort at new Ajax helpersYehuda Katz2009-07-201-0/+68
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-202-3/+1
* Finish convert_to_object updatesYehuda Katz2009-07-201-1/+3
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-202-3/+5
* Define ActiveModel API ComplianceYehuda Katz2009-07-202-9/+28
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+15
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-072-5/+36