aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-17/+1
* Merge pull request #10636 from seanwalbran/fix-asset-host-proc-returning-nilRafael Mendonça França2013-05-161-0/+11
|\
| * restore ability to return nil from asset_host proc, add testSean Walbran2013-05-151-0/+11
* | Revert "Add the options method to action_controller testcase."Rafael Mendonça França2013-05-161-5/+0
* | Merge pull request #10591 from acapilleri/cond_callback_testAaron Patterson2013-05-151-0/+13
|\ \ | |/ |/|
| * add test for skip_before_filter with conditionAngelo capilleri2013-05-131-0/+13
* | use public api for testing rather than grabbing instance variablesAaron Patterson2013-05-141-1/+1
|/
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-1/+1
* Fix that JSON and XML exception responses should give the HTTP error message ...Jeremy Kemper2013-05-081-2/+2
* Test that #fresh_when accepts an arrayBrandon Keepers2013-05-071-2/+19
* Allow numbers in partial name for digestingBryan Ricker2013-05-062-1/+8
* Fix failing AP testCarlos Antonio da Silva2013-05-011-1/+1
* Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-302-0/+7
|\
| * failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-212-0/+7
* | Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup"Rafael Mendonça França2013-04-251-1/+1
* | Merge pull request #10337 from eimermusic/fix_template_digestor_lookupRafael Mendonça França2013-04-251-1/+1
|\ \
| * | AV Digestor correctly passes format to LookupContextMartin Westin2013-04-251-1/+1