aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Correct time_zone_options_for_select docs. Closes #2892.Jeremy Kemper2005-11-161-1/+1
* Inline commonly-called template presence checks. Closes #2882.Jeremy Kemper2005-11-161-2/+2
* Avoid logging code if logger is nil. Closes #2881.Jeremy Kemper2005-11-161-4/+15
* Use Set instead of Array to speed up prototype helper include? calls. Closes...Jeremy Kemper2005-11-161-5/+7
* Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...Jeremy Kemper2005-11-151-2/+2
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-143-449/+662
* Update trunk to latests script.aculo.usThomas Fuchs2005-11-143-109/+70
* * Updated docs for in_place_editor, fixes a couple bugs and offers extended s...Tobias Lütke2005-11-141-9/+11
* Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/...Jeremy Kemper2005-11-131-5/+4
* hidden_field can also be in fields_forDavid Heinemeier Hansson2005-11-131-1/+1
* Make form_for work with additional optionsDavid Heinemeier Hansson2005-11-131-1/+1
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-134-17/+143
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-1/+1
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-101-9/+30
* Added request as instance method to views, so you can do <%= request.env["HTT...David Heinemeier Hansson2005-11-071-1/+1
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-072-2/+2
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-013-326/+21
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-295-455/+427
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-271-1/+2
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-8/+8
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+22
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* Fix spelling errorNicholas Seckar2005-10-171-1/+1
* Make string-keys locals assigns optionalNicholas Seckar2005-10-171-4/+10
* Improve line number detection for template errorsNicholas Seckar2005-10-161-1/+1
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-162-2/+9
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-162-548/+290
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-161-2/+5
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-152-24/+11
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-151-6/+24
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-1/+1
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-2/+2
* Improved line number reporting for template errorsNicholas Seckar2005-10-131-3/+3
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-122-4/+17
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-128-26/+26
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-121-7/+7
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-102-29/+20
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-1/+6
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-095-276/+448
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+1
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-1/+6
* Better logging about partials when logger to to debugDavid Heinemeier Hansson2005-10-011-1/+3
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-2/+21
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-1/+2
* Not the avenue we want to go downDavid Heinemeier Hansson2005-09-301-4/+0
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-1/+4
* Updated rdoc for javascript_include_tagThomas Fuchs2005-09-281-3/+7