index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
class
Commit message (
Expand
)
Author
Age
Files
Lines
*
activesupport: Simplify class_attribute implementation (#35454)
Dylan Thacker-Smith
2019-03-03
1
-15
/
+10
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
PERF: symbolize ivar, to reduce dupes
Sam
2018-02-15
1
-1
/
+1
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
2
-4
/
+4
*
Remove redundant require_relative "module/anonymous" and "module/reachable"
bogdanvlviv
2017-09-17
1
-3
/
+0
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-14
/
+11
*
Merge pull request #29758 from glaucocustodio/patch-1 [ci skip]
Sean Griffin
2017-07-17
1
-0
/
+10
|
\
|
*
Add documentation for class_attribute options
Glauco Custódio
2017-07-17
1
-0
/
+10
*
|
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
|
/
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
3
-0
/
+3
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
3
-6
/
+6
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+11
*
Exclude singleton classes from `subclasses` and `descendants`
Sean Griffin
2016-12-01
1
-0
/
+1
*
[ci skip] Remove not necessary whitespace
Andrey Molchanov
2016-09-28
1
-1
/
+1
*
change `Class#descendants` to public API [ci skip]
yuuji.yaginuma
2016-09-05
1
-2
/
+15
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
3
-6
/
+6
*
Update class_attribute docs
John Gesimondo
2016-07-10
1
-1
/
+1
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+0
*
Test if each_object(singleton_class) works, since JRuby added it.
Charles Oliver Nutter
2015-11-23
1
-2
/
+3
*
Add Module#remove_possible_singleton_method
Andrew White
2015-10-21
1
-1
/
+10
*
Remove `.superclass_delegating_accessor`. Refer #14271
Akshay Vishnoi
2015-05-24
1
-45
/
+0
*
singleton_class? is already pressent at Ruby 2.2
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
Deprecate Class#superclass_delegating_accessor
Akshay Vishnoi
2014-03-20
1
-0
/
+4
*
Remove deprecation on active_support/core_ext/class/attribute_accessors requi...
Jeremy Kemper
2014-03-15
1
-5
/
+3
*
Prevent creation of instance methods when `instance_reader = false`, Grammar ...
Akshay Vishnoi
2013-12-19
1
-8
/
+9
*
Unify cattr and mattr accessors declarations
Genadi Samokovarov
2013-12-02
1
-180
/
+5
*
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
1
-1
/
+1
|
\
|
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-1
/
+1
*
|
Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.
Alexey Chernenkov
2013-11-15
1
-0
/
+11
|
/
*
Fix `singleton_class?`
Vipul A M
2013-10-15
1
-2
/
+5
*
Remove a comment related to 920753f
Robin Dupret
2013-06-26
1
-1
/
+0
*
this variable is used, so we don't have to use double assignments
Aaron Patterson
2013-05-15
1
-1
/
+1
*
more descriptive NameError's messages for class attributes
Hrvoje Šimić
2013-04-17
1
-2
/
+2
*
Add option to Class#class_attribute for skipping the query method
Agis-
2013-04-06
1
-3
/
+5
*
removing out of date comment. :heart::heart::heart::heart::heart::heart::hea...
Aaron Patterson
2013-03-12
1
-3
/
+0
*
drop memory consumption and startup speed by switching to define_method
Aaron Patterson
2013-03-12
1
-23
/
+28
*
Change Class#subclasses doc example
Dalibor Nasevic
2013-02-06
1
-2
/
+2
*
Remove 'assigned but unused variable' warning
Arun Agrawal
2012-12-28
1
-1
/
+2
*
Add comment about implementation of class_attribute
Andrew White
2012-12-06
1
-0
/
+3
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
update AS/core_ext docs [ci skip]
Francesco Rodriguez
2012-09-12
1
-3
/
+3
*
Revert "DRY class_attribute code"
José Valim
2012-07-30
1
-3
/
+6
*
DRY class_attribute code
Aleksandr Zykov
2012-07-29
1
-6
/
+3
*
remove :nodoc: from Class#subclasses [ci skip]
Francesco Rodriguez
2012-05-28
1
-4
/
+10
*
Add instance_accessor option to class_attribute
Alexey Vakhov
2012-05-22
1
-2
/
+4
*
cut some duplication and minor edits [ci skip]
Vijay Dev
2012-05-08
1
-37
/
+4
*
added docs to cattr_reader
Francesco Rodriguez
2012-05-07
1
-0
/
+27
*
better docs for cattr_accessor and cattr_writer
Francesco Rodriguez
2012-05-07
1
-2
/
+14
*
added docs and examples to cattr_writer method
Francesco Rodriguez
2012-05-07
1
-5
/
+41
*
added docs to cattr_accessor method
Francesco Rodriguez
2012-05-07
1
-12
/
+50
[next]