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
/
test
/
cases
/
associations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-32
/
+32
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-38
/
+38
*
Merge pull request #25941 from kamipo/finder_methods_uses_load_target
Rafael França
2016-07-28
1
-0
/
+2
|
\
|
*
`FinderMethods` uses `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-07-28
1
-0
/
+2
*
|
Merge pull request #25940 from kamipo/fix_collection_proxy_load
Rafael França
2016-07-28
1
-0
/
+8
|
\
\
|
*
|
Fix to `CollectionProxy#load` does `load_target`
Ryuta Kamizono
2016-07-25
1
-0
/
+8
|
|
/
*
/
`load_target` is a public method
Ryuta Kamizono
2016-07-23
1
-2
/
+0
|
/
*
Remove unnecessary require in associations_test.rb
akihiro17
2015-09-03
1
-1
/
+0
*
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
1
-1
/
+0
*
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
1
-6
/
+11
*
Do not test, document or use a private API method
Rafael Mendonça França
2015-02-20
1
-22
/
+0
*
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-2
/
+2
|
\
|
*
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
1
-2
/
+2
*
|
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-1
/
+1
*
|
Go through normal `where` logic in `AssociationScope`
Sean Griffin
2015-01-26
1
-1
/
+1
*
|
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-1
/
+1
*
|
Ensure `first!` and friends work on loaded associations
Sean Griffin
2014-12-29
1
-0
/
+5
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
|
/
*
Allow included modules to override association methods.
Yves Senn
2014-09-09
1
-0
/
+14
*
always reorder bind parameters. fixes #15920
Aaron Patterson
2014-09-04
1
-1
/
+8
*
Calling reset on a collection association should unload the assocation
Kelsey Schlarman
2014-01-21
1
-0
/
+9
*
do is_a? tests on assignment so runtime is faster
Aaron Patterson
2013-07-31
1
-2
/
+2
*
Fix typo in test name and documentation
Vipul A M
2013-05-20
1
-1
/
+1
*
Set the inverse when association queries are refined
Jon Leighton
2013-05-10
1
-0
/
+13
*
Removed space and unused class
Anupam Choudhury
2013-04-06
1
-1
/
+0
*
Cache the association proxy object
Jon Leighton
2013-03-15
1
-0
/
+5
*
MOAR cleanups.
Vipul A M
2013-03-14
1
-1
/
+1
*
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-1
/
+13
*
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
1
-0
/
+8
*
Add CollectionProxy#scope
Jon Leighton
2012-08-01
1
-0
/
+7
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-5
/
+5
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-2
/
+2
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-2
/
+2
*
allow AssociationProxy#scoped to take options so that API is the same as Base...
Jon Leighton
2012-04-27
1
-0
/
+4
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-2
/
+2
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-1
/
+6
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-1
/
+1
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-1
/
+1
*
don't change class definition in test case
Josh Susser
2011-11-29
1
-6
/
+0
*
add test for super-ing to association methods
Josh Susser
2011-11-15
1
-2
/
+12
*
association methods are now generated in modules
Josh Susser
2011-11-15
1
-0
/
+12
*
Add a proxy_association method to association proxies, which can be called by...
Jon Leighton
2011-07-27
1
-0
/
+5
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
removed deprecated methods, and related tests, from ActiveRecord
Josh Kalderimis
2011-05-25
1
-12
/
+0
*
Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio...
Jon Leighton
2011-05-19
1
-0
/
+12
[next]