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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-1
/
+1
*
we don't need this arg
Jon Leighton
2012-07-20
1
-2
/
+2
*
Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-07-20
7
-111
/
+35
*
Remove obsolete line.
Jon Leighton
2012-07-20
1
-1
/
+0
*
Convert association macros to the new syntax
Jon Leighton
2012-07-20
1
-1
/
+1
*
Avoid options ever being nil
Jon Leighton
2012-07-20
1
-4
/
+4
*
fix association :extend option
Jon Leighton
2012-07-13
3
-12
/
+19
*
move the deprecated options into active_record_deprecated_finders
Jon Leighton
2012-07-13
2
-5
/
+2
*
stop using class_attribute where methods/inheritance will suffice.
Jon Leighton
2012-07-13
7
-29
/
+53
*
extract deprecated association options to active_record_deprecated_finders
Jon Leighton
2012-07-13
1
-43
/
+0
*
Represent association scope options as AR::Relations insternally.
Jon Leighton
2012-07-13
12
-127
/
+138
*
Allow associations to take a lambda which builds the scope
Jon Leighton
2012-07-13
3
-13
/
+22
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
4
-33
/
+3
*
Set the hash value directly instead of using merge!
Carlos Antonio da Silva
2012-06-21
1
-1
/
+1
*
Remove unneeded code since pluck is respecting joins now
Rafael Mendonça França
2012-06-19
1
-12
/
+1
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-1
/
+1
*
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-2
/
+17
|
\
|
*
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-2
/
+17
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-30
1
-1
/
+1
|
\
\
|
*
|
change example on CollectionProxy#delete to accept multiple values
Francesco Rodriguez
2012-05-28
1
-1
/
+1
*
|
|
Add support for CollectionAssociation#delete by Fixnum or String
Francesco Rodriguez
2012-05-28
2
-0
/
+27
|
/
/
*
|
add CollectionProxy#uniq documentation
Francesco Rodriguez
2012-05-26
1
-0
/
+21
*
|
add :nodoc: to CollectionProxy#initialize
Francesco Rodriguez
2012-05-25
1
-1
/
+1
*
|
add CollectionProxy#== documentation
Francesco Rodriguez
2012-05-25
1
-0
/
+24
*
|
add CollectionProxy#count documentation
Francesco Rodriguez
2012-05-25
1
-0
/
+26
*
|
add CollectionProxy#to_ary documentation
Francesco Rodriguez
2012-05-25
1
-2
/
+35
*
|
add CollectionProxy#delete documentation
Francesco Rodriguez
2012-05-25
1
-1
/
+104
*
|
copy edits in collection proxy docs [ci skip]
Vijay Dev
2012-05-23
1
-25
/
+18
*
|
Revert "Remove blank trailing comments"
Vijay Dev
2012-05-23
1
-0
/
+1
*
|
add CollectionProxy#length documentation
Francesco Rodriguez
2012-05-22
1
-5
/
+37
*
|
add CollectionProxy#size documentation
Francesco Rodriguez
2012-05-22
1
-2
/
+25
*
|
add :call-seq: to +first+ and +last+ CollectionProxy methods
Francesco Rodriguez
2012-05-22
1
-0
/
+6
*
|
add CollectionProxy#create! documentation
Francesco Rodriguez
2012-05-22
1
-0
/
+22
*
|
add CollectionProxy#create documentation
Francesco Rodriguez
2012-05-22
1
-0
/
+33
*
|
add more examples to CollectionProxy#find
Francesco Rodriguez
2012-05-22
1
-0
/
+9
*
|
adding :call-seq: to CollectionProxy methods
Francesco Rodriguez
2012-05-22
1
-0
/
+39
*
|
add CollectionProxy#build documentation
Francesco Rodriguez
2012-05-22
1
-0
/
+31
*
|
remove repeated documentation in CollectionProxy#clear
Francesco Rodriguez
2012-05-22
1
-24
/
+2
*
|
update CollectionProxy#clear documentation
Francesco Rodriguez
2012-05-21
1
-3
/
+2
*
|
update CollectionProxy#delete_all documentation
Francesco Rodriguez
2012-05-21
1
-2
/
+29
*
|
add CollectionProxy#delete_all documentation
Francesco Rodriguez
2012-05-21
1
-0
/
+65
*
|
Fix AR preloader example
Alexey Vakhov
2012-05-22
1
-1
/
+1
*
|
fix CollectionProxy documentation markup
Francesco Rodriguez
2012-05-21
1
-8
/
+8
*
|
add CollectionProxy#reload documentation
Francesco Rodriguez
2012-05-21
1
-0
/
+18
*
|
improve CollectionProxy#destroy documentation
Francesco Rodriguez
2012-05-21
1
-5
/
+37
*
|
add CollectionProxy#destroy documentation
Francesco Rodriguez
2012-05-21
1
-1
/
+42
*
|
update CollectionProxy#destroy_all documentation
Francesco Rodriguez
2012-05-20
1
-1
/
+9
*
|
Remove blank trailing comments
Henrik Hodne
2012-05-20
1
-1
/
+0
*
|
add CollectionProxy#select documentation
Francesco Rodriguez
2012-05-19
1
-2
/
+55
*
|
add CollectionProxy#find documentation
Francesco Rodriguez
2012-05-19
1
-0
/
+20
|
/
[next]