| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11443 from wangjohn/sse_reloader_class | Santiago Pastorino | 2013-08-19 | 1 | -0/+88 |
|\ |
|
| * | Creating an SSE class to be used with ActionController::Live. | wangjohn | 2013-07-30 | 1 | -0/+88 |
* | | Fail informatively in #respond_with when no appropriate #api_behavior rendere... | Ben Woosley | 2013-08-17 | 1 | -0/+31 |
* | | Split the 1200+ line mime_responds_test into 3 more focused and manageable te... | Ben Woosley | 2013-08-17 | 3 | -587/+587 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 3 | -6/+1 |
|\ \ |
|
| * | | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 3 | -6/+1 |
| |/ |
|
* | | Execute conditional procs on controller filters only for current action. | Nicholas Jakobsen | 2013-08-10 | 1 | -0/+9 |
* | | Add timeout to test_async_stream | Gaurish Sharma | 2013-08-02 | 1 | -1/+1 |
|/ |
|
* | Reset ActionView::Base.logger instead of AC::Base.logger | Akira Matsuda | 2013-07-26 | 1 | -1/+1 |
* | Fix order dependent tests | Akira Matsuda | 2013-07-26 | 1 | -0/+4 |
* | Fix order dependent AP test | Akira Matsuda | 2013-07-26 | 1 | -0/+1 |
* | Allow overriding of all headers from passed environment hash | Andrew White | 2013-07-25 | 1 | -0/+30 |
* | Fix failing test missed for the past year :( | Andrew White | 2013-07-17 | 1 | -1/+1 |
* | Skip Rack applications and redirects when generating urls | Andrew White | 2013-07-16 | 3 | -12/+69 |
* | Removed unused file! Moved to actionview | Arun Agrawal | 2013-07-13 | 1 | -91/+0 |
* | add test-case to verify `error.path` when a helper was not found. | Yves Senn | 2013-07-12 | 1 | -0/+5 |
* | move `MissingHelperError` out of the `ClassMethods` module. | Yves Senn | 2013-07-12 | 1 | -1/+1 |
* | Remove accidentally committed vi .swp file. | Marc Schütz | 2013-07-10 | 1 | -0/+0 |
* | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 3 | -0/+25 |
* | 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 |
|/ |
|
* | Remove `page_cache_extension` deprecated method | Francesco Rodriguez | 2013-07-01 | 1 | -15/+0 |
* | use bytesize rather than force encoding | Aaron Patterson | 2013-06-28 | 1 | -2/+1 |
* | Re-remove deprecated API. | kennyj | 2013-06-28 | 1 | -7/+0 |
* | Merge pull request #11000 from sbeckeriv/accept_header | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+6 |
|\ |
|
| * | Fix undefined method `ref' for nil:NilClass for bad accept headers | Stephen Becker IV | 2013-06-19 | 1 | -0/+6 |
* | | 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 |
* | | Remove digestor fixtures from AP | Łukasz Strzałkowski | 2013-06-20 | 12 | -25/+0 |
* | | Remove unneeded test fixtures in AV | Piotr Sarnacki | 2013-06-20 | 108 | -281/+0 |
* | | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 2 | -50/+0 |
* | | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 52 | -16208/+0 |
* | | Added test for link_to_unless to make sure the result consistency. | dtaniwaki | 2013-06-16 | 1 | -0/+5 |
* | | Use a case insensitive URI Regexp for #asset_path | David Celis | 2013-06-16 | 1 | -2/+5 |
|/ |
|
* | collection tags accept html attributes as the last element of collection | Vasiliy Ermolovich | 2013-06-16 | 1 | -0/+16 |
* | Update the HTML boolean attributes per the HTML 5.1 spec | Alex Peattie | 2013-06-14 | 1 | -2/+2 |
* | Don't set X-UA-Compatible header by default | Guillermo Iguaran | 2013-06-13 | 1 | -3/+1 |
* | Warning removed for Minitest | Arun Agrawal | 2013-06-12 | 1 | -1/+1 |
* | Fix mismatching variable names when using an underscore | Drew Ulmer | 2013-06-04 | 1 | -13/+41 |
* | Raise ArgumentError to fix Rails 4.1 deprecation warn message. | kennyj | 2013-06-02 | 1 | -5/+7 |
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were... | kennyj | 2013-06-02 | 2 | -21/+0 |
* | Remove ActionView::Template#mime_type was deprecated. | kennyj | 2013-06-01 | 1 | -7/+0 |
* | Remove ActionController::RecordIdentifier was deprecated. | kennyj | 2013-06-01 | 2 | -63/+3 |
* | Remove :confirm and :disable_with options from ActionView::Helpers::FormTagHe... | kennyj | 2013-06-01 | 1 | -28/+0 |
* | Remove link_to_function / button_to_function from ActionView::Helpers::Javasc... | kennyj | 2013-06-01 | 1 | -42/+0 |