aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Modernize flash testsDavid Heinemeier Hansson2006-02-121-41/+26
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-2/+2
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-0/+5
* Remove over-engineered form_for code for a leaner implementation.Nicholas Seckar2006-02-111-7/+7
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-094-21/+26
* Move active_record_store_test.rb to test/activerecord/. Closes #3790.Jeremy Kemper2006-02-091-0/+0
* * Fix pagination problems when using includeMichael Koziarski2006-02-0915-50/+410
* Add :html option for specifying form tag options in form_forSam Stephenson2006-02-081-0/+19
* Don't interpret the :value option on text_area as an html attribute. Set the ...Marcel Molina2006-02-081-1/+8
* Fix remote_form_for creates a non-ajax form. Closes #3741.Nicholas Seckar2006-02-061-1/+1
* Don't let arbitrary classes match as controllersNicholas Seckar2006-02-042-1/+10
* Fix bad require for rake testNicholas Seckar2006-02-041-1/+1
* Fix routing tests to pass when run independently of the entire AP suiteNicholas Seckar2006-02-041-0/+1
* Fix Routing tests. Fix routing where failing to match a controller would prev...Nicholas Seckar2006-02-042-82/+72
* Add :builder => option to form_for and friends. Closes 3268.Nicholas Seckar2006-02-041-0/+75
* Added :only and :except controls to skip_before/after_filter just like for wh...David Heinemeier Hansson2006-01-311-0/+28
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-301-1/+18
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+1
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-232-10/+1
* Fix render(:update) to not render layoutsSam Stephenson2006-01-231-1/+2
* Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...David Heinemeier Hansson2006-01-231-0/+12
* Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...David Heinemeier Hansson2006-01-222-2/+11
* 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