aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-1/+1
* Ruby 2 compat. CGI.escapeHTML has changed the way it escapes apostrophes a fe...Jeremy Kemper2012-10-061-1/+1
* Update some code styles.Rafael Mendonça França2012-10-061-150/+180
* Accept :remote as symbol in link_to optionsRiley Lynch2012-10-061-0/+14
* can't pass :locals to #assert_template without a view test case. Closes #3415Yves Senn2012-10-061-0/+11
* Allow parameter filters to match multi-parameter attributesRafael Mendonça França2012-10-051-0/+33
* ActionController::Parameters#permit! is recursiveBrendan Loudermilk2012-10-041-0/+7
* rename page_cache_extension option to default_static_extensionFrancesco Rodriguez2012-10-031-0/+15
* extract AP Page and Action caching to actionpack-deprecated_caching gemFrancesco Rodriguez2012-10-032-739/+16
* Failsafe exception returns text/plain.Steve Klabnik2012-10-011-0/+16
* resource and resources do no longer modify passed optionsYves Senn2012-10-011-0/+20
* fix cache store testSteve Klabnik2012-09-301-0/+1
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-292-0/+23
* move metal/caching_test into controller/caching_testFrancesco Rodriguez2012-09-272-37/+42
* remove method redefinition warningsRafael Mendonça França2012-09-272-2/+2
* Merge pull request #7444 from szimek/params_parser_raises_parsing_errorAaron Patterson2012-09-262-2/+6
|\
| * Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...Szymon Nowak2012-08-272-2/+4
| * Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.Szymon Nowak2012-08-242-2/+4
| * Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...Szymon Nowak2012-08-242-2/+2
* | fixing most tests on Ruby 2.0Aaron Patterson2012-09-251-2/+2
* | allow to pass numerical value to size option in image_tagNihad Abbasov2012-09-251-1/+1
* | Merge pull request #7749 from blowmage/minitestAaron Patterson2012-09-256-1/+382
|\ \
| * | Register AD::IntegrationTest for minitest's spec DSLMike Moore2012-09-241-0/+41
| * | Support helper tests using spec DSLMike Moore2012-09-242-1/+57
| * | Register helper and view tests for minitest's spec DSLMike Moore2012-09-241-0/+39
| * | Allow strings in the controller test describe blocksMike Moore2012-09-242-0/+129
| * | Support controller tests using spec DSL - fixes #7743Mike Moore2012-09-241-0/+116
* | | depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...grosser2012-09-242-7/+13
|/ /
* | fixes the suite for uploaded filesXavier Noria2012-09-231-6/+6
* | Accept parameters in methods delegated to tempfileSergio Gil Pérez de la Manga2012-09-221-0/+6
* | Delegate ActionDispatch::Http::UploadedFile#close to tempfileSergio Gil Pérez de la Manga2012-09-201-0/+6
* | Removing to_shorthand from default_controller_and_action. Fixes #6497Luiz Felipe2012-09-191-0/+7
* | Correct parameter access.Philip Arndt2012-09-191-1/+1
* | Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-187-41/+251
|\ \
| * | Support fields_for attributes, which may have numeric symbols as hash keysGuillermo Iguaran2012-09-161-0/+18
| * | Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+14
| * | Change tainted/untainted wording to permitted/forbiddenGuillermo Iguaran2012-09-163-26/+26
| * | Don't use assert_nothing_raised when assert_equal is usedGuillermo Iguaran2012-09-161-4/+2
| * | require abstract_unit in parameters testsGuillermo Iguaran2012-09-163-0/+3
| * | Remove integration between attr_accessible/protected and AC::Metal::ParamsWra...Guillermo Iguaran2012-09-162-41/+0
| * | Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-165-0/+218
* | | log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-0/+15
* | | Merge pull request #7669 from guilleiguaran/rename-rb-handlerCarlos Antonio da Silva2012-09-172-3/+3
|\ \ \
| * | | Rename .rb template handler to .ruby to avoid conflicts with mustache views c...Guillermo Iguaran2012-09-172-3/+3
| |/ /
* / / allowing pass couple extension to register_template_handler callTima Maslyuchenko2012-09-171-0/+9
|/ /
* | Support for multiple etags in an If-None-Match headerTravis Warlick2012-09-151-0/+39
* | Merge pull request #7616 from lest/null-session-forgery-protectionMichael Koziarski2012-09-131-10/+6
|\ \
| * | Implement :null_session CSRF protection methodSergey Nartimov2012-09-131-10/+6
* | | Define a SynchronousQueue for test in Action Pack.Rafael Mendonça França2012-09-122-6/+10
* | | Merge pull request #7612 from arunagw/build_fix_queueCarlos Antonio da Silva2012-09-121-0/+6
|\ \ \