aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Use explicit toplevel namespace for constant reference in AS::BasicObjectJeremy Kemper2008-01-071-1/+1
* Ruby 1.9 compat: truncate and excerpt helpersJeremy Kemper2008-01-071-52/+84
* Ruby 1.9 compat: remove stray colonJeremy Kemper2008-01-071-1/+1
* The asset_host block takes the controller request as an optional second argum...Jeremy Kemper2008-01-061-3/+23
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-6/+10
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-1/+15
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-021-14/+18
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...Rick Olson2007-12-281-1/+1
* Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...Jeremy Kemper2007-12-281-5/+1
* Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-0/+5
* Add :default option to time_zone_select. Closes #10590.Jeremy Kemper2007-12-211-1/+12
* Ruby 1.9 compat: date helperJeremy Kemper2007-12-211-6/+6
* Ruby 1.9 compat: form helper testJeremy Kemper2007-12-211-1/+1
* Ruby 1.9 compat: url helper encodingJeremy Kemper2007-12-211-9/+5
* Docfix (closes #10493)David Heinemeier Hansson2007-12-161-2/+2
* Added option to pass proc to ActionController::Base.asset_host for maximum co...David Heinemeier Hansson2007-12-161-8/+38
* Fix javascript_tag method name collision. Closes #10337.Jeremy Kemper2007-12-101-3/+3
* Ensure asset cache directories are automatically created. Closes #10337.Jeremy Kemper2007-12-101-38/+30
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-1/+1
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-2/+2
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-051-2/+23
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-051-1/+1
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-051-25/+256
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-054-7/+7
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-051-2/+57
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-051-2/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-051-20/+45
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-041-3/+3
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-2/+2
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-021-2/+14
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-4/+28
* Update to Prototype -r8232Sam Stephenson2007-11-291-71/+87
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-271-2/+2
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-155/+53
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-4/+15
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-1/+1
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-061-1/+1
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-061-0/+8
* 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