aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Add render :update for inline RJSSam Stephenson2006-01-201-0/+13
* make error_messages_for return "" for nil objectsMichael Koziarski2006-01-191-0/+4
* Refactor human_size to exclude decimal place if it is zero.Marcel Molina2006-01-191-13/+14
* Automatically discover layouts when a controller is namespaced. Closes #2199,...Marcel Molina2006-01-152-0/+14
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-131-0/+4
* 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
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-133-590/+0
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-131-1/+1
* Allow auto-discovery of third party template library layouts.Marcel Molina2006-01-125-0/+65
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+5
* 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-0/+4
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-0/+7
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-301-0/+2
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-261-2/+2
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-261-0/+3
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-251-0/+10
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-0/+9
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-0/+8
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-202-0/+11
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-0/+9
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-171-1/+4
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-081-0/+5
* 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-023-10/+10
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-0/+18
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-223-0/+33
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-211-4/+4
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-201-3/+9
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-181-2/+2
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-181-1/+2
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-181-4/+4
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-172-0/+31
* Include QUOTED_TYPE constant in ActionPack AR assertions tests.Jeremy Kemper2005-11-161-0/+1
* MemCache store may be given multiple addresses. Closes #2869.Jeremy Kemper2005-11-161-1/+1
* Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.Jeremy Kemper2005-11-151-0/+12
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-143-155/+269
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-135-7/+177
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-6/+16
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-101-0/+7
* CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...Jeremy Kemper2005-11-091-3/+3
* Controllers with acronyms in their names (e.g. PDFController) require the cor...Jeremy Kemper2005-11-082-5/+24
* Added skip_before_filter/skip_after_filter for easier control of the filter c...David Heinemeier Hansson2005-11-041-1/+2
* Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...David Heinemeier Hansson2005-11-021-0/+10
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-2/+19
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+5
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-282-1/+12