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
*
Add cancellation info to before filter docs
Zachary Wasserman
2018-03-14
1
-0
/
+12
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
2
-2
/
+2
*
Keep `:api: plugin` methods in the doc [ci skip]
Ryuta Kamizono
2017-10-20
1
-3
/
+3
*
Make internal methods in `AbstractController::Rendering` to private
Ryuta Kamizono
2017-10-02
1
-0
/
+1
*
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
2
-15
/
+3
*
Replace unnecessary link with typewriter text [ci skip]
Yoshiyuki Hirano
2017-09-02
1
-2
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
13
-0
/
+26
*
[Abstract Controller] require => require_relative
Akira Matsuda
2017-07-01
2
-2
/
+2
*
Remove useless class checking for `ActiveSupport::Callbacks`s result_lambda
fatkodima
2017-06-27
1
-1
/
+1
*
Allow translate default option to accept an array similar to i18n.t. Fixes #2...
Vipul A M
2017-06-15
1
-1
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
2
-7
/
+3
*
Merge pull request #29072 from dixpac/dixpac/add_documentation_for_validate_a...
Robin Dupret
2017-05-21
1
-0
/
+20
|
\
|
*
Improving docs for callbacks execution order [ci skip]
dixpac
2017-05-21
1
-0
/
+20
*
|
Merge pull request #29134 from joshaidan/document-action-name
Alex Kitchens
2017-05-19
1
-0
/
+8
|
\
\
|
*
|
Clarified description of formats [ci skip]
Brian Jones
2017-05-19
1
-1
/
+1
|
*
|
Added missing punctuation [ci skip]
Brian Jones
2017-05-18
1
-3
/
+3
|
*
|
Specify only the body of the response is returned [ci skip]
Brian Jones
2017-05-18
1
-1
/
+1
|
*
|
Document accessors response_body, action_name, formats [ci skip]
Brian Jones
2017-05-17
1
-0
/
+8
|
|
/
*
/
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-7
/
+28
|
/
*
Unfreeze interpolated string because it's useless.
Stan Lo
2017-02-19
1
-1
/
+1
*
Freeze fragment cache related instrument name.
Stan Lo
2017-02-07
1
-1
/
+1
*
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
1
-2
/
+0
*
Extract variant setter to process method
Jon Moss
2017-01-02
1
-4
/
+4
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
2
-3
/
+3
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-4
/
+4
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-4
/
+4
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
|
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-2
/
+0
|
/
*
Remove deprecated methods related to controller filters
Rafael Mendonça França
2016-10-09
1
-39
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-6
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-2
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-0
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-12
/
+12
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
6
-19
/
+19
*
render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
Brandon Medenwald
2016-06-09
1
-1
/
+1
*
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
2
-1
/
+8
*
Revert "Make sure the cache is always populated"
Rafael Mendonça França
2016-05-20
1
-5
/
+1
*
Make sure the cache is always populated
Aaron Patterson
2016-05-20
1
-1
/
+5
*
Move protected instance variable to the right place
Rafael Mendonça França
2016-05-05
1
-3
/
+1
*
Actioncable and Actionpack documentation typos [ci skip]
Tom Kadwill
2016-04-21
1
-1
/
+1
*
Break up a circular require between AP/AV
Sean Griffin
2016-03-11
3
-3
/
+6
*
Merge pull request #24091 from mcfiredrill/fix-helper-method-docs
Rafael França
2016-03-07
1
-1
/
+2
|
\
|
*
clarify that helper_method makes both methods available in the view
Tony Miller
2016-03-07
1
-1
/
+2
*
|
Move Caching module to Abstract Controller
Rafael Mendonça França
2016-02-23
2
-0
/
+205
|
/
*
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
[next]