aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-173-6/+1
| |/ /
* | | Execute conditional procs on controller filters only for current action.Nicholas Jakobsen2013-08-101-0/+9
* | | Add timeout to test_async_streamGaurish Sharma2013-08-021-1/+1
|/ /
* | Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-07-261-1/+1
* | Fix order dependent testsAkira Matsuda2013-07-261-0/+4
* | Fix order dependent AP testAkira Matsuda2013-07-261-0/+1
* | Allow overriding of all headers from passed environment hashAndrew White2013-07-251-0/+30
* | Fix failing test missed for the past year :(Andrew White2013-07-171-1/+1
* | Skip Rack applications and redirects when generating urlsAndrew White2013-07-163-12/+69
* | Removed unused file! Moved to actionviewArun Agrawal2013-07-131-91/+0
* | add test-case to verify `error.path` when a helper was not found.Yves Senn2013-07-121-0/+5
* | move `MissingHelperError` out of the `ClassMethods` module.Yves Senn2013-07-121-1/+1
* | Remove accidentally committed vi .swp file.Marc Schütz2013-07-101-0/+0
* | Show real LoadError on helpers requirePiotr Niełacny2013-07-103-0/+25
* | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-0/+7
* | Merge pull request #11313 from gsamokovarov/url-encoded-params-testRafael Mendonça França2013-07-061-25/+27
|\ \
| * | Cleanup ul_encoded_params_parsing_testGenadi Samokovarov2013-07-051-25/+27
* | | Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-0/+29
|/ /
* | Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-011-15/+0
* | use bytesize rather than force encodingAaron Patterson2013-06-281-2/+1
* | Re-remove deprecated API.kennyj2013-06-281-7/+0
* | Merge pull request #11000 from sbeckeriv/accept_headerCarlos Antonio da Silva2013-06-251-0/+6
|\ \
| * | Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-0/+6
* | | test-case => failingYves Senn2013-06-251-0/+13
* | | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-0/+14
|\ \ \
| * | | Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-0/+14
* | | | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-0/+5
|/ / /
* | | Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-0/+5
* | | Remove digestor fixtures from APŁukasz Strzałkowski2013-06-2012-25/+0
* | | Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-20108-281/+0
* | | Remove unneeded filesPiotr Sarnacki2013-06-202-50/+0
* | | Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-2052-16208/+0
* | | Added test for link_to_unless to make sure the result consistency.dtaniwaki2013-06-161-0/+5
* | | Use a case insensitive URI Regexp for #asset_pathDavid Celis2013-06-161-2/+5
|/ /
* | collection tags accept html attributes as the last element of collectionVasiliy Ermolovich2013-06-161-0/+16
* | Update the HTML boolean attributes per the HTML 5.1 specAlex Peattie2013-06-141-2/+2
* | Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-3/+1
* | Warning removed for MinitestArun Agrawal2013-06-121-1/+1
* | Fix mismatching variable names when using an underscoreDrew Ulmer2013-06-041-13/+41
* | Raise ArgumentError to fix Rails 4.1 deprecation warn message.kennyj2013-06-021-5/+7
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-022-21/+0
* | Remove ActionView::Template#mime_type was deprecated.kennyj2013-06-011-7/+0
* | Remove ActionController::RecordIdentifier was deprecated.kennyj2013-06-012-63/+3
* | Remove :confirm and :disable_with options from ActionView::Helpers::FormTagHe...kennyj2013-06-011-28/+0
* | Remove link_to_function / button_to_function from ActionView::Helpers::Javasc...kennyj2013-06-011-42/+0
* | Remove :confirm and :disable_with options for ActionView::Helpers::UrlHelper#...kennyj2013-06-011-75/+0
* | `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-0/+9
* | Running isolated testsArun Agrawal2013-05-281-15/+0
* | Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+13
* | Fix named routing regression from 3.2.13schneems2013-05-161-0/+11