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
*
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
*
|
remove some duplicate code
Aaron Patterson
2013-10-02
1
-8
/
+1
*
|
remove HABTM associations
Aaron Patterson
2013-10-02
1
-1
/
+0
*
|
repurpose the HABTM builder class
Aaron Patterson
2013-10-02
1
-24
/
+1
*
|
keep track of the left and right reflections and expose those
Aaron Patterson
2013-10-02
1
-5
/
+5
*
|
have the builder create the middle reflection
Aaron Patterson
2013-10-02
1
-2
/
+13
*
|
Merge branch 'master' into habtm
Aaron Patterson
2013-10-02
7
-51
/
+43
|
\
\
|
*
|
we can define callbacks without a builder instance
Aaron Patterson
2013-10-02
4
-9
/
+9
|
*
|
push methods that don't depend on the instance to the class
Aaron Patterson
2013-10-02
2
-6
/
+6
|
*
|
get the name from the reflection
Aaron Patterson
2013-10-02
1
-1
/
+1
|
*
|
cache the name and options on the stack
Aaron Patterson
2013-10-02
1
-1
/
+3
|
*
|
decouple belongs_to callback definition from the builder instance.
Aaron Patterson
2013-10-02
1
-4
/
+4
|
*
|
add_before_destroy_callbacks doesn't depend on the instance, so push it
Aaron Patterson
2013-10-02
2
-5
/
+5
|
*
|
valid_options doesn't depend on the instance, so push it to the class
Aaron Patterson
2013-10-02
4
-8
/
+8
|
*
|
use the information on the reflection to determine whether callbacks should b...
Aaron Patterson
2013-10-02
1
-4
/
+5
|
*
|
association builder is no longer needed for counter cache, so remove it
Aaron Patterson
2013-10-02
1
-7
/
+6
|
*
|
push constructable? on to the reflection
Aaron Patterson
2013-10-02
4
-18
/
+6
|
*
|
name is on the reflection, so just use the reflection
Aaron Patterson
2013-10-02
1
-2
/
+2
|
*
|
decouple define_callback from the instance
Aaron Patterson
2013-10-02
1
-2
/
+4
|
|
/
*
|
move habtm translation to a builder class
Aaron Patterson
2013-10-02
1
-0
/
+109
*
|
Squashed commit of the following:
Aaron Patterson
2013-10-01
1
-0
/
+11
|
/
*
support anonymous classes on has_many associations
Aaron Patterson
2013-09-03
1
-1
/
+1
*
remove intermediate assignments
Aaron Patterson
2013-08-01
2
-7
/
+4
*
push option handling "chrome" outside `initialize`
Aaron Patterson
2013-08-01
1
-8
/
+7
*
remove `valid_options` class method
Aaron Patterson
2013-08-01
1
-4
/
+3
[next]