aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow customization of form class for button_toAndrei Bocan2011-02-011-3/+13
* auto_link: avoid recognizing full width chars as a part of URI schemeAkira Matsuda2011-02-011-1/+1
* Accept String value for render_partial :as optionAkira Matsuda2011-02-012-3/+3
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-312-5/+5
* render_to_string must ensure that response_bodyNeeraj Singh2011-01-251-1/+1
* If I want to set respond_body to nil then itNeeraj Singh2011-01-251-1/+1
* A patch so that http status codes are still included in logs even during an e...Doug Fales2011-01-251-1/+5
* Add tld_length option when using domain :all in cookiesbrainopia2011-01-211-9/+9
* Support list of possible domains for cookiesbrainopia2011-01-211-0/+3
* 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
|\ \