aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+146
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+11
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-051-3/+15
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-1/+33
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-53/+39
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-0/+6
* 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
* 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
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-093-17/+21
* Move active_record_store_test.rb to test/activerecord/. Closes #3790.Jeremy Kemper2006-02-091-151/+0
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-127/+0
* 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
* 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
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-1/+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-221-0/+9
* Add render :update for inline RJSSam Stephenson2006-01-201-0/+13
* Automatically discover layouts when a controller is namespaced. Closes #2199,...Marcel Molina2006-01-151-0/+13
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-131-0/+4
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-132-454/+0
* Allow auto-discovery of third party template library layouts.Marcel Molina2006-01-121-0/+61
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-261-2/+2
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-201-0/+10
* 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
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-221-0/+31
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-201-3/+9
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-181-1/+2
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-171-0/+29
* 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
* 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-081-5/+21
* 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
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+5
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-281-0/+11
* Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...David Heinemeier Hansson2005-10-261-0/+6
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-251-0/+9
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-202-7/+17
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-2/+19