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
*
Remove #=== quirk
Jon Leighton
2012-05-11
1
-6
/
+0
*
this stuff can all be handled by Relation
Jon Leighton
2012-05-11
1
-38
/
+0
*
extract deprecated code
Jon Leighton
2012-05-11
1
-8
/
+1
*
set_owner_attributes is covered by the scoping
Jon Leighton
2012-05-11
1
-4
/
+3
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
2
-22
/
+23
*
Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_...
Jon Leighton
2012-05-05
2
-7
/
+2
*
Merge pull request #5494 from armstrjare/active_record_relation_keep_associat...
Jon Leighton
2012-05-05
2
-2
/
+7
|
\
|
*
Allow ActiveRecord::Relation merges to maintain context of joined associations
Jared Armstrong
2012-05-04
2
-2
/
+7
*
|
extract code from AR::Base
Jon Leighton
2012-05-04
1
-1
/
+1
*
|
clean up implementation of dynamic methods. use method compilation etc.
Jon Leighton
2012-05-04
1
-3
/
+3
|
/
*
Fix issue with private kernel methods and collection associations. Closes #2508
Carlos Antonio da Silva
2012-05-02
1
-2
/
+2
*
allow AssociationProxy#scoped to take options so that API is the same as Base...
Jon Leighton
2012-04-27
1
-2
/
+6
*
Merge remote-tracking branch 'jmbejar/define_array_methods_collection_proxy'
Jon Leighton
2012-04-25
1
-0
/
+13
|
\
|
*
Define array methods in ActiveRecord::Associations::CollectionProxy
Jorge Bejar
2012-04-18
1
-0
/
+13
*
|
Merge remote-tracking branch 'kennyj/fix_5563'
Jon Leighton
2012-04-25
4
-4
/
+6
|
\
\
|
*
|
Fix #5563. Should reflect the most recent change to either of association / id.
kennyj
2012-04-13
1
-1
/
+2
|
*
|
@stale_state should be nil when a model isn't saved.
kennyj
2012-04-13
3
-3
/
+4
*
|
|
remove apply_finder_options call from AssociationScope
Jon Leighton
2012-04-13
1
-7
/
+8
|
/
/
*
|
Some refactor for association.
kennyj
2012-04-12
3
-8
/
+7
*
|
Get a properly aliased_table_name, when we use a polymorphic association.
kennyj
2012-04-04
1
-1
/
+1
|
/
*
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-2
/
+3
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-12
/
+1
*
In AR depths use &:to_i before :uniq to process mixed arrays likes ["1", 1] c...
Alexey Vakhov
2012-03-09
1
-1
/
+1
*
Not need to pass join attributes to association build
Rafael Mendonça França
2012-03-07
2
-4
/
+10
*
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
1
-1
/
+2
*
Initialize @stale_state to nil in association
Carlos Antonio da Silva
2012-03-04
1
-0
/
+1
*
Revert "only mutate the scope object in the `bind` method"
Aaron Patterson
2012-02-27
1
-1
/
+1
*
only mutate the scope object in the `bind` method
Aaron Patterson
2012-02-27
1
-1
/
+1
*
bind value creation refactoring
Aaron Patterson
2012-02-27
1
-4
/
+10
*
removing dead code
Aaron Patterson
2012-02-27
1
-3
/
+2
*
use bind values for join columns
Aaron Patterson
2012-02-27
1
-1
/
+16
*
fix associations when using per class databases
Lars Kanis
2012-02-10
3
-8
/
+5
*
Merge pull request #4543 from jdelStrother/find_or_init
Jon Leighton
2012-02-01
1
-2
/
+1
|
\
|
*
Don't instantiate two objects in collection proxy / find_or_instantiator_by
Jonathan del Strother
2012-01-19
1
-2
/
+1
*
|
Use human attribute name to show the dependent destroy message
Rafael Mendonça França
2012-02-01
1
-1
/
+2
*
|
fix has_one, has_many restrict error message
Manoj
2012-02-01
1
-1
/
+2
*
|
Merge pull request #4799 from arunagw/warning_fixed_for_indentations
Aaron Patterson
2012-01-31
1
-1
/
+1
|
\
\
|
*
|
warning removed: mismatched indentations
Arun Agrawal
2012-01-31
1
-1
/
+1
*
|
|
Put spaces between the words at deprecation warning
Rafael Mendonça França
2012-01-31
1
-3
/
+3
|
/
/
*
|
Merge pull request #4783 from gregolsen/ids_reader_fix
Jon Leighton
2012-01-31
1
-1
/
+1
|
\
\
|
*
|
ids_reader method fixed, test added to has_many association
gregolsen
2012-01-31
1
-1
/
+1
|
|
/
*
|
suggested fixes for :dependent => :restrict deprecation.
Manoj
2012-01-31
1
-1
/
+1
*
|
Same method for has_many and has_one associations
Paco Guzman
2012-01-31
3
-30
/
+17
*
|
Easy dependent_restrict error message
Paco Guzman
2012-01-31
2
-4
/
+2
*
|
has_many/has_one, :dependent => :restrict, deprecation added.
Manoj
2012-01-29
3
-3
/
+35
|
/
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
2
-2
/
+2
*
Avoid sanitize_sql when we can use Relation#where instead
Jon Leighton
2012-01-16
4
-22
/
+16
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
4
-4
/
+2
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
4
-7
/
+5
*
Use 1.9 way
Santiago Pastorino
2012-01-05
1
-6
/
+1
[next]