aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-282-5/+7
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-0/+6
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-264-1/+41
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-53/+39
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-0/+26
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-261-0/+19
* Fixed testsDavid Heinemeier Hansson2006-02-261-2/+2
* Fixed that form elements would strip the trailing [] from the first parameter...David Heinemeier Hansson2006-02-261-0/+7
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-0/+2
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-0/+38
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-0/+6
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-2/+17
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-191-1/+10
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-0/+9
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-1/+1
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-121-1/+1
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-121-0/+5
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-1/+24
* 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