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
*
Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...
Rafael Mendonça França
2019-01-17
1
-19
/
+0
*
Don't use deprecated `Module#parents`
yuuji.yaginuma
2018-10-05
1
-1
/
+1
*
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
1
-2
/
+5
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-2
/
+2
*
Allow helpers to be deferred until the routes have been finalized
Aaron Patterson
2018-09-25
1
-5
/
+2
*
Fewer allocations in caching/fragments.rb
schneems
2018-08-29
1
-1
/
+5
*
Remove extra execution of `uniq!` on action_methods
bogdanvlviv
2018-08-22
1
-1
/
+0
*
Two fewer array allocations on action_methods
schneems
2018-08-22
1
-1
/
+4
*
Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...
yuuji.yaginuma
2018-08-22
1
-1
/
+1
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
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
[next]