aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-0/+2
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+2
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-4/+4
* Only attempt to require Active Support if it hasnt been already #1959David Heinemeier Hansson2005-09-151-7/+10
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-2/+0
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-111-2/+4
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-1/+1
* Added support for per-action session management #1763Jamis Buck2005-07-221-0/+2
* Dont include the upload progress automatically before it works betterDavid Heinemeier Hansson2005-06-301-2/+0
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+2
* Added auto_complete_for to controller and text_field_with_auto_complete to vi...David Heinemeier Hansson2005-06-261-0/+2
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-0/+3
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-261-0/+2
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-201-0/+2
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-061-7/+4
* Added preliminary version of render_componentDavid Heinemeier Hansson2005-02-191-3/+5
* AR, AP, and AM should look for AS in sibling directory before trying RubyGems...David Heinemeier Hansson2005-02-171-2/+6
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-9/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-4/+14
* Removed last trace of ill-conceived authentication frameworkDavid Heinemeier Hansson2005-01-091-2/+0
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-091-0/+3
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-081-0/+2
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-291-0/+1
* Added search through session to clear out association caches at the end of ea...David Heinemeier Hansson2004-12-221-0/+2
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-2/+2
* Silenced warnings from reloading filesDavid Heinemeier Hansson2004-11-301-0/+1
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-0/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+51