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 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
|
\
\
|
*
|
Renamed generated_feature_methods to generated_association_methods.
kennyj
2013-09-28
2
-2
/
+2
|
|
/
*
|
Method visibility will not make difference here
Rafael Mendonça França
2013-10-09
4
-8
/
+0
*
|
Remove builder instances
Rafael Mendonça França
2013-10-09
2
-22
/
+10
*
|
Extract the scope building to a class method
Rafael Mendonça França
2013-10-09
2
-10
/
+17
*
|
Remove unneeded reader
Rafael Mendonça França
2013-10-09
1
-2
/
+0
*
|
Move wrap_scope to class level
Rafael Mendonça França
2013-10-09
1
-2
/
+2
*
|
Move macro to class level
Rafael Mendonça França
2013-10-09
4
-5
/
+5
*
|
Make validate_options a class method
Rafael Mendonça França
2013-10-09
1
-3
/
+3
*
|
Make valid_options a class method
Rafael Mendonça França
2013-10-09
6
-7
/
+7
*
|
Define the association extensions without need to have a builder
Rafael Mendonça França
2013-10-09
2
-14
/
+14
*
|
:scissors:
Rafael Mendonça França
2013-10-09
2
-2
/
+2
*
|
Push define_accessors to class level since we don't need anythig from
Rafael Mendonça França
2013-10-08
3
-8
/
+8
*
|
Use the reflection name instead of the accessor
Rafael Mendonça França
2013-10-08
2
-1
/
+2
*
|
Move add_counter_cache_methods to class level
Rafael Mendonça França
2013-10-08
1
-2
/
+2
*
|
Move define_constructors to class level
Rafael Mendonça França
2013-10-08
1
-3
/
+2
*
|
Move define_writers to class level since we don't need anything from the
Rafael Mendonça França
2013-10-08
2
-3
/
+3
*
|
Move define_readers to class method since it doesn't need nothing from
Rafael Mendonça França
2013-10-08
2
-5
/
+3
*
|
fix the variable name
Aaron Patterson
2013-10-02
1
-7
/
+7
[next]