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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break up a circular require between AP/AV
Sean Griffin
2016-03-11
1
-3
/
+1
*
Add missing punctuation mark [ci skip]
Gaurav Sharma
2015-11-18
1
-2
/
+2
*
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
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
[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
*
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
*
Fix a few typos [ci skip]
Robin Dupret
2015-01-03
1
-2
/
+2
*
Better docs for AbstractController
claudiob
2014-12-22
1
-8
/
+12
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
1
-0
/
+8
*
Relpace `=~ Regexp.new str` with `.include? str` in AC::Base#_valid_action_name?
Viktar Basharymau
2014-06-19
1
-1
/
+1
*
Remove duplicated to_s method call.
Guo Xiang Tan
2014-05-25
1
-1
/
+1
*
docs, make `ActionNotFound` public API. [ci skip]
Yves Senn
2014-05-11
1
-1
/
+2
*
adding complete message in documentation [ci skip]
Gaurav Sharma
2014-05-11
1
-3
/
+4
*
Only accept actions without File::SEPARATOR in the name.
Rafael Mendonça França
2014-05-06
1
-3
/
+25
*
Get rid of extra local var that does not add to the logic
Carlos Antonio da Silva
2014-05-05
1
-2
/
+2
*
Capitalize the first letter of sentence
Tatsuro Baba
2013-03-18
1
-1
/
+1
*
fix uninitialized ivar warnings
Aaron Patterson
2012-10-25
1
-0
/
+10
*
remove 'then' from conditional statement
Nihad Abbasov
2012-10-14
1
-2
/
+4
*
copy edit[ci skip]
Vijay Dev
2012-05-23
1
-1
/
+1
*
Update documentation for AbstractController::Base
Henrik Hodne
2012-05-20
1
-3
/
+11
*
avoid empty api pages
Vijay Dev
2012-04-08
1
-2
/
+5
*
AbstractController.action_methods should return a Set
Santiago Pastorino
2012-03-10
1
-2
/
+3
*
Fix AbstractController#controller_path doc
Alexey Vakhov
2012-02-19
1
-1
/
+1
*
Fix AbstractController::Base#hidden_actions comment
Alexey Vakhov
2012-02-18
1
-2
/
+2
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
better styling on #available_action? docs
Sebastian Martinez
2011-05-06
1
-2
/
+2
*
Revert to old semantics, use available_action? instead of action_method?.
José Valim
2011-05-06
1
-13
/
+25
*
Implicit actions named not_implemented can be rendered
Santiago Pastorino
2011-04-02
1
-0
/
+2
*
Make action_method? public and change implicit rendering to override it instead.
José Valim
2011-03-30
1
-15
/
+18
*
Rewording existing comment
Neeraj Singh
2010-11-30
1
-4
/
+3
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-0
/
+1
*
oops, missed a uniq
Aaron Patterson
2010-09-29
1
-1
/
+1
*
dry up action_methods
Aaron Patterson
2010-09-29
1
-4
/
+4
*
fixed capitalization
Joost Baaij
2010-08-25
1
-8
/
+8
*
change rdoc to conform to api guidelines
Joost Baaij
2010-08-25
1
-11
/
+13
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Reload action_methods in AbstractController after defining new method.
Piotr Sarnacki
2010-08-04
1
-0
/
+12
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-11
/
+2
*
Missing method error doesn't specify which controller it is missing from [#44...
Alan Harper
2010-06-10
1
-1
/
+1
*
Changes made while working on upgrading cells to Rails 3
wycats
2010-06-03
1
-0
/
+1
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-13
/
+4
*
Move layout lookup to views.
José Valim
2010-03-08
1
-6
/
+0
*
Add a method for configuring abstract controllers
Carl Lerche
2010-03-04
1
-0
/
+4
*
Modifying configurations on the instance of a controller should not affect th...
Carl Lerche
2010-03-03
1
-1
/
+1
[next]