aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Use each_with_objectSantiago Pastorino2013-08-191-4/+2
* Organize normalize_encoding_params' conditionals a bit better and use a case ...Santiago Pastorino2013-08-191-15/+18
* Merge pull request #11891 from robertomiranda/remove_upload_moduleSantiago Pastorino2013-08-193-14/+2
|\
| * Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-143-14/+2
* | Merge pull request #11443 from wangjohn/sse_reloader_classSantiago Pastorino2013-08-192-0/+162
|\ \
| * | Creating an SSE class to be used with ActionController::Live.wangjohn2013-07-302-0/+162
* | | Fail informatively in #respond_with when no appropriate #api_behavior rendere...Ben Woosley2013-08-173-0/+44
* | | 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-175-20/+13
|\ \ \ | |_|/ |/| |
| * | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-175-20/+13
* | | Execute conditional procs on controller filters only for current action.Nicholas Jakobsen2013-08-103-1/+17
* | | Added data for permit array into scalar valueRahul P. Chaudhari2013-08-051-0/+1
* | | Pass assert_dom_equal message arg to underlying assertionRyan McGeary2013-08-042-4/+11
* | | Merge pull request #11721 from gaurish/join-timeoutGuillermo Iguaran2013-08-021-1/+1
|\ \ \
| * | | Add timeout to test_async_streamGaurish Sharma2013-08-021-1/+1
* | | | fix a gramatical mistakeRajeev N Bharshetty2013-08-021-1/+1
* | | | Moved README into action_view [ci skip]Arun Agrawal2013-07-311-5/+0
|/ / /
* | / Improve documentation for controller how to get included helpers [ci skip]Paul Nikitochkin2013-07-301-1/+1
| |/ |/|
* | grab executable from rubygemsArun Agrawal2013-07-261-2/+1
|/
* Refactor handling of action normalizationMax Shytikov2013-07-261-11/+13
* 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
* Typo fixAnkit Gupta2013-07-251-1/+1
* Allow overriding of all headers from passed environment hashAndrew White2013-07-253-5/+42
* Removed random dot in code sample [ci skip]Max Vasiliev2013-07-221-1/+1
* Clear named routes when routes.rb is reloadedAndrew White2013-07-212-0/+9
* Refactor to reduce number of loopsAndrew White2013-07-171-15/+25
* Fix failing test missed for the past year :(Andrew White2013-07-172-3/+18
* Added routing in test for actionpackArun Agrawal2013-07-171-2/+4
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-166-13/+93
* Removed unused file! Moved to actionviewArun Agrawal2013-07-131-91/+0
* add test-case to verify `error.path` when a helper was not found.Yves Senn2013-07-121-0/+5
* move `MissingHelperError` out of the `ClassMethods` module.Yves Senn2013-07-123-16/+23
* Add documentation for add_flash_types [ci skip]Robin Dupret2013-07-101-0/+17
* Remove accidentally committed vi .swp file.Marc Schütz2013-07-101-0/+0
* Show real LoadError on helpers requirePiotr Niełacny2013-07-105-1/+38
* Merge pull request #11351 from jetthoughts/cleanup_requestRafael Mendonça França2013-07-091-1/+1
|\
| * Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
* | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-083-1/+15
|/
* Merge pull request #11313 from gsamokovarov/url-encoded-params-testRafael Mendonça França2013-07-061-25/+27
|\
| * Cleanup ul_encoded_params_parsing_testGenadi Samokovarov2013-07-051-25/+27
* | Running isolated test for assertions and journeyArun Agrawal2013-07-061-1/+1
* | actionpack not having activerecord tests [ci skip]Arun Agrawal2013-07-061-10/+0
* | Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-053-1/+34
|/
* remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`Yves Senn2013-07-041-2/+0
* Missing closing + in documentation [ci skip]Edho Arief2013-07-041-1/+1
* Remove deprecated Rails application fallback for integration testingCarlos Antonio da Silva2013-07-022-4/+5
* Remove deprecated constants autoloadCarlos Antonio da Silva2013-07-021-3/+0
* use extract_options!Neeraj Singh2013-07-021-1/+1