aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mainstream/master'lifo2009-04-17127-7807/+1216
|\
| * Don't check authenticity tokens for any AJAX requestsRoss Kaffenburger and Bryan Helmkamp2009-04-151-1/+2
| * Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-142-4/+4
| * Make dispatcher instances immutableJoshua Peek2009-04-141-3/+14
| * Final blow to CGIJoshua Peek2009-04-141-14/+3
| * Move MimeResponds into base folderJoshua Peek2009-04-141-0/+0
| * Move reloader middleware in ActionDispatchJoshua Peek2009-04-142-16/+2
| * Session management belongs in base folderJoshua Peek2009-04-141-0/+0
| * Backwords compat alias for ActionController::Request and ActionController::Re...Joshua Peek2009-04-142-0/+3
| * Make dispatcher instances immutableJoshua Peek2009-04-141-13/+9
| * Final blow to CGIJoshua Peek2009-04-146-268/+2
| * Move bundled rack into ActionDispatchJoshua Peek2009-04-1450-4998/+0
| * Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-132-4/+7
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1376-183/+5300
| |\
| | * Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]Doug McInnes2009-04-071-1/+1
| | * added tests for session options being defaulted correctly to rack defaults [#...Kenny Ortmann2009-04-071-1/+7
| | * Merge docrailsPratik Naik2009-04-052-18/+9
| * | Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-082-2/+1
| * | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-1/+3
| * | Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-072-13/+44
| * | Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-6/+18
| * | Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-078-56/+40
| * | In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-11/+31
| * | CheckpointYehuda Katz and Carl Lerche2009-03-232-26/+36
| * | Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-4/+5
| * | Finished implementing layout for render :textCarl Lerche2009-03-233-11/+30
| * | Working on being able to render :text with layoutsCarl Lerche2009-03-232-7/+8
| * | Get very basic layouts working.Yehuda Katz2009-03-195-26/+64
| * | Started implementing render :actionYehuda Katz2009-03-192-12/+44
| * | Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-182-3/+30
| * | Temporarily reraise to simplify debuggingYehuda Katz2009-03-171-0/+1
| * | Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-177-8/+76
| * | Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-124-0/+99
| * | Move Abstract stuff to autoloadYehuda Katz2009-03-121-0/+8
| * | memoize correctly ;)Yehuda Katz2009-03-031-2/+5
| * | Helpers with an initial testYehuda Katz2009-03-032-0/+58
| * | Fixes multiple conditionsYehuda Katz2009-02-271-2/+2
| * | Add support for callbacksYehuda Katz2009-02-272-1/+43
| * | Initial hooksYehuda Katz2009-02-271-0/+5
| * | AbstractController now supports layouts and renderingYehuda Katz2009-02-274-10/+42
| * | First, very early, AbstractController code. More to comeYehuda Katz2009-02-242-0/+48
| * | Some merge cleanupYehuda Katz2009-02-021-2/+2
| * | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-3066-2660/+635
| |\ \
| | * | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-2730-2417/+21
| | * | Reorganize ActionController folder structureJoshua Peek2009-01-2760-507/+858
| | * | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-227-231/+244
| * | | Sync 'rails/rails/master'Yehuda Katz2009-01-3026-681/+529
| |\ \ \
| * \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-146-39/+32
| |\ \ \ \
| * \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-132-0/+41
| |\ \ \ \ \
| * \ \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-134-276/+8
| |\ \ \ \ \ \