aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18
* Skip test which is broken on jrubyGaurish Sharma2013-11-091-0/+4
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-055-21/+24
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-023-32/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-013-1/+32
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-113-1/+32
* | session#fetch doesn't behave exactly like Hash#fetch.Damien Mathieu2013-10-301-1/+5
* | add the fetch method to sessionsDamien Mathieu2013-10-291-0/+13
* | don't mutate hash with fetchDoug Cole2013-10-261-0/+6
* | pass app config to controller helper proxyTima Maslyuchenko2013-10-241-0/+6
* | Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-0/+8
* | Removing unused fake models from actionpack testsThiago Pradi2013-10-161-95/+0
* | Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+100
* | Fixing repond_with working directly on the options hashBlueHotDog2013-10-092-0/+15
* | Merge pull request #12354 from kennyj/fix_12293Rafael Mendonça França2013-09-281-0/+15
|\ \
| * | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* | | Merge pull request #12233 from claudiob/delete-actionpack-unused-fixtureYves Senn2013-09-271-5/+0
|\ \ \ | |/ / |/| |
| * | Remove HelperyTestHelper not used in any testclaudiob2013-09-141-5/+0
* | | add test_scoped_root_as_nameSam Ruby2013-09-241-0/+13
* | | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+18
* | | NullSessionHash#destroy should be a no-opJonathan Baudanza2013-09-181-0/+10
* | | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+4
|/ /
* | Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-0/+12
* | Merge pull request #12159 from nashby/issue-12149Rafael Mendonça França2013-09-121-0/+9
|\ \
| * | do not break params filtering on nil valuesVasiliy Ermolovich2013-09-071-0/+9
* | | Removed semicolon and added spaceAnupam Choudhury2013-09-131-2/+2
* | | Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* | | Make AC standalone rendering workSantiago Pastorino2013-09-101-0/+15
* | | Remove helper fixtures not used in any testclaudiob2013-09-091-2/+0
|/ /
* | Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-1/+1
* | Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-0/+5
|\ \
| * | update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-0/+5
* | | Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-1/+1
* | | Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2515-891/+0
* | | Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-19/+0
* | | Basic rendering testŁukasz Strzałkowski2013-08-251-0/+19
* | | Move AP's capture tests to AVŁukasz Strzałkowski2013-08-251-79/+0
* | | Move remaining layouts tests to AVŁukasz Strzałkowski2013-08-2510-270/+0
* | | Remove unused fixtures and models from AP testsŁukasz Strzałkowski2013-08-257-12/+0
* | | Move render_test to AVŁukasz Strzałkowski2013-08-251-1298/+106
* | | Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-0/+3
* | | Remove RenderERBUtils from AP (only AV use it)Łukasz Strzałkowski2013-08-251-22/+0
* | | Remove AV::TestCase from APŁukasz Strzałkowski2013-08-251-8/+0
* | | Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-0/+2
* | | Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-257-2/+9
* | | Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-255-6/+7
* | | Move view_paths from AP to AVŁukasz Strzałkowski2013-08-253-176/+0
* | | Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+41
* | | Merge pull request #11443 from wangjohn/sse_reloader_classSantiago Pastorino2013-08-191-0/+88
|\ \ \
| * | | Creating an SSE class to be used with ActionController::Live.wangjohn2013-07-301-0/+88