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
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Load Parameters configurations on :action_controller only once
Alberto Almagro
2017-08-14
1
-1
/
+1
*
Merge pull request #29559 from kirs/eager-load-controller-actions
Rafael França
2017-08-11
1
-0
/
+6
|
\
|
*
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+6
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
|
/
*
Protect from forgery by default
Lisa Ugray
2017-07-10
1
-0
/
+8
*
Fix end
Rafael Mendonça França
2017-07-04
1
-0
/
+1
*
Load the Parameters configurations on the right time
Rafael Mendonça França
2017-07-04
1
-7
/
+8
*
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
1
-0
/
+4
|
\
|
*
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
1
-0
/
+4
*
|
Add missing av/railtie require
Łukasz Strzałkowski
2013-12-22
1
-0
/
+1
|
/
*
Do not load AV inside AP
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
1
-10
/
+12
*
Added ability to raise or log on unpermitted params.
Thomas Drake-Brockman
2013-01-20
1
-6
/
+9
*
Revert "unpermitted params" exception -- it's just not going to work. See the...
David Heinemeier Hansson
2013-01-08
1
-10
/
+7
*
Rename the configuration to raise_on_unpermitted_parameters
Rafael Mendonça França
2013-01-05
1
-2
/
+4
*
Ensure that raise_on_unexpected_params configuration will work
Rafael Mendonça França
2013-01-05
1
-9
/
+7
*
Allow developers to enable raising of exception when unexpected params are pr...
Thomas Drake-Brockman
2013-01-05
1
-6
/
+9
*
:fire: Rails asset id support
Joshua Peek
2012-10-15
1
-1
/
+0
*
Do not set removed option
Rafael Mendonça França
2012-10-04
1
-1
/
+0
*
Set AC::Parameters.permit_all_parameters explicitly to false when config.acti...
Guillermo Iguaran
2012-09-19
1
-1
/
+1
*
Add config.action_controller.permit_all_attributes to bypass StrongParameters...
Guillermo Iguaran
2012-09-16
1
-0
/
+4
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+2
*
Simplify helpers handling. Ensure Metal can run AC hooks.
José Valim
2012-03-15
1
-11
/
+11
*
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
1
-3
/
+10
*
adds a nodoc [ci skip]
Vijay Dev
2012-03-01
1
-1
/
+1
*
Deprecate RAILS_CACHE constant.
kennyj
2012-01-18
1
-1
/
+1
*
Rails initialization with initialize_on_precompile = false should set assets_dir
Santiago Pastorino
2012-01-10
1
-1
/
+4
*
Fix diagnostics page for routing errors.
José Valim
2011-12-15
1
-2
/
+0
*
Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365
Piotrek Okoński
2011-12-12
1
-0
/
+1
*
move show_detailed_exceptions? to Rescue module
lest
2011-11-22
1
-0
/
+2
*
[IMPORTANT] Make "sprockets/railtie" require explicit.
José Valim
2011-06-29
1
-1
/
+0
*
Move controller configs to sprockets own railtie.
José Valim
2011-04-17
1
-1
/
+1
*
Unify sprockets config options
Joshua Peek
2011-03-30
1
-1
/
+1
*
Rename option to config.asset_pipeline
Joshua Peek
2011-03-29
1
-1
/
+1
*
Copy use_sprockets config
Joshua Peek
2011-03-29
1
-0
/
+1
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-2
/
+2
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-4
/
+4
*
Call it compile_methods! and do the same on AM.
José Valim
2010-09-27
1
-2
/
+2
*
Compile ActionController::Base.config's methods to avoid method_missing overh...
thedarkone
2010-09-27
1
-0
/
+10
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-32
/
+0
*
Set only helpers_path on inherited hook in action_controller/railtie.rb and u...
Piotr Sarnacki
2010-09-03
1
-0
/
+9
*
Moved ActionMailer and ActionController railties options to inherited hook
Piotr Sarnacki
2010-09-03
1
-11
/
+3
*
Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...
Piotr Sarnacki
2010-09-03
1
-2
/
+2
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
1
-1
/
+2
[next]