| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow an absolute controller path inside a module scope | Andrew White | 2014-01-05 | 1 | -0/+12 |
* | Unique the segment keys array for non-optimized url helpers | Andrew White | 2014-01-05 | 1 | -0/+18 |
* | Show full route constraints in error message | Andrew White | 2014-01-05 | 1 | -0/+25 |
* | Use a custom route vistor for optimized route generation | Andrew White | 2014-01-05 | 1 | -0/+12 |
* | Allow engine root relative redirects using an empty string. | Andrew White | 2014-01-01 | 1 | -41/+111 |
* | Fix Encoding::CompatibilityError when public path is UTF-8 | Andrew White | 2013-12-29 | 1 | -3/+16 |
* | Merge pull request #13188 from imanel/skip_deep_munge | Jeremy Kemper | 2013-12-19 | 1 | -0/+15 |
|\ |
|
| * | Add configuration option to optionally disable deep_munge | Bernard Potocki | 2013-12-05 | 1 | -0/+15 |
* | | Fix assertions for testing unknown formats using Mime::NullType | Carlos Antonio da Silva | 2013-12-19 | 1 | -5/+5 |
* | | Show routes defined under assets prefix | Ryunosuke SATO | 2013-12-19 | 1 | -0/+12 |
* | | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -1/+1 |
* | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetch | Trent Ogren | 2013-12-11 | 1 | -3/+2 |
* | | Fix mounting engines inside a resources block | Piotr Sarnacki | 2013-12-10 | 1 | -1/+12 |
* | | Fixed test for Mime::VCF | Arun Agrawal | 2013-12-06 | 1 | -3/+3 |
|/ |
|
* | Action Pack Variants | Łukasz Strzałkowski | 2013-12-04 | 1 | -0/+13 |
* | Deep Munge the parameters for GET and POST | Michael Koziarski | 2013-12-02 | 1 | -0/+15 |
* | Merge pull request #12123 from aredondo/master | Carlos Antonio da Silva | 2013-12-02 | 1 | -0/+8 |
|\ |
|
| * | Add regression test for IpSpoofAttackError issue | Alvaro Redondo | 2013-09-03 | 1 | -0/+8 |
* | | Try to escape each part of a path redirect route correctly | Andrew White | 2013-12-02 | 1 | -0/+10 |
* | | Build fix for Routing Inspector | Arun Agrawal | 2013-11-22 | 1 | -2/+2 |
* | | Fix for routes task | Sıtkı Bağdat | 2013-11-21 | 1 | -16/+16 |
* | | `skiping` => `skipping` | Kuldeep Aggarwal | 2013-11-19 | 1 | -1/+1 |
* | | Skip test which is broken on jruby | Gaurish Sharma | 2013-11-09 | 1 | -0/+4 |
* | | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi... | Guillermo Iguaran | 2013-11-02 | 1 | -6/+0 |
* | | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav... | Guillermo Iguaran | 2013-11-01 | 1 | -0/+6 |
|\ \ |
|
| * | | Change ActionController::Parameters#require behavior when value is empty | Sebastian Sogamoso | 2013-03-11 | 1 | -0/+6 |
* | | | session#fetch doesn't behave exactly like Hash#fetch. | Damien Mathieu | 2013-10-30 | 1 | -1/+5 |
* | | | add the fetch method to sessions | Damien Mathieu | 2013-10-29 | 1 | -0/+13 |
* | | | Respect `SCRIPT_NAME` when using `redirect` with a relative path | Andrew White | 2013-10-10 | 1 | -0/+100 |
* | | | add test_scoped_root_as_name | Sam Ruby | 2013-09-24 | 1 | -0/+13 |
| |/
|/| |
|
* | | Merge pull request #11912 from jonkessler/respond-to-signature-fixes | Rafael Mendonça França | 2013-08-31 | 1 | -0/+5 |
|\ \ |
|
| * | | update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?... | Jon Kessler | 2013-08-16 | 1 | -0/+5 |
* | | | Display exceptions in text format for xhr request | Kir Shatrov | 2013-08-22 | 1 | -0/+41 |
|/ / |
|
* | | Allow overriding of all headers from passed environment hash | Andrew White | 2013-07-25 | 1 | -0/+30 |
* | | Skip Rack applications and redirects when generating urls | Andrew White | 2013-07-16 | 1 | -0/+53 |
* | | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 1 | -0/+7 |
* | | Merge pull request #11313 from gsamokovarov/url-encoded-params-test | Rafael Mendonça França | 2013-07-06 | 1 | -25/+27 |
|\ \ |
|
| * | | Cleanup ul_encoded_params_parsing_test | Genadi Samokovarov | 2013-07-05 | 1 | -25/+27 |
* | | | Space is not required for Set-Cookie header | Yamagishi Kazutoshi | 2013-07-05 | 1 | -0/+29 |
|/ / |
|
* | | use bytesize rather than force encoding | Aaron Patterson | 2013-06-28 | 1 | -2/+1 |
* | | test-case => failing | Yves Senn | 2013-06-25 | 1 | -0/+13 |
* | | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case | Guillermo Iguaran | 2013-06-24 | 1 | -0/+14 |
|\ \ |
|
| * | | Flag cookies as secure with ignore case in ActionDispatch::SSL | Yamagishi Kazutoshi | 2013-06-24 | 1 | -0/+14 |
* | | | ActionDispatch:SSL: don't include STS header in non-https responses | Geoff Buesing | 2013-06-23 | 1 | -0/+5 |
|/ / |
|
* | | Don't remove trailing slash from PATH_INFO for mounted apps | Piotr Sarnacki | 2013-06-21 | 1 | -0/+5 |
* | | Don't set X-UA-Compatible header by default | Guillermo Iguaran | 2013-06-13 | 1 | -3/+1 |
* | | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were... | kennyj | 2013-06-02 | 2 | -21/+0 |
* | | `RoutesInspector` deals with routes using regexp as `:controller` option | Yves Senn | 2013-05-30 | 1 | -0/+9 |
* | | Add has_named_route? to the mapper API | José Valim | 2013-05-20 | 1 | -0/+13 |
* | | Fix named routing regression from 3.2.13 | schneems | 2013-05-16 | 1 | -0/+11 |