Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Removed Mocha from ActionView part 1 | Ronak Jangir | 2015-08-24 | 8 | -81/+105 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:rails/rails | Vijay Dev | 2015-08-24 | 456 | -4925/+7457 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #21348 from yui-knk/fix/about_comma_style_2 | Vijay Dev | 2015-08-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | [ci skip] Fix the grammar | yui-knk | 2015-08-24 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | use methods on the request object instead of accessing env | Aaron Patterson | 2015-08-23 | 1 | -7/+7 | |
| * | | | | | | use `Request#path_info` instead of direct ENV access | Aaron Patterson | 2015-08-23 | 1 | -1/+1 | |
| * | | | | | | remove env access from debug_exceptions | Aaron Patterson | 2015-08-23 | 1 | -10/+9 | |
| * | | | | | | remove more `env` access | Aaron Patterson | 2015-08-23 | 1 | -11/+19 | |
| * | | | | | | remove more env access | Aaron Patterson | 2015-08-23 | 1 | -3/+3 | |
| * | | | | | | remove more env access | Aaron Patterson | 2015-08-23 | 1 | -4/+6 | |
| * | | | | | | convert more `@env` access to get / set header | Aaron Patterson | 2015-08-23 | 2 | -12/+14 | |
| * | | | | | | remove usage of `@env` | Aaron Patterson | 2015-08-23 | 1 | -3/+5 | |
| * | | | | | | Merge pull request #21341 from yui-knk/fix/ar_test_remove_innermethod | Yves Senn | 2015-08-23 | 1 | -5/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove test helper method to inside test method | yui-knk | 2015-08-23 | 1 | -5/+1 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge pull request #21340 from ronakjangir47/request_object | Yves Senn | 2015-08-23 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Another place to use a request object in NullSessionHash | Ronak Jangir | 2015-08-23 | 1 | -3/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #21343 from shunsukeaida/remove_broken_link | Arun Agrawal | 2015-08-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove a link to the site that seems to be gone. [ci skip] | shunsukeaida | 2015-08-23 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #21332 from ronakjangir47/take_docs | Eileen M. Uchitelle | 2015-08-23 | 1 | -0/+25 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Added docs for CollectionProxy#take [ci skip] | Ronak Jangir | 2015-08-23 | 1 | -0/+25 | |
| * | | | | | | Merge pull request #21338 from y-yagi/fix_strip_links_example | Abdelkader Boudih | 2015-08-23 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fix syntax error in strip_links example [ci skip] | yuuji.yaginuma | 2015-08-23 | 1 | -2/+2 | |
| * | | | | | | | Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_arg | Yves Senn | 2015-08-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Remove not used a block argument (`&block`) | yui-knk | 2015-08-23 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #21334 from yui-knk/doc/about_comma_style | Richard Schneeman | 2015-08-22 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [ci skip] Add style guide about comma | yui-knk | 2015-08-23 | 1 | -0/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 8 | -71/+77 | |
| * | | | | | | move more `@env` access to method calls | Aaron Patterson | 2015-08-22 | 1 | -16/+16 | |
| * | | | | | | move ORIGINAL_SCRIPT_NAME to the metaprogrammed methods | Aaron Patterson | 2015-08-22 | 1 | -4/+1 | |
| * | | | | | | metaprogram the HTTP_X_REQUEST_ID method | Aaron Patterson | 2015-08-22 | 1 | -6/+1 | |
| * | | | | | | use `body_stream` instead of getting the env value ourselves | Aaron Patterson | 2015-08-22 | 1 | -1/+1 | |
| * | | | | | | convert `@env` use to get / set header | Aaron Patterson | 2015-08-22 | 1 | -16/+16 | |
| * | | | | | | use get / set header to avoid depending on the `env` ivar | Aaron Patterson | 2015-08-22 | 1 | -11/+14 | |
| * | | | | | | Merge pull request #20757 from bquorning/http-status-codes-changed-in-rack | Santiago Pastorino | 2015-08-22 | 2 | -4/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 4.2 release notes about `render` status options | Benjamin Quorning | 2015-08-21 | 1 | -0/+11 | |
| | * | | | | | | Rack changed their status codes to IETF RFC 7231 | Benjamin Quorning | 2015-08-21 | 1 | -4/+3 | |
| * | | | | | | | Fix Railties test failure for asset routes | eileencodes | 2015-08-22 | 1 | -1/+5 | |
| * | | | | | | | Refactor to remove controller class from route to request | eileencodes | 2015-08-22 | 3 | -41/+21 | |
| * | | | | | | | Merge pull request #21328 from jonatack/fix-debugging-rails-guide | Kasper Timm Hansen | 2015-08-22 | 1 | -7/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [skip ci] Debugging Rails Guide fixes | Jon Atack | 2015-08-22 | 1 | -7/+9 | |
| |/ / / / / / / | ||||||
| * | | / / / / | Test against the newest stable ruby 2.2.3 | Akira Matsuda | 2015-08-22 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | set cached values in the env hash | Aaron Patterson | 2015-08-21 | 1 | -6/+9 | |
| * | | | | | | stop directly accessing `@env` in mime_negotiation | Aaron Patterson | 2015-08-21 | 1 | -8/+8 | |
| * | | | | | | use public API to fetch the parameter filter | Aaron Patterson | 2015-08-21 | 1 | -2/+2 | |
| * | | | | | | use methods on the request object to implement `fetch` | Aaron Patterson | 2015-08-21 | 1 | -2/+8 | |
| * | | | | | | dup the env hash on Header#env | Aaron Patterson | 2015-08-21 | 1 | -1/+1 | |
| * | | | | | | use accessors on the request object for manipulating env | Aaron Patterson | 2015-08-21 | 1 | -3/+3 | |
| * | | | | | | use `set_header` rather than []= | Aaron Patterson | 2015-08-21 | 1 | -1/+1 | |
| * | | | | | | dup the request and mutate its headers object. | Aaron Patterson | 2015-08-21 | 2 | -5/+5 | |
| * | | | | | | JSON is still an adapter specific type. | Sean Griffin | 2015-08-21 | 8 | -36/+50 | |
| | |_|/ / / | |/| | | | |