aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Replaced TimeZone references by ActiveSupport::TimeZoneJosé Valim2009-04-181-21/+21
* Merge commit 'mainstream/master'lifo2009-04-17153-1779/+2081
|\
| * Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-161-8/+8
| * 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-147-110/+115
| * Move middleware stack out of utils folderJoshua Peek2009-04-141-1/+1
| * Make dispatcher instances immutableJoshua Peek2009-04-141-3/+14
| * Final blow to CGIJoshua Peek2009-04-141-14/+3
| * We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-1/+1
| * Move all Templates methods not used by other class into private toCarl Lerche & Yehuda Katz2009-04-141-87/+88
| * Move MimeResponds into base folderJoshua Peek2009-04-142-1/+1
| * Move reloader middleware in ActionDispatchJoshua Peek2009-04-144-6/+6
| * Session management belongs in base folderJoshua Peek2009-04-142-1/+1
| * Move middleware stack out of utils folderJoshua Peek2009-04-142-2/+1
| * Backwords compat alias for ActionController::Request and ActionController::Re...Joshua Peek2009-04-142-0/+3
| * Use rack's status code list as a baseJoshua Peek2009-04-141-67/+19
| * Make dispatcher instances immutableJoshua Peek2009-04-141-13/+9
| * Final blow to CGIJoshua Peek2009-04-146-268/+2
| * We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-144-51/+28
| * Move bundled rack into ActionDispatchJoshua Peek2009-04-1453-13/+7
| * Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-133-5/+8
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-13106-641/+6000
| |\
| | * 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
| | * Object names with underscore do the wrong lookup in I18n on error_messages_for.José Valim2009-04-051-1/+1
| * | Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-084-4/+4
| * | 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-232-11/+40
| * | CheckpointYehuda Katz and Carl Lerche2009-03-232-26/+36
| * | Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-232-4/+8
| * | Finished implementing layout for render :textCarl Lerche2009-03-233-11/+30
| * | Working on being able to render :text with layoutsCarl Lerche2009-03-237-12/+28
| * | 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
| * | Handle nil QSYehuda Katz2009-03-121-1/+1
| * | 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-275-11/+43