aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | | | | | | | * Required small architecture change
| * | Started implementing render :actionYehuda Katz2009-03-192-12/+44
| | |
| * | Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-182-3/+30
| | | | | | | | | | | | | | | | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil
| * | 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
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb actionpack/lib/action_dispatch/http/mime_type.rb actionpack/lib/action_dispatch/http/request.rb actionpack/lib/action_view/base.rb actionpack/lib/action_view/paths.rb actionpack/test/controller/session/cookie_store_test.rb actionpack/test/dispatch/rack_test.rb actionpack/test/dispatch/request_test.rb
| | * | 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
| |\ \ \
| * \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-147-40/+33
| |\ \ \ \
| * \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-133-6/+48
| |\ \ \ \ \
| * \ \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-134-276/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-092-31/+14
| |\ \ \ \ \ \ \
| * | | | | | | | Remove Content-Length header from :no_content responsesJeremy Kemper2009-01-091-3/+6
| | | | | | | | |
| * | | | | | | | Set assigns for integration tests alsoJeremy Kemper2009-01-091-2/+5
| | | | | | | | |
| * | | | | | | | Take care not to mix in public methodsJeremy Kemper2009-01-091-9/+10
| | | | | | | | |
| * | | | | | | | Include process methods in ActionController::TestCase only. No need to ↵Jeremy Kemper2009-01-093-34/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alias_method_chain :process either.
| * | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-063-2/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-056-24/+49
| | | | | | | | | |
| * | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-041-0/+21
| | | | | | | | | |
| * | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-025-335/+160
| | | | | | | | | |
| * | | | | | | | | Test that exceptions raised in filters are properly rescuedJeremy Kemper2009-01-011-4/+7
| | | | | | | | | |
| * | | | | | | | | Fix formatted_* deprecation messageJeremy Kemper2009-01-011-2/+2
| | | | | | | | | |
| * | | | | | | | | Clean up view path cruft and split path implementations into Template::Path ↵Joshua Peek2009-01-017-126/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Template::EagerPath
| * | | | | | | | | Fixed incorrect parsing of query parameters with mixed-depth nesting inside ↵Mark Reginald James2009-01-011-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an array [#1622 state:resolved] Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
| * | | | | | | | | Don't construct object deprecation proxy if unneededJeremy Kemper2009-01-011-4/+3
| | | | | | | | | |
| * | | | | | | | | Sync with rails/rails/masterMichael S. Klishin2008-12-295-10/+22
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Pull up some other changes from rails/rails/masterMichael S. Klishin2008-12-292-2/+271
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-287-52/+57
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-6/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge commit 'rails/master'Yehuda Katz2008-12-262-4/+24
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Yehuda Katz2008-12-261-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \