Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove array allocation | schneems | 2015-07-30 | 1 | -2/+2 | |
* | | | | | Avoid hash duplication by skipping mutation | schneems | 2015-07-30 | 1 | -2/+2 | |
* | | | | | Only allocate new string when needed | schneems | 2015-07-30 | 1 | -1/+7 | |
* | | | | | Freeze a string in comparator | schneems | 2015-07-30 | 1 | -1/+1 | |
* | | | | | Avoid calling to_s on nil in journey/formatter | schneems | 2015-07-30 | 1 | -2/+2 | |
* | | | | | Reduce hash allocations in route_set | schneems | 2015-07-29 | 1 | -1/+1 | |
* | | | | | Decrease route_set allocations | schneems | 2015-07-29 | 1 | -3/+7 | |
* | | | | | Speed up journey missing_keys | schneems | 2015-07-29 | 1 | -3/+15 | |
* | | | | | Speed up journey extract_parameterized_parts | schneems | 2015-07-29 | 1 | -2/+3 | |
* | | | | | Decrease string allocations in url_options | schneems | 2015-07-29 | 1 | -1/+5 | |
| |/ / / |/| | | | ||||||
* | | | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-07-28 | 1 | -1/+1 | |
* | | | | Add `:nodoc:` for internal testing methods [ci skip] | Robin Dupret | 2015-07-28 | 1 | -1/+1 | |
* | | | | Merge pull request #20590 from vngrs/set_default_charset | Rafael Mendonça França | 2015-07-27 | 2 | -6/+13 | |
|\ \ \ \ | ||||||
| * | | | | Document, refactor and create test case for ActionDispatch::Response#charset=... | Mehmet Emin İNAÇ | 2015-06-17 | 2 | -6/+13 | |
* | | | | | Merge pull request #21031 from vngrs/fix_params_wrapper_doc | Rafael Mendonça França | 2015-07-27 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix params_wrapper doc [ci skip] | Mehmet Emin İNAÇ | 2015-07-26 | 1 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
* / | | | | [ci skip] it should be protect_from_forgery | Aditya Kapoor | 2015-07-27 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | rm `deep_munge`. You will live on in our hearts (and git history) | Aaron Patterson | 2015-07-21 | 3 | -26/+15 | |
* | | | | push param encoding in to the utils module | Aaron Patterson | 2015-07-21 | 2 | -14/+30 | |
* | | | | stop keeping track of keys when "deep munging" | Aaron Patterson | 2015-07-21 | 1 | -5/+3 | |
* | | | | recurse for arrays in `normalize_encode_params` | Aaron Patterson | 2015-07-21 | 1 | -5/+3 | |
* | | | | drop conditionals in conversion logic | Aaron Patterson | 2015-07-21 | 1 | -7/+5 | |
* | | | | rearrange logic to use positive branches | Aaron Patterson | 2015-07-21 | 1 | -4/+6 | |
* | | | | Merge pull request #20751 from repinel/remove-unnecessary-dup | Rafael Mendonça França | 2015-07-20 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Remove unnecessary `dup` from Mapper `add_route` | Roque Pinel | 2015-07-01 | 1 | -1/+1 | |
* | | | | | Fix state being carried over from previous transaction | Roque Pinel | 2015-07-20 | 1 | -1/+1 | |
* | | | | | Merge pull request #20946 from schneems/schneems/let-it-go | Sean Griffin | 2015-07-19 | 10 | -18/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Freeze string literals when not mutated. | schneems | 2015-07-19 | 10 | -18/+18 | |
* | | | | | | Merge pull request #20936 from repinel/fix-params-fetch-exception-overwritten | Sean Griffin | 2015-07-19 | 3 | -3/+25 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix exception overwritten for parameters fetch method | Roque Pinel | 2015-07-18 | 3 | -3/+25 | |
* | | | | | | Fix formatting of force_ssl options documentation [ci skip] | Eliot Sykes | 2015-07-19 | 1 | -6/+6 | |
|/ / / / / | ||||||
* | | | | | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 36 | -222/+222 | |
* | | | | | Merge pull request #20917 from sikachu/ps-deprecate-render-text | Jeremy Daer (Kemper) | 2015-07-17 | 2 | -11/+56 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add deprecation warning for `render :text` | Prem Sichanugrist | 2015-07-17 | 2 | -11/+56 | |
* | | | | | | push fields_for_style? in to a protected method | Aaron Patterson | 2015-07-17 | 1 | -5/+5 | |
* | | | | | | push is_a checks up the stack | Aaron Patterson | 2015-07-17 | 1 | -13/+13 | |
* | | | | | | remove useless conditional | Aaron Patterson | 2015-07-17 | 1 | -1/+0 | |
* | | | | | | remove useless conditionals | Aaron Patterson | 2015-07-17 | 1 | -2/+2 | |
* | | | | | | remove useless function | Aaron Patterson | 2015-07-17 | 1 | -8/+2 | |
* | | | | | | stop passing `params` to `array_of_permitted_scalars_filter` | Aaron Patterson | 2015-07-17 | 1 | -4/+6 | |
* | | | | | | push key checking up | Aaron Patterson | 2015-07-17 | 1 | -1/+2 | |
* | | | | | | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 3 | -0/+8 | |
* | | | | | Oops! :bomb: | Akira Matsuda | 2015-07-17 | 1 | -1/+1 | |
* | | | | | "warning: instance variable @routes not initialized" | Akira Matsuda | 2015-07-17 | 1 | -1/+1 | |
* | | | | | Standardize `ActionController::Parameters#to_unsafe_h` return value | Zoltan Kiss | 2015-07-15 | 1 | -1/+1 | |
* | | | | | Update documentation on `AC::Parameters` | Prem Sichanugrist | 2015-07-15 | 2 | -7/+33 | |
* | | | | | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 9 | -35/+128 | |
* | | | | | Rack implements `redirect?` so we don't need it | Aaron Patterson | 2015-07-14 | 2 | -6/+0 | |
* | | | | | Remove concurrent-ruby from Action Pack gemspec | Rafael Mendonça França | 2015-07-14 | 1 | -1/+0 |