aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * implicitly rendering a js response should not use the default layout [#1844 s...Adam McCrea2009-02-051-1/+1
| * Fix a syntax error in current_page?() that was prevent matches against URL's ...chris finne2009-02-051-2/+25
| * Remove double parenthesis in docsDavid Heinemeier Hansson2009-02-051-1/+1
| * Workaround jruby issue with protected module attr_accessor showing up as publ...Jeremy Kemper2009-02-021-2/+7
| * Don't assume ActiveRecord is availableJeremy Kemper2009-02-021-8/+13
| * Added localized rescue (404.da.html) [#1835 state:committed]José Valim2009-02-021-5/+11
| * Template#mime_type should not use Mime::Type when Action Controller is not in...Pratik Naik2009-02-021-1/+1
| * Use Rack::Head middleware to ensure the body is discarded for HEAD requestsJoshua Peek2009-02-012-0/+4
| * Removed Prototype specific Safari 2 AJAX hack.Joshua Peek2009-01-311-1/+0
| * Removed map.resources :only/:except inheritanceTarmo Tänav2009-02-011-16/+19
| * Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-9/+187
| * Ruby 1.9 compat: omit Rack::Lint from integration tests until it accepts Stri...Jeremy Kemper2009-01-311-1/+5
| * Ruby 1.9 compat: work around that String is not EnumerableJeremy Kemper2009-01-312-2/+6
* | 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
* | First, very early, AbstractController code. More to comeYehuda Katz2009-02-243-0/+50
* | Remove errant debug codeYehuda Katz2009-02-031-2/+0
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-1/+0
|\ \
| * | Remove dead cgi_ext requireJeremy Kemper2009-01-311-1/+0
* | | Some merge cleanupYehuda Katz2009-02-022-12/+13
* | | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-3087-947/+1120
|\| |
| * | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-2733-403/+110
| * | Reorganize ActionController folder structureJoshua Peek2009-01-2762-554/+933
| * | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-2226-474/+567
* | | Sync 'rails/rails/master'Yehuda Katz2009-01-3038-778/+768
|\ \ \ | | |/ | |/|
| * | Controller, response, and request should all refer to same session, even afte...Scott Taylor2009-01-291-4/+19
| * | Digest#validate_digest_response should accept request instead of controllerPratik Naik2009-01-291-6/+6
| * | Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+56