aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Provide documentation for ActionController::MetalBernerd Schaefer2011-02-021-5/+55
* explain different ways to use match()Jonathan Dance + Gabriel Horner2011-01-291-9/+16
* organize and expand on options for routing methodsJonathan Dance + Gabriel Horner2011-01-291-81/+161
* corrected the location of status code symbolsmisfo2011-01-291-1/+1
* add cross-references and documentation for scopeJonathan Dance + Gabriel Horner2011-01-281-0/+12
* fix cross-references in HttpHelper methodsJonathan Dance + Gabriel Horner2011-01-281-4/+4
* clarify what the "they" that are is and what the "are" in question isMatt Jankowski2011-01-271-1/+2
* Solve SystemStackError when changing locale inside ActionMailer [#5329 state:...José Valim2011-01-192-6/+7
* Merge branch 'template_error' into mergeAaron Patterson2011-01-181-4/+1
|\
| * Ensure original exception message is present in both Template::Error#message ...John Firebaugh2010-10-291-4/+1
| * ActiveSupport::Deprecation.silence no longer needed.John Firebaugh2010-10-291-1/+1
* | Issue one Cache#read command instead of two in the case of a fragment cache hitChristos Trochalakis2011-01-181-2/+2
* | minitest added @__io__, so we should ignore it tooAaron Patterson2011-01-171-0/+1
* | removing more unused variablesAaron Patterson2011-01-171-1/+1
* | button_tag should escape it contentSantiago Pastorino2011-01-121-1/+1
* | use raise to create exceptions and to set the backtraceAaron Patterson2011-01-122-2/+2
* | reraising should be in the rescue blockAaron Patterson2011-01-121-1/+1
* | Reuse the view_context from the controller, this make the test environment mo...Santiago Pastorino2011-01-121-4/+1
* | Allow view in AV::TestCase to access it's controller helpers methodsSantiago Pastorino2011-01-121-0/+1
* | html_safe.to_str makes no senseSantiago Pastorino2011-01-111-1/+1
* | Refactor to handle the X-Cascade without having to raise an exceptionKrekoten' Marjan2011-01-091-12/+12
* | authenticity_token option for form_tag [#2988 state:resolved]Jakub Kuźma2011-01-091-5/+17
* | Improve select helpers by allowing a selected value of false. This is useful...John Allison2011-01-091-1/+1
* | HTML5 button_tag helperRizwan Reza2011-01-091-0/+50
* | Remove InstanceTagMethods module and define the methods inside the InstanceTa...Santiago Pastorino2011-01-091-7/+2
* | render :template is faster than render :fileSantiago Pastorino2011-01-012-5/+4
* | This is not needed anymoreSantiago Pastorino2011-01-011-3/+0
* | ActionController::Base.helpers.sanitize ignores case in protocolTimothy N. Tsvetkov2010-12-301-1/+1
* | process_action accepts multiple args, even with Callbacks.Nick Sutterer2010-12-291-1/+1
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-293-12/+12
|\ \
| * | .erb => .html.erbAkira Matsuda2010-12-252-6/+6
| * | for ... in => each ... doAkira Matsuda2010-12-252-6/+6
* | | Clean up PathSet.José Valim2010-12-271-19/+4
* | | No need to symbolize these.José Valim2010-12-271-2/+2
* | | Final tidy up on templates inheritance.José Valim2010-12-274-15/+11
* | | Speed up template inheritance and remove template inheritance optionwycats2010-12-261-16/+17
* | | A bunch of cleanup on the inherited template patchwycats2010-12-263-10/+32
* | | all tests passartemave2010-12-265-7/+7
* | | #948 make template inheritance optionalartemave2010-12-261-4/+12
* | | #948 template_inheritanceartemave2010-12-268-31/+54
|/ /
* | Merge branch 'master' of github.com:rails/railsXavier Noria2010-12-244-8/+17
|\ \
| * | Don't deprecate to_prepare.José Valim2010-12-231-4/+4
| * | Clean up callbacks should also be called on exceptions.José Valim2010-12-231-0/+3
| * | Allow registering javascript/stylesheet_expansions to existing symbolsSantiago Pastorino2010-12-222-4/+10
* | | Edits to caching/fragments.Rizwan Reza2010-12-231-17/+39
* | | More minor edits.Rizwan Reza2010-12-231-5/+5
* | | Revised documentation for cache_helper.Rizwan Reza2010-12-231-12/+10
|/ /
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-231-7/+15
|\ \
| * | Typo (request -> response)John Firebaugh2010-12-211-1/+1
| * | Expand ActionDispatch::Reloader docsJohn Firebaugh2010-12-211-6/+14