index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7251 from rails/integrate-strong_parameters
David Heinemeier Hansson
2012-09-18
1
-0
/
+1
|
\
|
*
Integrate ActionController::Parameters from StrongParameters gem
Guillermo Iguaran
2012-09-16
1
-0
/
+1
*
|
revises the RDoc of AC::Base.without_modules
Xavier Noria
2012-09-17
1
-2
/
+2
*
|
documents the request and response methods in AC::Base
Xavier Noria
2012-09-17
1
-3
/
+21
|
/
*
Sprockets-rails tests fail
Dmitry Vorotilin
2012-09-01
1
-1
/
+1
*
Deprecate AV::RecordIdentifier in controllers
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Move ActionController::RecordIdentifier to ActionView
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Remove dependency on actionpack in ActionView::AssetPaths
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-9
/
+0
*
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
1
-1
/
+1
*
'module' is reserved word. Sample of code with error - not cool.
Egor Homakov
2012-03-13
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-09
1
-0
/
+10
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-03-07
1
-2
/
+2
|
*
Add some docs for ActionController::Base.without_modules
Carlos Antonio da Silva
2012-03-06
1
-0
/
+10
*
|
Remove unused ActionController::SessionManagement
Santiago Pastorino
2012-03-06
1
-1
/
+0
|
/
*
Move protected instance variables definition, kill compatibility module
Carlos Antonio da Silva
2012-01-17
1
-2
/
+5
*
Remove old compatibility methods not being used
Carlos Antonio da Silva
2012-01-17
1
-2
/
+2
*
Made an example a little more realistic
codesnik
2012-01-07
1
-1
/
+1
*
Fix extend -> include.
José Valim
2011-12-09
1
-2
/
+0
*
Make ActiveSupport::Benchmarkable a default module for ActionController::Base...
David Heinemeier Hansson
2011-12-09
1
-0
/
+2
*
removes a Serialization constant left in the previous revert
Xavier Noria
2011-11-25
1
-1
/
+0
*
Initial commit of serializer support
Jose and Yehuda
2011-10-15
1
-0
/
+1
*
Fix params hash example in AC::Base comment
Alexey Vakhov
2011-10-08
1
-1
/
+1
*
actionpack/lib/action_controller/base.rb: docs typo
dharmatech
2011-08-20
1
-1
/
+1
*
Ensure that status codes are logged properly
Jesse Storimer
2011-07-18
1
-4
/
+4
*
more detail on how the flow between redirect and show works, and minor grammar
Matt Jankowski
2011-06-21
1
-7
/
+9
*
Improve performance for filtered parameters and add tests.
José Valim
2011-05-03
1
-1
/
+4
*
Instrumentation should have callbacks.
José Valim
2011-05-03
1
-4
/
+4
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
1
-0
/
+1
*
Body... wanna *stream* my body? Body... such a thrill my body!
José Valim
2011-04-18
1
-0
/
+1
*
Rename it to DataStreaming.
José Valim
2011-04-18
1
-1
/
+1
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-2
/
+2
*
Add controller-specific `force_ssl` method to force web browser to use HTTPS ...
Prem Sichanugrist
2011-03-28
1
-0
/
+1
*
.erb => .html.erb
Akira Matsuda
2010-12-25
1
-1
/
+1
*
updated instructions on how to change the default session store
Diego Carrion
2010-09-18
1
-2
/
+2
*
updated instructions to generate the migration for the ActiveRecord session s...
Diego Carrion
2010-09-18
1
-1
/
+1
*
Adding linkage to redirect_to from Base and adding status code option reference
Mikel Lindsaar
2010-09-09
1
-0
/
+2
*
Set only helpers_path on inherited hook in action_controller/railtie.rb and u...
Piotr Sarnacki
2010-09-03
1
-5
/
+0
*
Moved ActionMailer and ActionController railties options to inherited hook
Piotr Sarnacki
2010-09-03
1
-5
/
+1
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
1
-2
/
+6
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
1
-3
/
+1
*
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
José Valim
2010-08-26
1
-1
/
+1
*
Restored top-level documentation for ActionController::Base.
Joost Baaij
2010-08-25
1
-0
/
+163
*
Also move asset_path to AbstractController.
José Valim
2010-07-24
1
-1
/
+0
*
Move config_accessor :asset_host from ActionController::Base to AbstractContr...
Jeroen van Dijk and Josh Kalderimis
2010-07-24
1
-1
/
+1
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
1
-1
/
+0
*
No need to create a new module in the previous commit.
José Valim
2010-07-19
1
-3
/
+1
*
Exceptions from views should be rescued based on the original exception. If a...
Neeraj Singh
2010-07-19
1
-2
/
+4
*
Define a convention for descendants and subclasses.
José Valim
2010-07-05
1
-6
/
+0
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+2
[next]