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 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
*
pushing out more callback definitions
Aaron Patterson
2013-08-01
1
-2
/
+6
*
push more mutations out of the builder
Aaron Patterson
2013-08-01
2
-12
/
+15
*
remove dependency on @model when defining callbacks
Aaron Patterson
2013-08-01
2
-8
/
+8
*
extract more mutations to the caller
Aaron Patterson
2013-08-01
2
-13
/
+16
*
separate some mutations from reflection construction
Aaron Patterson
2013-08-01
2
-6
/
+6
*
oops! :bomb:
Aaron Patterson
2013-07-31
1
-1
/
+1
*
do is_a? tests on assignment so runtime is faster
Aaron Patterson
2013-07-31
1
-1
/
+11
*
no need to to_sym
Aaron Patterson
2013-07-31
1
-1
/
+1
*
pass the mixin in to the code generation methods
Aaron Patterson
2013-07-31
3
-11
/
+11
*
we should not allow invalid objects to be constructed
Aaron Patterson
2013-07-31
1
-1
/
+2
*
push some validation up to the factory method
Aaron Patterson
2013-07-31
1
-4
/
+5
*
Refactor to use flat_map
Carlos Antonio da Silva
2013-07-23
1
-3
/
+3
*
extract mutation from generation method
Aaron Patterson
2013-07-23
1
-1
/
+1
*
AR::Base does not need to know how to create reflection objects
Aaron Patterson
2013-07-22
1
-1
/
+1
*
remove unnecessary reader
Aaron Patterson
2013-07-22
1
-4
/
+4
*
only flatten one side
Aaron Patterson
2013-07-22
1
-1
/
+1
[next]