| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Move setting of integration session to constructor. | Sam Phippen | 2016-08-21 | 1 | -1/+5 |
| * | | Allow the `integration_sesion` to be set early on ActionDispatch::Integration... | Sam Phippen | 2016-08-20 | 2 | -1/+19 |
* | | | yl - remove extra … | yunlei | 2016-08-23 | 1 | -1/+1 |
* | | | Include the content of the flash in the auto-generated etag (#26250) | David Heinemeier Hansson | 2016-08-22 | 5 | -0/+59 |
* | | | Return 307 status instead of 301 when rerouting POST requests to SSL | Chirag Singhal | 2016-08-22 | 3 | -1/+43 |
* | | | Fix `ActionDispatch::Http::URL` docs [ci skip] | Ryoji Yoshioka | 2016-08-22 | 1 | -65/+21 |
|/ / |
|
* | | Copy edits in the documentation [ci skip] | Rafael Mendonça França | 2016-08-19 | 2 | -4/+6 |
* | | Set the request type if as: is specified | Everest Munro-Zeisberger | 2016-08-18 | 3 | -1/+22 |
* | | Change method visibility to be private | Rafael Mendonça França | 2016-08-17 | 1 | -57/+57 |
* | | Push :defaults extraction down one level | Rafael Mendonça França | 2016-08-17 | 2 | -60/+78 |
* | | Merge pull request #25862 from prathamesh-sonpatki/start-documenting-ac-testc... | प्रथमेश Sonpatki | 2016-08-17 | 1 | -6/+12 |
|\ \ |
|
| * | | Start documenting ActionController::TestCase again | Prathamesh Sonpatki | 2016-08-17 | 1 | -6/+12 |
* | | | Merge pull request #26094 from igorkasyanchuk/master | Rafael França | 2016-08-16 | 3 | -7/+7 |
|\ \ \ |
|
| * | | | Show unpermitted parameters as symbols in logs (so they could be copy-pasted ... | Igor Kasyanchuk | 2016-08-10 | 3 | -7/+7 |
* | | | | Merge pull request #26156 from sfaxon/route_visualizer_fix | Rafael França | 2016-08-16 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | fix Rails.application.routes.router.visualizer for router debugging | Seth Faxon | 2016-08-13 | 1 | -1/+3 |
* | | | | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 81 | -557/+557 |
* | | | | | Fix deadlock that can occur when child live thread tries to load a constant a... | Alex Chinn | 2016-08-15 | 3 | -1/+30 |
* | | | | | Merge pull request #26160 from prathamesh-sonpatki/use-encoding-from-metal | Matthew Draper | 2016-08-16 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | AC::Metal is already defining default encoding as UTF 8, let's reuse it. | Prathamesh Sonpatki | 2016-08-14 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | [ci skip] Link to the request helpers documentation. | Kasper Timm Hansen | 2016-08-14 | 1 | -0/+3 |
* | | | | | [ci skip] Update integration test request encoding documentation. | Kasper Timm Hansen | 2016-08-14 | 1 | -13/+14 |
|/ / / / |
|
* | | | | Merge pull request #26100 from vipulnsward/changelogs | Rafael França | 2016-08-12 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -5/+5 |
| |/ / / |
|
* | | | | Make private method private | Rafael Mendonça França | 2016-08-12 | 1 | -11/+11 |
* | | | | Mark method as nodoc | Rafael Mendonça França | 2016-08-12 | 1 | -3/+3 |
* | | | | Given a hash (Rails 5) .from_hash must be used | Javier Julio | 2016-08-12 | 1 | -1/+1 |
* | | | | [ci skip] Add documentation to Parameter Encoding | Alex Kitchens | 2016-08-11 | 1 | -0/+1 |
* | | | | prefer __dir__ over __FILE__ in File.expand_path | Xavier Noria | 2016-08-11 | 1 | -1/+3 |
* | | | | Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding | Aaron Patterson | 2016-08-10 | 10 | -20/+139 |
|\ \ \ \ |
|
| * | | | | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 10 | -20/+139 |
| |/ / / |
|
* | | | | Remove unused method | Andrew White | 2016-08-10 | 1 | -5/+0 |
* | | | | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 9 | -25/+50 |
|/ / / |
|
* | | | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 4 | -9/+9 |
* | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 9 | -12/+12 |
* | | | adds missing comma in assert call | Xavier Noria | 2016-08-07 | 1 | -2/+2 |
* | | | Assign config on base instead of on `@controller`. | Kasper Timm Hansen | 2016-08-07 | 1 | -1/+1 |
* | | | Add changelog entry to Action Pack as well. | Kasper Timm Hansen | 2016-08-07 | 1 | -0/+24 |
* | | | Add back unintentionally removed newline. | Kasper Timm Hansen | 2016-08-07 | 1 | -0/+1 |
* | | | Merge pull request #25825 from st0012/partial-cache | Kasper Timm Hansen | 2016-08-07 | 4 | -2/+21 |
|\ \ \ |
|
| * | | | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 4 | -2/+21 |
* | | | | Fix Accept header overridden when "xhr: true" in integration test | David Chen | 2016-08-07 | 3 | -4/+26 |
|/ / / |
|
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 13 | -15/+0 |
* | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 61 | -91/+36 |
* | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 68 | -1231/+1227 |
* | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 34 | -302/+252 |
* | | | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 95 | -2062/+2062 |
* | | | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | | | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -19/+19 |
* | | | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 145 | -6003/+6003 |