| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused ActionController::Base.template_class. Closes #10787 | Pratik Naik | 2008-03-05 | 1 | -1/+0 |
* | Provide a nicer way to access headers. request.headers["Content-Type"] inste... | Michael Koziarski | 2008-01-11 | 1 | -0/+1 |
* | Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha... | Rick Olson | 2007-09-23 | 1 | -0/+2 |
* | Moved ActionController::Macros::AutoComplete into the auto_complete plugin on... | David Heinemeier Hansson | 2007-09-11 | 1 | -2/+0 |
* | Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi... | David Heinemeier Hansson | 2007-09-10 | 1 | -2/+0 |
* | Scaffolding is no longer mixed in | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+0 |
* | Scaffolding is no longer mixed in | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+0 |
* | Update copyright span | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+1 |
* | Deprecation: remove pagination. Install the classic_pagination plugin for for... | Jeremy Kemper | 2007-06-11 | 1 | -3/+1 |
* | Removed deprecated parameters_for_method_reference concept (legacy from befor... | David Heinemeier Hansson | 2007-05-12 | 1 | -1/+1 |
* | Included the HttpAuthentication plugin as part of core (ActionController::Htt... | David Heinemeier Hansson | 2007-05-08 | 1 | -0/+2 |
* | Added the first part of Simply Helpful to core. The rest is pending a clean i... | David Heinemeier Hansson | 2007-04-30 | 1 | -0/+2 |
* | Deprecation: remove deprecated dependency methods. | Jeremy Kemper | 2007-03-13 | 1 | -2/+0 |
* | Deprecation: remove deprecated request methods. | Jeremy Kemper | 2007-03-13 | 1 | -1/+0 |
* | Deprecation: remove deprecated redirect methods. | Jeremy Kemper | 2007-03-13 | 1 | -1/+0 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -2/+4 |
* | Deprecated all of ActionController::Dependencies. All dependency loading is n... | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Update copyright times | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -0/+2 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 1 | -0/+2 |
* | Stopped the massive bleeding of concerns into ActionController::Base. Base no... | David Heinemeier Hansson | 2006-02-12 | 1 | -4/+4 |
* | Only attempt to require Active Support if it hasnt been already #1959 | David Heinemeier Hansson | 2005-09-15 | 1 | -7/+10 |
* | Added easy assignment of fragment cache store through use of symbols for incl... | David Heinemeier Hansson | 2005-09-13 | 1 | -2/+0 |
* | Added in-place editing support in the spirit of auto complete with ActionCont... | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+4 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -1/+1 |
* | Added support for per-action session management #1763 | Jamis Buck | 2005-07-22 | 1 | -0/+2 |
* | Dont include the upload progress automatically before it works better | David Heinemeier Hansson | 2005-06-30 | 1 | -2/+0 |
* | Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo... | David Heinemeier Hansson | 2005-06-28 | 1 | -0/+2 |
* | Added auto_complete_for to controller and text_field_with_auto_complete to vi... | David Heinemeier Hansson | 2005-06-26 | 1 | -0/+2 |
* | Deprecated all render_* methods in favor of consolidating all rendering behav... | David Heinemeier Hansson | 2005-05-22 | 1 | -0/+3 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added pagination support through both a controller and helper add-on #817 [Sa... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+2 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -7/+4 |
* | Added preliminary version of render_component | David Heinemeier Hansson | 2005-02-19 | 1 | -3/+5 |
* | AR, AP, and AM should look for AS in sibling directory before trying RubyGems... | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+6 |
* | All libraries should link against the independent active support | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+1 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -4/+14 |
* | Removed last trace of ill-conceived authentication framework | David Heinemeier Hansson | 2005-01-09 | 1 | -2/+0 |
* | Added authentication framework to protect actions behind a condition and redi... | David Heinemeier Hansson | 2005-01-09 | 1 | -0/+3 |
* | Added first stab at page and fragment caching | David Heinemeier Hansson | 2005-01-08 | 1 | -0/+2 |
* | Rearranging dependencies | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+1 |
* | Added search through session to clear out association caches at the end of ea... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+2 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 1 | -2/+2 |
* | Silenced warnings from reloading files | David Heinemeier Hansson | 2004-11-30 | 1 | -0/+1 |
* | Added a new container for cookies that makes them more intuative to use. The ... | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+2 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+51 |