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
*
Bugfix collection association #create method …
Bogdan Gusiev
2015-11-23
1
-4
/
+8
*
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-3
/
+6
*
Update belongs_to.rb
Ehsan Yousefi
2015-11-08
1
-2
/
+1
*
docs, `ActiveRecord::JoinDependency` is not part of the public API.
Yves Senn
2015-11-07
1
-1
/
+1
*
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-2
/
+15
|
\
|
*
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-2
/
+15
*
|
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-2
/
+2
*
|
Never pass `nil` to `order`
Sean Griffin
2015-10-29
4
-16
/
+7
*
|
Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...
Yves Senn
2015-10-29
1
-0
/
+4
*
|
Revert "Merge pull request #22026 from akihiro17/fix-preload-association"
Sean Griffin
2015-10-29
1
-4
/
+0
*
|
Set `scope.reordering_value` to `true` if :reordering values are specified
akihiro17
2015-10-30
1
-0
/
+4
*
|
Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...
Rafael Mendonça França
2015-10-27
1
-1
/
+2
|
\
\
|
*
|
Includes HABTM returns correct size now. It's caused by the join dependency
Sergio Cambra
2015-01-07
1
-2
/
+3
*
|
|
[ci skip] Add doc for preloader_for
schneems
2015-10-26
1
-0
/
+4
*
|
|
[ci skip] Clarify doc for preloaders_for_one
schneems
2015-10-26
1
-0
/
+5
*
|
|
[ci skip] Add doc to preloaders_on
schneems
2015-10-26
1
-0
/
+1
*
|
|
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-1
/
+1
*
|
|
|
[ci skip] Fix method documentation location
schneems
2015-10-26
1
-3
/
+2
*
|
|
|
Merge pull request #21918 from bogdan/refactor-preloader
Sean Griffin
2015-10-22
1
-42
/
+30
|
\
\
\
\
|
*
|
|
|
Refactored association preloader for performance
Bogdan Gusiev
2015-10-22
1
-42
/
+30
*
|
|
|
|
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
1
-6
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
1
-6
/
+5
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Changed the order of Association constraints from where->order->unscope to un...
kal
2015-10-20
1
-1
/
+1
*
|
|
|
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
2
-4
/
+0
*
|
|
|
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-9
/
+9
*
|
|
|
|
fix broken RDoc markup. Use `<tt>` instead of `+`. [ci skip]
Yves Senn
2015-10-14
1
-3
/
+3
*
|
|
|
|
docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]
Yves Senn
2015-10-13
7
-9
/
+9
*
|
|
|
|
nodoc `ActiveRecord::ForeignAssociation`. [ci skip]
Yves Senn
2015-10-13
1
-1
/
+1
*
|
|
|
|
Merge pull request #11410 from bogdan/increment-concurency
Jeremy Daer
2015-10-10
2
-35
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
Make #increment! and #decrement! methods concurency safe
Bogdan Gusiev
2015-10-05
2
-35
/
+21
*
|
|
|
|
|
Merge pull request #21033 from dgynn/preloader_build_scope_tuning
Arthur Nogueira Neves
2015-10-04
1
-1
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
skip _select! call unless :select values are specified
Dave Gynn
2015-07-26
1
-1
/
+3
*
|
|
|
|
|
no more class methods for JoinDependency [ci skip]
Gaurav Sharma
2015-09-29
1
-2
/
+1
*
|
|
|
|
|
Fix `ActiveRecord::RecordNotFound` error message with custom primary key [ci ...
amitkumarsuroliya
2015-09-26
1
-7
/
+7
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-1
/
+1
*
|
|
|
|
Merge pull request #21550 from didacte/unscope-associations
Sean Griffin
2015-09-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Include association's `unscope` when preloading
Jimmy Bourassa
2015-09-09
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-09-18
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Fix module name of document
yui-knk
2015-09-17
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
`restrict_with_error` message will now respect owner’s human name in any lo...
Ronak Jangir
2015-09-12
2
-2
/
+2
*
|
|
|
|
|
Merge pull request #21486 from bogdan/refactor-has-many-counter-cache
Eileen M. Uchitelle
2015-09-09
2
-61
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
HasManyAssociation: moved half of counter cache code to reflection
Bogdan Gusiev
2015-09-03
2
-61
/
+10
|
|
/
/
/
/
/
*
/
/
/
/
/
Added nodoc for `arel` method which returns object of private api. [ci skip]
Ronak Jangir
2015-09-09
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
1
-1
/
+1
*
|
|
|
|
Added docs for CollectionProxy#take [ci skip]
Ronak Jangir
2015-08-23
1
-0
/
+25
*
|
|
|
|
Correct error message in Standard American english and add a test case for th...
prakash
2015-08-18
1
-1
/
+1
*
|
|
|
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
1
-1
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Require explicit counter_cache option for has_many
Tristan Gamilis
2015-04-07
1
-1
/
+8
*
|
|
|
|
|
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
3
-12
/
+10
[next]