aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * DebugExceptions `File.join` => `File.expand_path`schneems2012-12-161-1/+1
* | Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"Steve Klabnik2012-12-141-24/+7
* | remove a cache we do not needAaron Patterson2012-12-141-5/+1
* | Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-142-15/+7
|\ \
| * | Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-142-15/+7
* | | Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+6
* | | Revert "Clear url helpers when reloading routes"Andrew White2012-12-141-1/+0
* | | Output routes in :html formatschneems2012-12-121-7/+24
* | | Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-2/+3
* | | Match the controller and path names defensively.Hiro Asari2012-12-101-1/+1
* | | Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-101-1/+1
|\ \ \ | |/ / |/| |
| * | 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