aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Partly tuned docs for release (AP)David Heinemeier Hansson2005-07-061-31/+137
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-0/+4
* r2829@asus: jeremy | 2005-07-04 23:31:55 -0700Jeremy Kemper2005-07-051-3/+3
* r2828@asus: jeremy | 2005-07-04 22:02:44 -0700Jeremy Kemper2005-07-051-6/+10
* r2827@asus: jeremy | 2005-07-04 21:30:06 -0700Jeremy Kemper2005-07-051-5/+4
* Added ActionController::Base.enable_upload_progress for people who want to pl...David Heinemeier Hansson2005-07-021-0/+6
* Make render(:inline) use locals #1556 [Michael Shuerig]David Heinemeier Hansson2005-07-011-1/+8
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-1/+13
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-1/+2
* Added ActionController::Base.allow_concurrency to control whether the applica...David Heinemeier Hansson2005-06-231-0/+6
* render(:action) and render() are the only two render calls to use a layout by...Jamis Buck2005-06-011-1/+1
* render(:partial => "...") uses an empty hash for the local assigns #1365. ren...Jamis Buck2005-05-301-2/+7
* Set redirected_to properDavid Heinemeier Hansson2005-05-221-3/+4
* Cure some ills discovered with the refactoringDavid Heinemeier Hansson2005-05-221-2/+3
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-231/+30
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-19/+84
* Added DoubleRenderError exception that'll be raised if render* is called twic...David Heinemeier Hansson2005-05-211-2/+10
* Fixed use of an integer as return code for renders, so render_text "hello wor...David Heinemeier Hansson2005-05-211-1/+1
* Changed RAILS_ASSET_HOST to become ActionController::Base.asset_hostDavid Heinemeier Hansson2005-05-061-0/+6
* Doc fix #1200David Heinemeier Hansson2005-04-301-1/+1
* Fixed render_partial_collection to output an empty string instead of nil when...David Heinemeier Hansson2005-04-301-1/+1
* Added that render_partial called from a controller will use the action name a...David Heinemeier Hansson2005-04-171-1/+9
* Changed render_partial to take local assigns as the second parameter instead ...David Heinemeier Hansson2005-04-161-5/+5
* Fixed that the content-type for some browsers could include an additional \r ...David Heinemeier Hansson2005-04-101-1/+1
* Added trailing_slash option to url_for, so you can generate urls ending in a ...David Heinemeier Hansson2005-03-261-0/+2
* Added documentation on models in sessions #929 [c.r.mcgrath@gmail.com]David Heinemeier Hansson2005-03-261-0/+7
* Added a bit more to the session documentation on how to clear sessionsDavid Heinemeier Hansson2005-03-201-2/+5
* Added render_partial/render_partial_collection from controllers for easier Aj...David Heinemeier Hansson2005-03-091-0/+10
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-061-3/+0
* Updated documentationDavid Heinemeier Hansson2005-02-241-26/+24
* Added Base#render_to_string to parse a template and get the result back as a ...David Heinemeier Hansson2005-02-231-4/+8
* Fixed that send_file/data can work even if render* has been called before in ...David Heinemeier Hansson2005-02-231-39/+64
* Keep the singular style, like before_filter, etcDavid Heinemeier Hansson2005-02-231-1/+1
* Added new keyword to specify load paths as being component based. Added bette...David Heinemeier Hansson2005-02-201-1/+15
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-171-3/+15
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-3/+3
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-6/+26
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-22/+5
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-5/+22
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Fixed that the content-header was being set to application/octet_stream inste...David Heinemeier Hansson2005-01-221-1/+1
* Fixed that all redirect and render calls now return true, so you can use the ...David Heinemeier Hansson2005-01-201-3/+18
* Added more informative error message for "file not found" situation in send_f...David Heinemeier Hansson2005-01-161-1/+1
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-131-4/+4
* Added that all renders and redirects now return false, so they can be used as...David Heinemeier Hansson2005-01-101-0/+2
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-091-1/+1
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-081-2/+8
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]David Heinemeier Hansson2005-01-011-1/+3
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-311-3/+4
* Tagged the 0.9.1 releaseDavid Heinemeier Hansson2004-12-171-2/+2