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
/
abstract_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix permitted? conditional for `render` calls
Aaron Patterson
2016-01-26
1
-3
/
+6
*
Fix undefined error for `ActionController::Parameters`
Jon Moss
2016-01-26
1
-6
/
+3
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+7
|
\
|
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-1
/
+7
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-12-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add missing punctuation mark [ci skip]
Gaurav Sharma
2015-11-18
1
-2
/
+2
*
|
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-1
/
+2
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-11-15
1
-5
/
+5
|
\
|
*
adding missing `.`
Gaurav Sharma
2015-11-15
1
-5
/
+5
*
|
remove present? call; we do not need it
Aaron Patterson
2015-11-02
1
-1
/
+1
|
/
*
Revert "ActionController::Base#process() now only takes an action name"
Aaron Patterson
2015-10-29
1
-2
/
+2
*
ActionController::Base#process() now only takes an action name
Aaron Patterson
2015-10-29
1
-2
/
+2
*
specify deprecated waring, follow the standard conventions
Gaurav Sharma
2015-10-28
1
-1
/
+1
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
2
-10
/
+5
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-2
/
+2
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
2
-4
/
+4
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
1
-4
/
+4
*
avoid useless string allocations
Aaron Patterson
2015-09-08
1
-1
/
+0
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-1
/
+1
*
Set the content-type to `text/html` if the options[:html] is true
akihiro17
2015-08-29
1
-2
/
+2
*
Remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
remove useless code
Aaron Patterson
2015-08-26
1
-1
/
+0
*
only call self.content_type= when there is a response
Aaron Patterson
2015-08-26
1
-1
/
+12
*
Pull `plain` content type handling up to `render`
Aaron Patterson
2015-08-26
1
-2
/
+3
*
stop passing the options hash to `_process_format`
Aaron Patterson
2015-08-26
1
-2
/
+2
*
Initialize symbols instead of mapping to_sym on the set of strings
Marcin Olichwirowicz
2015-08-15
1
-2
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-2
/
+2
*
[ci skip] Don't use TrueClass, FalseClass in docs
claudiob
2015-07-02
1
-6
/
+0
*
Remove mistaken end from controller_path doc [ci skip]
Mehmet Emin İNAÇ
2015-06-22
1
-1
/
+1
*
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-3
/
+3
*
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-2
/
+0
*
fix NameError in `skip_filter`. callback doesn't exist.
yuuji.yaginuma
2015-02-27
1
-1
/
+1
*
Deprecate `AbstractController::Callbacks#skip_action_callback`
Iain Beeston
2015-02-24
1
-0
/
+1
*
Merge pull request #11790 from printercu/patch-3
Rafael Mendonça França
2015-02-12
1
-7
/
+8
|
\
|
*
ActionController#translate also lookups shortcut without action name
Max Melentiev
2013-10-22
1
-1
/
+5
|
*
ActionController#translate supports symbols
printercu
2013-09-25
1
-6
/
+3
*
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-2
/
+2
*
|
fix typo in `_filter` deprecation message. [ci skip]
Yves Senn
2015-01-30
1
-5
/
+5
*
|
Deprecate all *_filter callbacks in favor of *_action callbacks
Abdelkader Boudih
2015-01-08
1
-5
/
+27
*
|
Merge pull request #18404 from claudiob/rebase-14549
Rafael Mendonça França
2015-01-08
1
-0
/
+10
|
\
\
|
*
|
Add test/doc for :if/:except in skip_before_action
claudiob
2015-01-08
1
-0
/
+5
|
*
|
Add test case and documentation for skip_before_filter.
Lauro Caetano
2015-01-08
1
-0
/
+5
*
|
|
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
1
-14
/
+2
|
/
/
*
|
remove unneeded check since /_one_time_conditions/ is removed
Aditya Kapoor
2015-01-05
1
-2
/
+1
*
|
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
1
-1
/
+1
|
\
\
|
*
|
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-1
/
+1
*
|
|
Fix a few typos [ci skip]
Robin Dupret
2015-01-03
2
-3
/
+3
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-01-03
3
-18
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Better docs for AbstractController
claudiob
2014-12-22
3
-18
/
+24
*
|
|
Merge pull request #8740 from amatsuda/missing_source_file
Rafael Mendonça França
2015-01-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]