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
*
Refactor AssociationCollection#include? with objects in memory
Carlos Antonio da Silva
2010-10-02
1
-4
/
+3
*
AssociationCollection#include? working properly for objects added with build ...
Marcelo Giorgi
2010-09-30
1
-0
/
+13
*
no need of nil check
Neeraj Singh
2010-09-29
1
-1
/
+1
*
Refactor association_collection uniq method.
Emilio Tagua
2010-09-22
1
-4
/
+3
*
Perf: refactor method.
Emilio Tagua
2010-09-22
1
-11
/
+8
*
do not pass nil values to arel
Aaron Patterson
2010-09-21
1
-1
/
+1
*
Use scoped here to get the scoped where
Santiago Pastorino
2010-09-05
1
-5
/
+3
*
mark SQL literals as SQL literals
Aaron Patterson
2010-08-25
1
-1
/
+1
*
marking sql literals as sql literals
Aaron Patterson
2010-08-23
1
-1
/
+1
*
While creating a new record using has_many create method default scope of chi...
Neeraj Singh
2010-08-19
1
-1
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
3
-10
/
+10
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-1
/
+1
*
removing references to arel constants
Aaron Patterson
2010-08-13
1
-1
/
+1
*
avoiding symbol to proc again
Aaron Patterson
2010-08-13
1
-1
/
+1
*
do not use arel constants directly
Aaron Patterson
2010-08-13
1
-1
/
+1
*
symbol to proc is slow, we should avoid it
Aaron Patterson
2010-08-13
1
-1
/
+1
*
dry up the hash dup and avoid sending nil values
Aaron Patterson
2010-08-11
2
-11
/
+15
*
standarizes the use of the article "an" for "SQL" and "SQLite"
Xavier Noria
2010-08-05
1
-1
/
+1
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
2
-6
/
+8
*
Don't increment and then decrement the same counter when re-assigning a belon...
Tarmo Tänav
2010-07-29
1
-1
/
+1
*
fixed joining of attributes when using find_or_create_by with multiple attrib...
Jon Buda
2010-07-28
1
-1
/
+1
*
No need to check for :uniq
Neeraj Singh
2010-07-26
1
-6
/
+3
*
Make use of tap to return a previously used var
Santiago Pastorino
2010-07-21
1
-4
/
+4
*
Ensure all join table attributes will be in the same timestamp.
José Valim
2010-07-21
1
-11
/
+21
*
Timestamp columns of HABTM join table should record timestamps
Neeraj Singh
2010-07-21
1
-1
/
+5
*
association load target shouldn't replace records
Szetobo
2010-07-21
1
-3
/
+4
*
In nested_attributes when association is not loaded and association
Subba Rao Pasupuleti
2010-07-21
1
-1
/
+8
*
id is a public method
Santiago Pastorino
2010-07-21
1
-2
/
+2
*
Ensure that primary_keys of HABTM records is not double quoted
Neeraj Singh
2010-07-20
1
-2
/
+2
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-3
/
+3
*
Remove unintentional API changes. [#1108]
Pratik Naik
2010-07-14
1
-9
/
+4
*
count method should not take options if it is operated on has_many associatio...
Neeraj Singh
2010-07-13
1
-2
/
+5
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
1
-1
/
+1
*
fix ActiveRecord `destroy_all` so it returns destroyed records
Mislav Marohnić
2010-07-08
1
-3
/
+4
*
Don't remove scheduled destroys when loading an association. [#4642 state:res...
James Le Cuirot
2010-07-01
1
-1
/
+6
*
AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...
Aaron Patterson
2010-06-29
1
-0
/
+11
*
splitting a really long line into multiple lines which is easy on eyes
Neeraj Singh
2010-06-29
1
-1
/
+5
*
Don't define block, just yield if block is given.
Emilio Tagua
2010-06-24
1
-7
/
+7
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+5
|
\
|
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-20
1
-1
/
+5
*
|
Adds title to activerecord/lib/active_record/associations/*
Rizwan Reza
2010-06-16
10
-0
/
+12
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
\
|
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
|
Revert "removing the extra \"
Neeraj Singh
2010-06-15
1
-1
/
+1
*
|
|
removing the extra \
Neeraj Singh
2010-06-15
1
-1
/
+1
|
|
/
|
/
|
*
|
Revert "Don't overwrite unsaved updates when loading an association but prese...
José Valim
2010-06-11
1
-1
/
+1
|
/
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-09
1
-1
/
+1
*
Properly cache association_collection#scopes calls having arguments
Pratik Naik
2010-06-04
1
-1
/
+2
*
Prevent calling regexp on symbol in Ruby 1.9 in association_proxy
Ernie Miller
2010-05-05
1
-1
/
+1
*
Ensure not to load the entire association when bulk updating existing records...
Pratik Naik
2010-04-14
1
-10
/
+10
[next]