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
*
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
*
|
Prevented belongs_to: touch propagating up if there are no changes being saved
Brock Trappitt
2014-05-21
1
-1
/
+1
*
|
Fixed the inferred table name for HABTM within a schema
Eric Chahin
2014-05-20
1
-1
/
+1
*
|
Remove the assignment for real this time.
Zachary Scott
2014-05-16
1
-2
/
+2
*
|
prepend mutates the string so we can remove the assignment
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
|
Don't use Active Support where it is not needed.
Rafael Mendonça França
2014-05-14
1
-1
/
+3
*
|
Fix how to compute class name on habtm namespaced.
Kassio Borges
2014-05-13
1
-1
/
+5
*
|
Fix custom join_table name on habtm reflections
Kassio Borges
2014-04-25
1
-1
/
+1
*
|
Hide BelongsToAssociation#increment_counters and #decrement_counters
Jean Boussier
2014-04-15
1
-1
/
+0
*
|
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
1
-16
/
+0
*
|
Use inheritance chain instead of callbacks to increment counter caches after ...
Jean Boussier
2014-04-14
1
-12
/
+1
*
|
Make counter cache decrementation on destroy idempotent
Jean Boussier
2014-04-13
1
-4
/
+5
*
|
Associations now raise `ArgumentError` on name conflicts.
Lauro Caetano
2014-01-31
1
-0
/
+6
*
|
On destroying do not touch destroyed belongs to association.
Paul Nikitochkin
2013-12-23
1
-1
/
+1
*
|
make sure cached table name is a string. fixes #12582
Aaron Patterson
2013-12-12
1
-1
/
+1
*
|
Move the parameter normalization to the initialize method
Rafael Mendonça França
2013-12-11
1
-4
/
+5
*
|
Revert the whole refactoring in the association builder classes.
Rafael Mendonça França
2013-12-11
7
-46
/
+62
*
|
Bring back the valid_options class accessor
Rafael Mendonça França
2013-12-11
6
-9
/
+14
*
|
polymorphic belongs_to association with touch: true updates old record correctly
Severin Schoepke
2013-12-05
1
-1
/
+7
*
|
Raise `ArgumentError` when `has_one` is used with `counter_cache`
Godfrey Chan
2013-11-29
2
-2
/
+2
*
|
Merge pull request #12390 from kennyj/rename_to_association_methods
Rafael Mendonça França
2013-11-05
2
-2
/
+2
|
\
\
[next]