aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15325 from tgxworld/no_need_to_call_to_sYves Senn2014-05-262-2/+2
|\
| * Remove duplicated to_s method call.Guo Xiang Tan2014-05-252-2/+2
* | Fix docs for ActionController::Renderers.addGuillermo Iguaran2014-05-261-1/+1
* | Merge pull request #15310 from tgxworld/small_refactor_get_routes_as_headCarlos Antonio da Silva2014-05-251-3/+1
|\ \ | |/ |/|
| * Remove unnecessary flatten! method call.Guo Xiang Tan2014-05-251-3/+1
* | The correct status to test should be :switching_protocols.Zuhao Wan2014-05-251-2/+2
|/
* Merge pull request #15305 from tgxworld/remove_unnecessary_requireGuillermo Iguaran2014-05-241-1/+0
|\
| * Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-241-1/+0
* | unwrap the constraints object on initialization, eliminate loopsAaron Patterson2014-05-244-3/+12
* | Merge pull request #14986 from dlangevin/trailing-slash-url-generationRafael Mendonça França2014-05-243-7/+37
|\ \
| * | Fixes URL generation with trailing_slash: trueDan Langevin2014-05-223-9/+40
* | | Merge pull request #15291 from francocatena/router-visualizer-fixRafael Mendonça França2014-05-231-2/+2
|\ \ \
| * | | Fix router visualizer CSS and JS resourcesFranco Catena2014-05-231-2/+2
* | | | Constraints contructor should always return a Constraints objectAaron Patterson2014-05-231-9/+5
* | | | default value is never used, so make it requiredAaron Patterson2014-05-231-1/+1
* | | | push options decomposition up so we can extractAaron Patterson2014-05-231-20/+13
|/ / /
* | | Merge pull request #15289 from zzak/future_port_c8ddb61Godfrey Chan2014-05-231-3/+3
|\ \ \
| * | | Future port c8ddb61Zachary Scott2014-05-231-3/+3
* | | | glob_param is never used, so rmAaron Patterson2014-05-233-10/+8
|/ / /
* | | use Proc.new to automatically do parameter checking for usAaron Patterson2014-05-231-3/+1
* | | there is no formatter on the router object, so rmAaron Patterson2014-05-231-1/+0
* | | Merge pull request #15273 from DNNX/formatter-refactoring-4Rafael Mendonça França2014-05-231-5/+0
|\ \ \
| * | | Remove AD::Journey::Formatter#verify_required_parts!Viktar Basharymau2014-05-231-5/+0
| | |/ | |/|
* | | decouple the router object from the request classAaron Patterson2014-05-233-21/+10
* | | pass the correct custom request to the recognize methodAaron Patterson2014-05-233-17/+12
* | | switch to the `serve` method so we can remove the request class (eventually)Aaron Patterson2014-05-232-8/+6
* | | pull request allocation up one frameAaron Patterson2014-05-231-1/+3
* | | extract request allocation from the main app serving routineAaron Patterson2014-05-232-2/+5
* | | use the accessors on the request object rather than touching envAaron Patterson2014-05-231-2/+2
* | | find_routes only use the request, so stop passing envAaron Patterson2014-05-231-3/+3
* | | remove NullRequest and just always pass a request classAaron Patterson2014-05-232-29/+8
* | | use the request object since we have itAaron Patterson2014-05-233-14/+15
|/ /
* | stop using PARAMETERS_KEY, and use the accessor on the request objectAaron Patterson2014-05-223-7/+9
* | pass the instantiated request to the find_routes methodAaron Patterson2014-05-221-5/+7
* | just return path parametersAaron Patterson2014-05-221-2/+1
* | use symbol keys for path_parametersAaron Patterson2014-05-226-16/+16
* | Merge pull request #15254 from DNNX/formatter-refactoring-3Rafael Mendonça França2014-05-221-4/+4
|\ \
| * | Rename `stack` to `queue`Viktar Basharymau2014-05-221-4/+4
* | | Merge pull request #15252 from DNNX/formatter-refactoring-2Rafael Mendonça França2014-05-221-1/+1
|\ \ \
| * | | Remove unnecessary `Hash#to_a` callViktar Basharymau2014-05-221-1/+1
| |/ /
* | | Merge pull request #15247 from DNNX/activesupport-formatter-refactoringRafael Mendonça França2014-05-221-1/+1
|\ \ \
| * | | Use `break` instead of `next` in AD::Journey::Formatter#match_routeViktar Basharymau2014-05-221-1/+1
| |/ /
* / / Fix the hash key being delete from envRafael Mendonça França2014-05-221-1/+1
|/ /
* | Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-213-13/+16
* | drop hash allocations during matchAaron Patterson2014-05-211-2/+2
* | fewer object allocations and method calls during route matchAaron Patterson2014-05-211-5/+5
* | middle variable is never used, so rmAaron Patterson2014-05-213-16/+16
* | use the existing constant rather than the hardcoded stringAaron Patterson2014-05-211-3/+3
* | remove dead code. @klass isn't used anymoreAaron Patterson2014-05-211-1/+0
* | we can just use Ruby hereAaron Patterson2014-05-211-2/+2