aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-133-1/+13
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Documentation typo fix. Closes #2367.Marcel Molina2006-01-132-1/+3
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-138-1671/+2
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-132-2/+2
* Fix typo in function name mapping in auto_complete_field. Closes #3446.Marcel Molina2006-01-132-1/+3
* Allow auto-discovery of third party template library layouts.Marcel Molina2006-01-127-2/+69
* Have the form builder output radio button, not check box, when calling the ra...Marcel Molina2006-01-062-1/+3
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-036-11/+49
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-313-0/+21
* 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-312-2/+2
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-313-1/+11
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-303-19/+30
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-303-0/+5
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-262-8/+6
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-263-1/+6
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-253-1/+26
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-254-63/+130
* 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-246-19/+61
* 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-222-2/+21
* Add session ID to default logging, but remove the verbose description of ever...David Heinemeier Hansson2005-12-223-15/+3
* 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-203-2/+15
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-203-9/+60
* Documentation fixesNicholas Seckar2005-12-192-1/+3
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-174-2/+17
* Update trunk to scriptaculous 1.5 finalThomas Fuchs2005-12-131-0/+2
* 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-132-8/+27
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-132-1/+9
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-123-440/+437
* 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-083-1/+9
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-022-1/+3
* Silence deprecation warnings for keep_flash when running tests.Marcel Molina2005-12-021-1/+1
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-025-33/+22
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-233-2/+26
* 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-222-0/+3