aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* Break down long match routing methodJoshua Peek2009-11-291-23/+53
* Make use of extract_options!Joshua Peek2009-11-291-6/+6
* Extract Resource and SingletonResource helper objectsJoshua Peek2009-11-291-28/+84
* Resource collection should be defined before member routesJoshua Peek2009-11-291-6/+6
* Update reference to deprecated constant to avoid warningsBryan Helmkamp2009-11-281-1/+1
* Privatize Routing.possible_controllers and fix brittle url helperJoshua Peek2009-11-231-33/+33
* Find all controllers in memory to use for routingJoshua Peek2009-11-232-8/+15
* with_controllers is no longer usedJoshua Peek2009-11-231-11/+0
* Extract Routing.controller_constraintsJoshua Peek2009-11-233-2/+7
* Kill dead routing internals helpersJoshua Peek2009-11-231-26/+0
* Don't really care about reloading routes when inflections areJoshua Peek2009-11-231-11/+0
* Update routing for rackmount 0.2 api changesJoshua Peek2009-11-191-54/+11
* Add basic nested named route support to new routing dsl. Also add aJoshua Peek2009-11-191-8/+18
* Ruby 1.9.2: StringIO no longer has #pathJeremy Kemper2009-11-131-1/+1
* Remove rackmount const usageJoshua Peek2009-11-122-3/+3
* Fixed AD assertion autoloads [#3470 state:resolved]Joshua Peek2009-11-091-3/+16
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Unknown :format param should result in empty request.formatsJeremy Kemper2009-11-081-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-072-2/+5
* Ruby 1.9: don't assume params are US-ASCII. Hands off the encoding.Jeremy Kemper2009-11-041-1/+6
* Fix simple resource named routes for new routing dslJoshua Peek2009-11-031-8/+20
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-3/+1
* Caching refactoringYehuda Katz2009-10-291-5/+1
* Reduce TextTemplate cost for simple casesYehuda Katz2009-10-281-0/+1
* Reorganize CSRF a bitYehuda Katz2009-10-281-0/+4
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-262-12/+11
* Fix `rake routes` method name output [#3422 state:resolved]Joshua Peek2009-10-261-2/+7
* Splat calls to_a not to_ary [#3423 state:resolved]Joshua Peek2009-10-261-1/+1
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-245-13/+54
* New routing dslJoshua Peek2009-10-204-787/+1101
* Group together all the old routing dsl logicJoshua Peek2009-10-203-209/+199
* Move Routing into ADJoshua Peek2009-10-203-0/+1767
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Make IntegrationTest::Runner propagate method_missing to ancestors.George Ogata2009-10-151-2/+6
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-1/+1
* Use "run_callbacks :foo" since it is the public api for callbacks [#3329Joshua Peek2009-10-121-3/+3
* Avoid super in define_method for RubiniusYehuda Katz2009-10-091-1/+6
* Coerce all out going body parts to StringsJoshua Peek2009-10-051-0/+29
* Initialize a new instance of Rails.application during integration testsCarl Lerche2009-09-301-1/+1
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-2/+3
* Allow setting a default application for all integration testsJoshua Peek2009-09-261-2/+20
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-2/+3
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-261-0/+44
* Extract "parse_config" into ADJoshua Peek2009-09-251-0/+20
* Fix generic url rewriter in integration testsJoshua Peek2009-09-251-1/+1
* SessionRestoreError belongs in ADJoshua Peek2009-09-233-9/+12
* Move integration test runner into ActionDispatchJoshua Peek2009-09-232-0/+495
* Fixes Sam Ruby tests suite.José Valim2009-09-211-6/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-23/+38
* 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved]Yehuda Katz2009-09-181-2/+2