aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unneeded filesPiotr Sarnacki2013-06-201-1/+0
|/
* Remove ActionController::RecordIdentifier was deprecated.kennyj2013-06-012-63/+3
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-17/+1
* 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
|/
* 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
* Add support for extra options to `force_ssl`Andrew White2013-04-251-14/+106
* Use `request.fullpath` to build redirect url in `force_ssl`Andrew White2013-04-251-0/+63
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+7
* Merge pull request #9604 from sgrif/live_streaming_exceptionsRafael Mendonça França2013-04-081-1/+75
|\
| * Exception handling for controllers using ActionController::LiveSean Griffin2013-03-181-1/+75
* | Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-032-2/+0
* | Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-022-4/+4
* | fix request methods testVipul A M2013-03-311-6/+2
* | Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-303-31/+31
* | Refactored to remove unused variableAnupam Choudhury2013-03-281-1/+1
* | Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh...Rafael Mendonça França2013-03-271-0/+24
|\ \
| * | Provides standard layout lookup behavior for method and proc casesChris Nicola2013-03-271-0/+24
* | | Update tests for #9704, named route collisionsJeremy Kemper2013-03-241-5/+6
* | | Fix broken ActionController#action_missingJanko Luin2013-03-201-0/+12
* | | Digest auth should not 500 when given a basic header.Brad Dunbar2013-03-181-0/+8
| |/ |/|
* | Merge pull request #9753 from jbarreneche/bug/render-locale-fallbacksCarlos Antonio da Silva2013-03-181-0/+9
|\ \
| * | Include I18n fallbacks in :locale lookup contextJuan Barreneche2013-03-161-0/+9
* | | remove ancient TODOs [ci skip].Yves Senn2013-03-181-2/+0
* | | Fix rake test warnings in actionpackMack Earnhardt2013-03-171-1/+1
|/ /
* | `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-0/+22
* | Handle conditional get in live requests - this will prevent error when using ...Bernard Potocki2013-03-141-0/+15
* | allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-0/+15
* | Fix warningsCarlos Antonio da Silva2013-03-071-2/+2
* | Allow use of assert_template with the :file option.Justin Coyne2013-03-011-0/+35
* | Add tests for #9441Francesco Rodriguez2013-02-261-0/+16
|/
* fix respond_to without blocks not working if one of the blocks is allgrosser2013-02-241-0/+21
* Rack::Test::UploadedFile is a permitted scalarFabio Kreusch2013-02-211-1/+2
* Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-201-131/+15
* Fix #9168 Initialize NullCookieJar with all options needed for KeyGeneratorAndrey Chernih2013-02-081-0/+35
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-012-0/+2
* Remove yaml Proc param parser testBrendon Murphy2013-01-281-13/+0
* Merge pull request #9032 from firmhouse/head-breaks-csrfSantiago Pastorino2013-01-281-0/+4
|\
| * Added a test that shows that a HEAD request does not normally pass CSRF prote...Michiel Sikkes2013-01-221-0/+4
* | ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]Xavier Noria2013-01-231-1/+2
|/
* Lets kepp using Ruby 1.9 syntaxRafael Mendonça França2013-01-222-37/+37
* Restore I18n.locale after running testsAkira Matsuda2013-01-221-1/+7
* Make sure to reset default_url_optionsAkira Matsuda2013-01-221-1/+5
* Add missing assert callsCarlos Antonio da Silva2013-01-201-2/+2