aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |\ \ \
| * \ \ \ 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 alias_...Jeremy Kemper2009-01-093-34/+24
| * | | | | | | | 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 a...Joshua Peek2009-01-017-126/+95
| * | | | | | | | | Fixed incorrect parsing of query parameters with mixed-depth nesting inside a...Mark Reginald James2009-01-011-5/+4
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Inline the only call site of Mime::Type#browser_generated?Michael S. Klishin2008-12-261-5/+1
| * | | | | | | | | | | | | | Initial work to merge several places with similar logicYehuda Katz2008-12-254-13/+23
* | | | | | | | | | | | | | | Examples should be preceded with four equal signs.Johan Andersson2009-04-141-1/+1
* | | | | | | | | | | | | | | Fixed confusing wording in ActionCachePathKyle2009-04-081-1/+1
* | | | | | | | | | | | | | | Fix typos in date helper rdoc (via Mike Breen)Mike Gunderloy2009-04-081-3/+3
* | | | | | | | | | | | | | | Fix grammar error in caching docs (via pblka)Mike Gunderloy2009-04-081-1/+1
* | | | | | | | | | | | | | | Merge commit 'mainstream/master'Pratik Naik2009-04-043-34/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | adding session_options initialization and test [#2303 state:resolved]Ryan Angilly2009-03-241-0/+1
| * | | | | | | | | | | | | | Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved]thedarkone2009-03-241-30/+14
| * | | | | | | | | | | | | | Simplify handling of absolute path templates. [#2276 state:resolved]thedarkone2009-03-242-4/+9
| * | | | | | | | | | | | | | Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...Peter Marklund2009-03-241-0/+1
| * | | | | | | | | | | | | | Merge docrailsPratik Naik2009-03-242-17/+24
* | | | | | | | | | | | | | | No whitespaces pleasePratik Naik2009-04-041-3/+3
* | | | | | | | | | | | | | | Document complete_request_uri and action_methods.Ryan Bigg2009-04-041-2/+4
* | | | | | | | | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2009-04-0454-299/+558
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix typo in comment: hide_actions -> hide_actionJeffrey Hardy2009-04-031-1/+1
| * | | | | | | | | | | | | | | remove piece of UrlWriter documentation claiming that you can access named ro...Mislav Marohnić2009-03-251-17/+5