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
/
activerecord
/
lib
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
active_support/core_ext/object/duplicable is not in use here
Ryuta Kamizono
2019-07-16
1
-1
/
+0
*
Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...
Ryuta Kamizono
2019-04-04
1
-1
/
+0
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-1
/
+1
*
Lazily add `Aggregations` to `composed_of` models
Aaron Patterson
2018-06-25
1
-1
/
+1
*
Refactor configs_for and friends
eileencodes
2018-03-21
1
-0
/
+1
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-1
/
+0
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-8
/
+8
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-8
/
+8
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-0
/
+2
*
Merge pull request #26183 from Shopify/fix-no-touching-touch-later
Rafael França
2016-08-16
1
-1
/
+1
|
\
|
*
Makes touch_later respects no_touching policy
Jean Boussier
2016-08-16
1
-1
/
+1
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-22
/
+22
|
/
*
Highlight the dynamic method finder 'find_by_' [ci skip]
Santosh Wadghule
2016-03-26
1
-1
/
+2
*
Remove duplicated `require 'arel'`
Ryuta Kamizono
2016-02-06
1
-1
/
+0
*
Don't recommend using `ActiveRecord::Base[]`
Sean Griffin
2016-01-29
1
-3
/
+0
*
fix typo in method name [ci skip]
yuuji.yaginuma
2015-12-17
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-15
/
+24
*
remove unused require ‘set’
NehaGautam
2015-08-25
1
-1
/
+0
*
Add #cache_key to ActiveRecord::Relation.
Alberto F. Capel
2015-07-20
1
-0
/
+1
*
Remove `.superclass_delegating_accessor`. Refer #14271
Akshay Vishnoi
2015-05-24
1
-1
/
+0
*
Merge pull request #19787 from Senjai/patch-2
Yves Senn
2015-04-18
1
-5
/
+4
|
\
|
*
Encourage users to user super to override methods.
Richard Wilson
2015-04-16
1
-5
/
+4
|
/
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-0
/
+1
*
[ci skip] Add <tt> tag to `save!` and `create!`
yui-knk
2015-03-21
1
-1
/
+1
*
Add `ActiveRecord::Base.suppress`
Michael Ryan
2015-02-18
1
-0
/
+1
*
Add has_secure_token to Active Record
robertomiranda
2015-01-04
1
-0
/
+1
*
Extract an explicit type caster class
Sean Griffin
2014-12-29
1
-0
/
+1
*
Clarify that query methods have a custom definition of whether a numeric valu...
Michael D.W. Prendergast
2014-12-23
1
-2
/
+2
*
Clarify that the word present refers to Object#present?. [ci skip]
Michael D.W. Prendergast
2014-12-23
1
-36
/
+2
*
Update Active Record's attribute query methods documentation to describe its ...
Michael D.W. Prendergast
2014-12-22
1
-2
/
+36
*
Fix typo and remove code block since present is not a method.
Rafael Mendonça França
2014-07-28
1
-1
/
+1
*
docs, clarify attribute query methods on numeric columns. Closes #16246.
Yves Senn
2014-07-28
1
-0
/
+1
*
Move STI docs off of the main Base document, leaving a note
Sean Griffin
2014-06-30
1
-28
/
+3
*
Update documentation on STI change handling
jamesprior
2014-06-30
1
-0
/
+9
*
Use `Hash#transform_values` to clean up `AttributeSet`
Sean Griffin
2014-06-29
1
-0
/
+1
*
Don't mess with `column_defaults` when optimistic locking is enabled
Sean Griffin
2014-06-17
1
-2
/
+2
*
Promote time zone aware attributes to a first class type decorator
Sean Griffin
2014-06-16
1
-2
/
+2
*
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-1
/
+1
*
Merge pull request #15558 from sgrif/sg-rename-property
Rafael Mendonça França
2014-06-07
1
-2
/
+2
|
\
|
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-2
/
+2
*
|
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
1
-0
/
+2
|
/
*
Add a public API to allow users to specify column types
Sean Griffin
2014-05-26
1
-0
/
+2
*
`ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...
Lucas Mazza
2014-04-23
1
-1
/
+1
*
Merge pull request #14469 from tiegz/timestamp_inheritance_fix
Rafael Mendonça França
2014-03-27
1
-1
/
+1
*
put core at the beginning so other classes can modify the behavior
Keenan Brock
2014-01-22
1
-1
/
+1
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
add #no_touching on ActiveRecord models
Damien Mathieu
2013-11-13
1
-0
/
+1
*
Added ActiveRecord::Base#enum for declaring enum attributes where the values ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+1
*
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-0
/
+2
[next]