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
*
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
*
association builder classes no longer need the model
Aaron Patterson
2013-08-01
2
-7
/
+6
*
remove more mutations from the `build` method
Aaron Patterson
2013-08-01
1
-7
/
+2
*
make mutation method apis more consistent
Aaron Patterson
2013-08-01
2
-4
/
+5
*
push more mutations outside the factory method
Aaron Patterson
2013-08-01
2
-8
/
+6
*
push module building to the constructor
Aaron Patterson
2013-08-01
1
-14
/
+20
*
users should be warned if clobbering constants
Aaron Patterson
2013-08-01
1
-3
/
+1
*
defning extensions happens once, no need to cache
Aaron Patterson
2013-08-01
1
-5
/
+3
*
assert that constants have been set rather than the names
Aaron Patterson
2013-08-01
1
-3
/
+3
*
remove dead code
Aaron Patterson
2013-08-01
1
-4
/
+0
[next]