aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use Rails to Render Default Index Pageschneems2012-12-101-1/+1
* | | Merge pull request #8476 from sheerun/fix/multipart-getRafael Mendonça França2012-12-101-1/+5
|\ \ \ | |/ / |/| |
| * | Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-1/+5
* | | use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
|/ /
* | Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-11/+7
* | Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-7/+11
|/
* Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...Rafael Mendonça França2012-12-051-18/+14
|\
| * Extract method refactoring in ActionDispatch::Routing::SingletonResource.Joey Butler2012-12-051-18/+14
* | Adding filter capability to ActionController logsFabrizio Regini2012-12-052-0/+38
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-046-14/+2
|\ \
| * | Remove nodoc from FlashHash #[]= [ci skip]Pablo Torres2012-12-011-1/+1
| * | Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+0
| * | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-013-10/+0
| * | Revert "Remove trailing whitespaces"Florent Guilleux2012-12-011-1/+1
| * | Remove trailing whitespacesFlorent Guilleux2012-12-011-1/+1
| * | nodoc AD & AV railties classesCarlos Duclos2012-12-011-1/+1
| |/
* / Fixed issue where routes with globs caused constraints on that glob toMaura Fitzgerald2012-12-041-1/+1
|/
* Use File.join to better integrate fixture_path in fixture_file_upload.Ben Woosley2012-11-261-5/+7
* Refector a bit to remove extra slice iteration and splat callCarlos Antonio da Silva2012-11-241-2/+2
* Use merge! in some places to avoid creating extra hashesCarlos Antonio da Silva2012-11-242-4/+4
* Simplify scope options recovery by using merge!Carlos Antonio da Silva2012-11-241-6/+1
* Normalize scope recovering :blocks option nameCarlos Antonio da Silva2012-11-241-3/+3
* Simplify constraints condition in scope when checking for HashCarlos Antonio da Silva2012-11-241-7/+4
* Allow setting a symbol as path in scope on routesGuillermo Iguaran2012-11-211-1/+1
* Merge pull request #8183 from jcoglan/objectless_sessionsJon Leighton2012-11-211-10/+24
|\
| * Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-10/+24
* | Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-1/+1
* | Fix issue with params in url_fortumayun2012-11-191-1/+1
* | Fix UpgradeSignatureToEncryptionCookieStore docSantiago Pastorino2012-11-191-9/+4
* | Removed extra call to #diff in #assert_recognizes. assert_equal calls it for ...Ryan Davis2012-11-171-4/+7
* | Improve UpgradeSignatureToEncryptionCookieStore docsSantiago Pastorino2012-11-161-1/+14
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-17/+22
|\ \
| * | update syntax and add note about prompt use of HttpHelpers [ci-skip]Cesar Carruitero2012-11-091-12/+17
| * | correct link syntax [ci-skip]Cesar Carruitero2012-11-091-5/+5
| * | change rdoc syntax for adecuate render [ci-skip]Cesar Carruitero2012-11-091-1/+1
| * | change match to get and add single quotes in routing/redirection [ci-skip]Cesar Carruitero2012-11-081-8/+8
* | | Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-162-2/+25
* | | Call get_cookie to allow the method to be overriden by subclassesSantiago Pastorino2012-11-161-1/+1
* | | Add missing env param to get_cookieSantiago Pastorino2012-11-161-1/+1
* | | Refactor url methods a bitCarlos Antonio da Silva2012-11-161-9/+9
* | | Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-153-34/+99
|\ \ \
| * | | Disallow ability to use EncryptedCookieJar with DummyKeyGeneratorSantiago Pastorino2012-11-031-0/+5
| * | | Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-3/+3
| * | | Move ensure_secret_secure to DummyKeyGeneratorSantiago Pastorino2012-11-031-24/+0
| * | | Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-032-11/+26
| * | | Add encrypted cookie storeSantiago Pastorino2012-11-031-3/+20
| * | | Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-0/+48
| * | | Sign cookies using key deriverSantiago Pastorino2012-11-031-15/+19
| | |/ | |/|
* | | Use get in the redirection doc examplesCarlos Antonio da Silva2012-11-091-7/+7
* | | Deprecate Hash#diff.Steve Klabnik2012-11-091-3/+1