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
/
associations
/
builder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove passing argument to singular and collection association readers
Ryuta Kamizono
2018-01-05
1
-2
/
+2
*
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
1
-3
/
+7
*
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Matthew Draper
2017-10-28
1
-1
/
+1
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Remove the code that swapping `scope` and `options`
Ryuta Kamizono
2017-09-18
1
-5
/
+0
*
Merge pull request #29765 from lugray/fix_counter_cache
Rafael França
2017-07-24
1
-3
/
+1
|
\
|
*
Add test for fixed `counter_cache` double increment
Lisa Ugray
2017-07-19
1
-3
/
+1
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
|
/
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Delete stale comment for `AR::Associations::Builder::CollectionAssociation`
fatkodima
2017-07-01
1
-2
/
+0
*
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
1
-1
/
+1
*
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
1
-1
/
+8
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-3
/
+3
*
Introduce `reload_<association>` reader for singular associations.
Yves Senn
2016-11-22
1
-1
/
+10
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-14
/
+16
*
Fix HABTM associations join table resolver bug on constants and symbols
Mehmet Emin İNAÇ
2016-10-27
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-22
/
+22
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
2
-2
/
+2
*
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-2
/
+4
*
Fix counter_cache double increment bug
Tom Kadwill
2016-04-28
1
-0
/
+2
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-1
/
+5
*
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-0
/
+3
*
Define `:foreign_type` as a valid option in `SingularAssociation`
yui-knk
2016-01-19
3
-3
/
+3
*
Make sure we touch all the parents when touch_later.
Arthur Neves
2015-12-06
1
-2
/
+1
*
Update belongs_to.rb
Ehsan Yousefi
2015-11-08
1
-2
/
+1
*
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-2
/
+2
*
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-1
/
+1
|
\
|
*
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-1
/
+1
*
|
docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]
Yves Senn
2015-10-13
7
-9
/
+9
*
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-3
/
+7
*
|
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-4
/
+12
*
|
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
2
-2
/
+2
|
/
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-6
/
+7
*
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
3
-8
/
+26
*
Provide a better error message on :required association
Henrik Nygren
2015-01-28
1
-1
/
+1
*
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
7
-67
/
+45
*
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
2
-2
/
+2
*
Allow habtm class_name option to be consistent with other associations
shiksha
2014-11-13
1
-1
/
+1
*
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-1
/
+1
*
Change `gsub` to `tr` where possible
Alexander Balashov
2014-10-06
1
-1
/
+1
*
Remove unused 1:1 association :remote option
Chris Griego
2014-07-16
1
-1
/
+1
*
Add a `required` option to singular associations
Sean Griffin
2014-07-04
2
-1
/
+13
*
Merge pull request #12450 from iantropov/master
Rafael Mendonça França
2014-06-27
3
-5
/
+16
|
\
|
*
Fix bug, when ':dependent => :destroy' option violates foreign key constraint...
Ivan Antropov
2013-10-26
3
-9
/
+18
*
|
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-8
/
+5
*
|
Remove a long gone :order option from has_one's valid_options.
thedarkone
2014-06-09
1
-1
/
+1
*
|
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-2
/
+2
[next]