aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-1/+1
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+54
* Merge branch 'format_localized_template' of https://github.com/acapilleri/railsGuillermo Iguaran2013-12-031-0/+11
|\
| * Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-0/+11
* | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | fixed-case when invalid action name has passedKuldeep Aggarwal2013-11-281-0/+3
* | fixed typo `destory` => `destroy` [ci skip]Kuldeep Aggarwal2013-11-281-1/+1
|/
* Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
* Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-053-17/+20
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-022-26/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-012-1/+26
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-112-1/+26
* | don't mutate hash with fetchDoug Cole2013-10-261-0/+6
* | pass app config to controller helper proxyTima Maslyuchenko2013-10-241-0/+6
* | Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+15
* | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* | 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
|/ /
* | Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-1/+1
* | Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-1/+1
* | 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-251-262/+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
* | Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-252-0/+3
* | Move view_paths from AP to AVŁukasz Strzałkowski2013-08-251-174/+0
* | 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
* | | Fail informatively in #respond_with when no appropriate #api_behavior rendere...Ben Woosley2013-08-171-0/+31
* | | Split the 1200+ line mime_responds_test into 3 more focused and manageable te...Ben Woosley2013-08-173-587/+587
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-173-6/+1
|\ \ \
| * | | 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
* | Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-3/+3
* | Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-011-15/+0
* | Re-remove deprecated API.kennyj2013-06-281-7/+0