Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8985 [8985] 03/05/08 12:12:17 pratik Remove unused ActionController::Base.template_class. Closes #10787
(edit) @8625 [8625] 01/11/08 06:39:56 nzkoz Provide a nicer way to access headers. request.headersContent-Type?
(edit) @7592 [7592] 09/23/07 02:32:55 rick Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model …
(edit) @7450 [7450] 09/11/07 02:57:19 david Moved ActionController::Macros::AutoComplete into the auto_complete plugin …
(edit) @7442 [7442] 09/10/07 00:53:13 david Moved ActionController::Macros::InPlaceEditing into the in_place_editor …
(edit) @7431 [7431] 09/09/07 22:36:35 david Scaffolding is no longer mixed in
(edit) @7430 [7430] 09/09/07 22:36:10 david Scaffolding is no longer mixed in
(edit) @7425 [7425] 09/09/07 17:57:16 david Update copyright span
(edit) @6992 [6992] 06/11/07 00:51:11 bitsweat Deprecation: remove pagination. Install the classic_pagination plugin for …
(edit) @6729 [6729] 05/12/07 21:12:31 david Removed deprecated parameters_for_method_reference concept (legacy from …
(edit) @6699 [6699] 05/08/07 05:48:18 david Included the HttpAuthentication plugin as part of core …
(edit) @6633 [6633] 04/30/07 01:17:56 david Added the first part of Simply Helpful to core. The rest is pending a …
(edit) @6402 [6402] 03/13/07 04:37:39 bitsweat Deprecation: remove deprecated dependency methods.
(edit) @6401 [6401] 03/13/07 04:32:45 bitsweat Deprecation: remove deprecated request methods.
(edit) @6400 [6400] 03/13/07 03:58:22 bitsweat Deprecation: remove deprecated redirect methods.
(edit) @6119 [6119] 02/04/07 20:44:45 david Fix gem deprecation warnings, which also means depending on RubyGems …
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @4948 [4948] 09/03/06 23:08:43 david Deprecated all of ActionController::Dependencies. All dependency loading …
(edit) @4922 [4922] 09/03/06 18:53:05 david Update copyright times
(edit) @3838 [3838] 03/11/06 01:23:29 david Added better support for using the same actions to output for different …
(edit) @3777 [3777] 03/05/06 18:59:58 xal Added new infrastructure support for REST webservices. By default …
(edit) @3580 [3580] 02/12/06 05:51:02 david Stopped the massive bleeding of concerns into ActionController::Base. Base …
(edit) @2247 [2247] 09/15/05 05:34:59 david Only attempt to require Active Support if it hasnt been already #1959
(edit) @2230 [2230] 09/13/05 08:31:32 david Added easy assignment of fragment cache store through use of symbols for …
(edit) @2191 [2191] 09/11/05 07:52:53 david Added in-place editing support in the spirit of auto complete with …
(edit) @1915 [1915] 07/24/05 16:45:39 david Improved performance of test app req/sec with ~10% refactoring the render …
(edit) @1886 [1886] 07/22/05 10:37:09 minam Added support for per-action session management #1763
(edit) @1571 [1571] 06/30/05 08:29:14 david Dont include the upload progress automatically before it works better
(edit) @1552 [1552] 06/28/05 17:42:51 david Added support for upload progress indicators in Apache and lighttpd 1.4.x …
(edit) @1525 [1525] 06/26/05 14:23:36 david Added auto_complete_for to controller and text_field_with_auto_complete to …
(edit) @1350 [1350] 05/22/05 08:58:43 david Deprecated all render_* methods in favor of consolidating all rendering …
(edit) @1008 [1008] 03/26/05 21:41:10 david Added Verifications that allows you to specify preconditions to actions in …
(edit) @949 [949] 03/20/05 23:12:05 david Added pagination support through both a controller and helper add-on #817
(edit) @838 [838] 03/06/05 12:20:53 david Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. …
(edit) @697 [697] 02/19/05 20:29:55 david Added preliminary version of render_component
(edit) @648 [648] 02/17/05 19:04:47 david AR, AP, and AM should look for AS in sibling directory before trying …
(edit) @625 [625] 02/15/05 16:15:02 david All libraries should link against the independent active support
(edit) @624 [624] 02/15/05 15:57:44 david Moved Active Support into its own gem
(edit) @356 [356] 01/09/05 21:45:43 david Removed last trace of ill-conceived authentication framework
(edit) @351 [351] 01/09/05 15:20:00 david Added authentication framework to protect actions behind a condition and …
(edit) @346 [346] 01/08/05 23:32:11 david Added first stab at page and fragment caching
(edit) @279 [279] 12/29/04 21:19:37 david Rearranging dependencies
(edit) @251 [251] 12/22/04 13:53:47 david Added search through session to clear out association caches at the end of …
(edit) @51 [51] 12/06/04 18:25:01 david Syntax errors and other exceptions thrown outside of an action are now …
(edit) @28 [28] 11/30/04 17:10:32 david Silenced warnings from reloading files
(edit) @20 [20] 11/26/04 02:04:35 david Added a new container for cookies that makes them more intuative to use. …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.