aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove `page_cache_extension` deprecated methodFrancesco Rodriguez2013-07-013-25/+4
* Remove deprecated constants from Action ControllerCarlos Antonio da Silva2013-07-013-12/+12
* store a symbol directly inside DISPATCH_CACHE for extra roflscaleCharlie Somerville2013-06-301-1/+1
* use bytesize rather than force encodingAaron Patterson2013-06-281-2/+1
* writing the new body can cause the response to be committed and theAaron Patterson2013-06-281-1/+3
* Re-remove deprecated API.kennyj2013-06-282-19/+0
* Minor changes to actionpack/actionview RakefileArun Agrawal2013-06-261-5/+1
* Merge pull request #11000 from sbeckeriv/accept_headerCarlos Antonio da Silva2013-06-253-1/+15
|\
| * Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-193-1/+11
* | Merge pull request #11046 from arunagw/verbose_mode_onCarlos Antonio da Silva2013-06-251-1/+1
|\ \
| * | Adding verbose in isolated test.Arun Agrawal2013-06-211-1/+1
* | | Fixing Issue #11083Akshay Khole2013-06-251-1/+1
* | | Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-252-2/+19
* | | test-case => failingYves Senn2013-06-251-0/+13
* | | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-242-1/+15
|\ \ \
| * | | Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-242-1/+15
* | | | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-232-2/+6
|/ / /