| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Set the request type if as: is specified | Everest Munro-Zeisberger | 2016-08-18 | 1 | -1/+8 |
* | | 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 | 1 | -60/+60 |
* | | 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 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Show unpermitted parameters as symbols in logs (so they could be copy-pasted ... | Igor Kasyanchuk | 2016-08-10 | 2 | -3/+3 |
* | | | | 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 | 22 | -34/+34 |
* | | | | | Fix deadlock that can occur when child live thread tries to load a constant a... | Alex Chinn | 2016-08-15 | 1 | -1/+6 |
* | | | | | 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 |
|/ / / / |
|
* | | | | 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 |
* | | | | Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding | Aaron Patterson | 2016-08-10 | 8 | -7/+61 |
|\ \ \ \ |
|
| * | | | | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 8 | -7/+61 |
| |/ / / |
|
* / / / | Remove unused method | Andrew White | 2016-08-10 | 1 | -5/+0 |
|/ / / |
|
* | | | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 4 | -9/+9 |
* | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 6 | -9/+9 |
* | | | 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 | 2 | -2/+4 |
|\ \ \ |
|
| * | | | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 2 | -2/+4 |
* | | | | Fix Accept header overridden when "xhr: true" in integration test | David Chen | 2016-08-07 | 1 | -4/+7 |
|/ / / |
|
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 2 | -3/+0 |
* | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 18 | -21/+5 |
* | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 37 | -930/+929 |
* | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 5 | -5/+5 |
* | | | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 21 | -54/+54 |
* | | | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 96 | -571/+571 |
* | | | Fix GET JSON integration test request to use method override | eileencodes | 2016-08-05 | 1 | -1/+6 |
* | | | Move the YAML hook closer to `init_with`. | Kasper Timm Hansen | 2016-08-02 | 1 | -8/+9 |
* | | | Replace implicit formats with a case statement. | Kasper Timm Hansen | 2016-08-02 | 1 | -7/+8 |
* | | | Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters. | Kasper Timm Hansen | 2016-08-02 | 1 | -2/+9 |
* | | | Make Parameters support legacy YAML encodings. | Kasper Timm Hansen | 2016-08-01 | 1 | -0/+19 |
| |/
|/| |
|
* | | Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_input | Guillermo Iguaran | 2016-07-28 | 1 | -0/+1 |
|\ \ |
|
| * | | Reset rack.input when the environment is scrubbed for the next request | Nick Sieger | 2016-07-27 | 1 | -0/+1 |
* | | | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root | Rafael Mendonça França | 2016-07-27 | 1 | -1/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix 'defaults' option for root route | Chris Arcand | 2016-07-21 | 1 | -1/+8 |
* | | | There are some cases where @@app is not defined | Santiago Pastorino | 2016-07-26 | 1 | -1/+5 |
* | | | Return ActionDispatch.test_app when no app is set on IntegrationTest.app method | Santiago Pastorino | 2016-07-26 | 1 | -1/+1 |
* | | | Also yield in parameters for a nil content_mime_type | Julian Nadeau | 2016-07-25 | 1 | -1/+1 |
* | | | Fix incorrect indentation in method comment [ci skip] | Junya Ogura | 2016-07-21 | 1 | -3/+3 |
|/ / |
|
* / | Fix failing requirement of duplicable in ParameterFilter | Vipul A M | 2016-07-16 | 1 | -0/+2 |
|/ |
|
* | Check `request.path_parameters` encoding at the point they're set | Grey Baker | 2016-07-14 | 3 | -13/+7 |
* | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i... | Matthew Draper | 2016-07-14 | 1 | -3/+3 |
|\ |
|