aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow auto-discovery of third party template library layouts.Marcel Molina2006-01-121-2/+2
* Have the form builder output radio button, not check box, when calling the ra...Marcel Molina2006-01-061-1/+1
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-035-11/+45
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+14
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-2/+12
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-1/+1
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-1/+5
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-19/+21
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-301-0/+1
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-261-6/+4
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-261-1/+1
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-251-1/+14
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-253-63/+128
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-242-2/+4
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-1/+2
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-244-19/+44
* cosmetic change to assert_validTobias Lütke2005-12-231-1/+1
* only log session_id if @session object responds to .session_id. Tobias Lütke2005-12-221-1/+1
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-2/+13
* Add session ID to default logging, but remove the verbose description of ever...David Heinemeier Hansson2005-12-222-15/+1
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-211-4/+4
* Added toggle to compliment show and hide for RJSDavid Heinemeier Hansson2005-12-201-0/+5
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-201-2/+4
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-9/+43
* Documentation fixesNicholas Seckar2005-12-191-1/+1
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-172-1/+11
* Don't used defined? on a scoped constant since it results in a const_missing ...Jeremy Kemper2005-12-131-1/+1
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-131-8/+25
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-1/+7
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-122-440/+435
* Added form_remote_for [DHH]David Heinemeier Hansson2005-12-101-1/+7
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-1/+1
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-081-1/+2
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-021-1/+1
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-23/+10
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-2/+6
* Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...Jeremy Kemper2005-11-231-5/+15
* Make javascript_include_tag :default behave correctly with application.js, fi...Thomas Fuchs2005-11-221-1/+1
* Initialize @optional in routing code to avoid warningsNicholas Seckar2005-11-221-0/+1
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-221-3/+7
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-222-5/+7
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-212-2/+8
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-212-0/+16
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-211-7/+16
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* Strip out trailing &_= for raw post bodies #2868Sam Stephenson2005-11-211-0/+1
* Fix grammar error in [3115]. References #2966.Jeremy Kemper2005-11-211-2/+1
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-211-2/+2
* Improve expire_fragment documentation. Closes #2966.Jeremy Kemper2005-11-211-1/+2