aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-2/+0
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-191-1/+1
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-1/+1
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-36/+39
* The components module should also contain the options that pertain to it, so ...David Heinemeier Hansson2006-02-121-17/+4
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-11/+35
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-8/+3
* Ensure assigns are copied to the template when using render :update. Closes ...Nicholas Seckar2006-01-301-0/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-2/+3
* Backing out of [3470] until visual_effect, et al can workSam Stephenson2006-01-231-3/+2
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-2/+3
* Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...David Heinemeier Hansson2006-01-221-1/+8
* Pass along blocks from render_to_string to renderSam Stephenson2006-01-201-2/+2
* Add render :update for inline RJSSam Stephenson2006-01-201-7/+30
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-131-6/+0
* only log session_id if @session object responds to .session_id. Tobias Lütke2005-12-221-1/+1
* Add session ID to default logging, but remove the verbose description of ever...David Heinemeier Hansson2005-12-221-0/+1
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-201-2/+4
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-171-0/+10
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-221-3/+7
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-181-3/+8
* Update documentation for render :file. References #2858.Jeremy Kemper2005-11-141-8/+12
* CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...Jeremy Kemper2005-11-091-1/+5
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-2/+2
* Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...David Heinemeier Hansson2005-11-021-0/+6
* ensure close_session in AC::Base#processJeremy Kemper2005-11-021-2/+2
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+1
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-261-11/+11
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-251-0/+2
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-201-2/+2
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-2/+2
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-151-0/+3
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-3/+3
* Made the documentation about render template/file saneDavid Heinemeier Hansson2005-10-031-6/+11
* Use a nicer date formatDavid Heinemeier Hansson2005-10-011-1/+1
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-281-2/+2
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-0/+1
* Moved session options to SessionManagementDavid Heinemeier Hansson2005-09-131-20/+0
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-0/+20
* Dont log creation of view classDavid Heinemeier Hansson2005-09-121-1/+0
* Dont encourage custom url options to be called with symbol #2047David Heinemeier Hansson2005-09-111-14/+0
* Added documentation for overwrite_params #2146 [Michael Shuerig]David Heinemeier Hansson2005-09-091-0/+9
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-1/+1
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-081-2/+0
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-081-5/+16
* ActionController documentation update #2051 [fbeausoleil@ftml.net]Jamis Buck2005-09-011-3/+5
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-301-1/+1
* Removed unused statementDavid Heinemeier Hansson2005-07-261-1/+0