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
*
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
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
2
-2
/
+5
*
Some doc updates reflecting the new query API
Pratik Naik
2010-04-08
1
-1
/
+1
*
Reset named scope cache whenever the @target is reset
Pratik Naik
2010-04-07
1
-2
/
+9
*
Memoize association.named_scope calls
Pratik Naik
2010-04-05
1
-0
/
+3
*
Sanitize association conditions using the correct class
Carl Lerche
2010-04-03
1
-1
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
fisting uninitialized ivar warnings. [#4198 state:resolved]
Aaron Patterson
2010-03-16
1
-0
/
+1
*
clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...
Aaron Patterson
2010-03-16
1
-0
/
+4
*
keep AssociationProxy#to_a to avoid warning in Array(post.author), and delega...
Xavier Noria
2010-03-12
2
-1
/
+2
*
Get rid of construct_count_options_from_args
Pratik Naik
2010-01-19
1
-3
/
+4
*
Inherit named scope class Scope from Relation
Pratik Naik
2010-01-18
1
-2
/
+0
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
3
-3
/
+3
*
Make type_condition return Arel predicate and not a string condition
Pratik Naik
2010-01-16
1
-1
/
+1
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
3
-7
/
+7
*
Add Relation#includes to be an equivalent of current finder option :include
Pratik Naik
2010-01-03
1
-1
/
+1
*
Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_ar...
Pratik Naik
2010-01-03
1
-1
/
+1
*
Use Arel::Table instead of ActiveRecord::Relation from HABTM and has_many#del...
Pratik Naik
2010-01-01
2
-4
/
+4
*
Make sure association proxy does not pass quoted table name to sanitize_sql
Pratik Naik
2010-01-01
1
-1
/
+1
*
Add Relation#delete [Pratik Naik, Emilio Tagua]
Pratik Naik
2010-01-01
1
-1
/
+1
*
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...
José Valim
2009-12-30
1
-1
/
+8
*
Migrate all the calculation methods to Relation
Pratik Naik
2009-12-29
1
-1
/
+1
*
Merge commit 'Fingertips/master'
Jeremy Kemper
2009-12-28
2
-12
/
+36
|
\
[next]