| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 1 | -0/+19 |
|\ |
|
| * | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 1 | -0/+19 |
* | | Allow multiple `root` routes in same scope level | Rafael Sales | 2015-10-10 | 1 | -0/+8 |
* | | Fix mounted engine named routes regression | Matthew Erhard | 2015-10-07 | 1 | -0/+8 |
* | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -1/+5 |
* | | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 1 | -0/+5 |
* | | Fix a typo: Mime::Types should be Mime::Type [ci skip] | Juanito Fatas | 2015-09-22 | 1 | -1/+1 |
* | | update changelog for mime changes | Aaron Patterson | 2015-09-21 | 1 | -0/+13 |
* | | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar... | Rafael Mendonça França | 2015-09-08 | 1 | -0/+4 |
|\ \ |
|
| * | | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -0/+4 |
* | | | Make `config.force_ssl` less dangerous to try and easier to disable | Jeremy Daer | 2015-09-07 | 1 | -0/+27 |
|/ / |
|
* | | minor copy edit. [ci skip] | Yves Senn | 2015-08-27 | 1 | -2/+2 |
* | | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 1 | -0/+5 |
* | | Using strings or symbols for middleware class names is deprecated. | Aaron Patterson | 2015-08-07 | 1 | -0/+9 |
* | | Adds missing argument handling for ActionController::TestSession to | Matthew Gerrior | 2015-08-06 | 1 | -0/+9 |
* | | Fix exception overwritten for parameters fetch method | Roque Pinel | 2015-07-18 | 1 | -0/+5 |
* | | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -1/+2 |
* | | Update documentation on `AC::Parameters` | Prem Sichanugrist | 2015-07-15 | 1 | -1/+1 |
* | | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 1 | -0/+14 |
* | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -0/+5 |
* | | Allow filtering params based on parent keys | Guillaume Malette | 2015-06-22 | 1 | -0/+10 |
* | | Revert "Merge pull request #20584 from arthurnn/fix_url" | Arthur Neves | 2015-06-17 | 1 | -4/+0 |
* | | Catch InvalidURIError on bad paths on redirect. | Arthur Neves | 2015-06-16 | 1 | -0/+4 |
* | | Deprecate passing hash as first parameter into ActionController::Head | Mehmet Emin İNAÇ | 2015-06-15 | 1 | -0/+4 |
* | | quick pass over changelogs. [ci skip] | Yves Senn | 2015-06-15 | 1 | -4/+4 |
|/ |
|
* | Handle param-parsing errors from Rack in ExceptionWrapper | Grey Baker | 2015-06-12 | 1 | -0/+6 |
* | Add CHANGELOG entries for API apps functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+6 |
* | Merge pull request #19094 from phoet/have_bearer_be_valid_as_well | Rafael Mendonça França | 2015-06-01 | 1 | -0/+10 |
|\ |
|
| * | add changelog entry | phoet | 2015-06-01 | 1 | -0/+10 |
* | | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #20017 from eliotsykes/configurable-static-index-filename | Rafael Mendonça França | 2015-05-28 | 1 | -0/+8 |
|\ |
|
| * | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 1 | -0/+8 |
* | | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -0/+4 |
|/ |
|
* | Spelling/typo/grammatical fixes [ci skip] | karanarora | 2015-05-23 | 1 | -1/+1 |
* | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -1/+1 |
* | [skip ci] Fix typos in actionpack changelog and security guide | Anton Davydov | 2015-05-07 | 1 | -1/+1 |
* | Add changelog for rake routes default fix | Arthur Neves | 2015-04-27 | 1 | -0/+7 |
* | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -4/+4 |
* | Override default form builder for a controller | Kevin McPhillips | 2015-04-13 | 1 | -0/+8 |
* | head no_content when there is no template or action performed | Stephen Bussey | 2015-04-05 | 1 | -0/+8 |
* | Merge pull request #18939 from georgeclaghorn/variant-inquiry | Rafael Mendonça França | 2015-03-27 | 1 | -1/+15 |
|\ |
|
| * | Provide friendlier access to request variants | George Claghorn | 2015-03-24 | 1 | -5/+19 |
* | | Add changelog entry for #19271 | Arthur Neves | 2015-03-24 | 1 | -0/+7 |
|/ |
|
* | Fix handling of empty X_FORWARDED_HOST header. | adam | 2015-03-20 | 1 | -0/+8 |
* | Fix typo in Action Pack changelog. [ci skip] | Mike Naberezny | 2015-03-14 | 1 | -1/+1 |
* | Drop request class from RouteSet constructor. | Aaron Patterson | 2015-03-04 | 1 | -0/+7 |
* | Merge pull request #18775 from yasyf/issue_5122 | Rafael Mendonça França | 2015-03-03 | 1 | -0/+10 |
|\ |
|
| * | Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`. | Yasyf Mohamedali | 2015-02-24 | 1 | -0/+10 |
* | | Merge pull request #15806 from tgxworld/partition_routes_during_setup | Aaron Patterson | 2015-03-02 | 1 | -0/+5 |
|\ \ |
|
| * | | Partition routes during setup. | Guo Xiang Tan | 2015-02-26 | 1 | -0/+5 |