aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-251-0/+1
* Move layouts to AVŁukasz Strzałkowski2013-08-251-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+1
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* | fix a gramatical mistakeRajeev N Bharshetty2013-08-021-1/+1
|/
* Typo fixAnkit Gupta2013-07-251-1/+1
* Remove ActionController::RecordIdentifier was deprecated.kennyj2013-06-011-1/+0
* replace present? with any? to reduce dependency on ASAaron Patterson2012-11-131-0/+1
* moving to new hash syntax, for discussion before I take the time on full foldersAvnerCohen2012-10-091-9/+9
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-181-0/+1
|\
| * Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-161-0/+1
* | revises the RDoc of AC::Base.without_modulesXavier Noria2012-09-171-2/+2
* | documents the request and response methods in AC::BaseXavier Noria2012-09-171-3/+21
|/
* Sprockets-rails tests failDmitry Vorotilin2012-09-011-1/+1
* Deprecate AV::RecordIdentifier in controllersPiotr Sarnacki2012-08-281-1/+1
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-1/+1
* Remove dependency on actionpack in ActionView::AssetPathsPiotr Sarnacki2012-08-281-1/+1
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-9/+0
* Add ActionController::HTTPSantiago Pastorino2012-03-141-1/+1
* 'module' is reserved word. Sample of code with error - not cool.Egor Homakov2012-03-131-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-091-0/+10
|\
| * copy edits [ci skip]Vijay Dev2012-03-071-2/+2
| * Add some docs for ActionController::Base.without_modulesCarlos Antonio da Silva2012-03-061-0/+10
* | Remove unused ActionController::SessionManagementSantiago Pastorino2012-03-061-1/+0
|/
* Move protected instance variables definition, kill compatibility moduleCarlos Antonio da Silva2012-01-171-2/+5
* Remove old compatibility methods not being usedCarlos Antonio da Silva2012-01-171-2/+2
* Made an example a little more realisticcodesnik2012-01-071-1/+1
* Fix extend -> include.José Valim2011-12-091-2/+0
* Make ActiveSupport::Benchmarkable a default module for ActionController::Base...David Heinemeier Hansson2011-12-091-0/+2
* removes a Serialization constant left in the previous revertXavier Noria2011-11-251-1/+0
* Initial commit of serializer supportJose and Yehuda2011-10-151-0/+1
* Fix params hash example in AC::Base commentAlexey Vakhov2011-10-081-1/+1
* actionpack/lib/action_controller/base.rb: docs typodharmatech2011-08-201-1/+1
* Ensure that status codes are logged properlyJesse Storimer2011-07-181-4/+4
* more detail on how the flow between redirect and show works, and minor grammarMatt Jankowski2011-06-211-7/+9
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-1/+4
* Instrumentation should have callbacks.José Valim2011-05-031-4/+4
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+1
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+1
* Rename it to DataStreaming.José Valim2011-04-181-1/+1
* s/ERb/ERB/gAkira Matsuda2011-04-031-2/+2
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ...Prem Sichanugrist2011-03-281-0/+1
* .erb => .html.erbAkira Matsuda2010-12-251-1/+1
* updated instructions on how to change the default session storeDiego Carrion2010-09-181-2/+2
* updated instructions to generate the migration for the ActiveRecord session s...Diego Carrion2010-09-181-1/+1
* Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-091-0/+2
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-5/+0
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-5/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-2/+6
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-3/+1