aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-242-6/+4
* Merge pull request #21340 from ronakjangir47/request_objectYves Senn2015-08-231-3/+3
|\
| * Another place to use a request object in NullSessionHash Ronak Jangir2015-08-231-3/+3
* | Merge pull request #21343 from shunsukeaida/remove_broken_linkArun Agrawal2015-08-231-1/+1
|\ \
| * | Remove a link to the site that seems to be gone. [ci skip]shunsukeaida2015-08-231-1/+1
| |/
* | Merge pull request #21332 from ronakjangir47/take_docsEileen M. Uchitelle2015-08-231-0/+25
|\ \ | |/ |/|
| * Added docs for CollectionProxy#take [ci skip]Ronak Jangir2015-08-231-0/+25
* | Merge pull request #21338 from y-yagi/fix_strip_links_exampleAbdelkader Boudih2015-08-231-2/+2
|\ \
| * | fix syntax error in strip_links example [ci skip]yuuji.yaginuma2015-08-231-2/+2
* | | Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_argYves Senn2015-08-231-1/+1
|\ \ \ | |/ / |/| |
| * | Remove not used a block argument (`&block`)yui-knk2015-08-231-1/+1
* | | Merge pull request #21334 from yui-knk/doc/about_comma_styleRichard Schneeman2015-08-221-0/+5
|\ \ \
| * | | [ci skip] Add style guide about commayui-knk2015-08-231-0/+5
| |/ /
* | | use a request object in the session middlewareAaron Patterson2015-08-228-71/+77
* | | move more `@env` access to method callsAaron Patterson2015-08-221-16/+16
* | | move ORIGINAL_SCRIPT_NAME to the metaprogrammed methodsAaron Patterson2015-08-221-4/+1
* | | metaprogram the HTTP_X_REQUEST_ID methodAaron Patterson2015-08-221-6/+1
* | | use `body_stream` instead of getting the env value ourselvesAaron Patterson2015-08-221-1/+1
* | | convert `@env` use to get / set headerAaron Patterson2015-08-221-16/+16
* | | use get / set header to avoid depending on the `env` ivarAaron Patterson2015-08-221-11/+14
* | | Merge pull request #20757 from bquorning/http-status-codes-changed-in-rackSantiago Pastorino2015-08-222-4/+14
|\ \ \
| * | | 4.2 release notes about `render` status optionsBenjamin Quorning2015-08-211-0/+11
| * | | Rack changed their status codes to IETF RFC 7231Benjamin Quorning2015-08-211-4/+3
* | | | Fix Railties test failure for asset routeseileencodes2015-08-221-1/+5
* | | | Refactor to remove controller class from route to requesteileencodes2015-08-223-41/+21
* | | | Merge pull request #21328 from jonatack/fix-debugging-rails-guideKasper Timm Hansen2015-08-221-7/+9
|\ \ \ \
| * | | | [skip ci] Debugging Rails Guide fixesJon Atack2015-08-221-7/+9
|/ / / /
* | | / Test against the newest stable ruby 2.2.3Akira Matsuda2015-08-221-1/+1
| |_|/ |/| |
* | | set cached values in the env hashAaron Patterson2015-08-211-6/+9
* | | stop directly accessing `@env` in mime_negotiationAaron Patterson2015-08-211-8/+8
* | | use public API to fetch the parameter filterAaron Patterson2015-08-211-2/+2
* | | use methods on the request object to implement `fetch`Aaron Patterson2015-08-211-2/+8
* | | dup the env hash on Header#envAaron Patterson2015-08-211-1/+1
* | | use accessors on the request object for manipulating envAaron Patterson2015-08-211-3/+3
* | | use `set_header` rather than []=Aaron Patterson2015-08-211-1/+1
* | | dup the request and mutate its headers object.Aaron Patterson2015-08-212-5/+5
* | | JSON is still an adapter specific type.Sean Griffin2015-08-218-36/+50
* | | Move the CoC text to the Rails websiteGodfrey Chan2015-08-212-16/+6
* | | Remove unnecessary cachingeileencodes2015-08-211-5/+1
* | | pass a request object to the headers objectAaron Patterson2015-08-214-13/+19
* | | move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
| |/ |/|
* | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\ \
| * | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
* | | better docs for `disable_ddl_transaction!`. Closes #21044.Yves Senn2015-08-211-1/+4
* | | Merge pull request #21312 from piton4eg/patch-7Yves Senn2015-08-211-12/+6
|\ \ \ | |_|/ |/| |
| * | Add bold to lists' titles [ci skip]Alexey Markov2015-08-211-6/+6
| * | Small fixes [ci skip]Alexey Markov2015-08-201-12/+6
* | | Merge pull request #21313 from reshleman/re-punctuationYves Senn2015-08-211-2/+2
|\ \ \
| * | | Fix Punctuation in `AutosaveAssociation` RDocRobert Eshleman2015-08-201-2/+2
* | | | set route precedence at allocation timeAaron Patterson2015-08-202-8/+6