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
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce calls to stringify_keys.
Guo Xiang Tan
2015-09-07
3
-4
/
+5
*
#where fails if opts.responds_to?(:==) unexpectedly
Samuel Williams
2015-09-05
1
-1
/
+1
*
Don't allocate a bunch of strings in `Relation::Merger`
Sean Griffin
2015-09-02
1
-4
/
+8
*
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
2
-9
/
+156
*
Extra caller details added to ActiveRecord::RecordNotFound
Sameer Rahmani
2015-07-21
1
-1
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-4
/
+4
*
Fix regression caused by a01d164b
Rafael Mendonça França
2015-07-07
1
-2
/
+2
*
[skip ci] #distinct instead of #uniq
Jon Atack
2015-07-03
1
-2
/
+3
*
Update .pluck documentation on uniq
Prem Sichanugrist
2015-06-26
1
-1
/
+1
*
Include `Enumerable` in `ActiveRecord::Relation`
Sean Griffin
2015-06-19
3
-17
/
+8
*
Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given
Sean Griffin
2015-06-19
1
-2
/
+6
*
Merge pull request #20362 from kddeisz/enumerable_pluck
Rafael Mendonça França
2015-06-01
1
-0
/
+4
|
\
|
*
Allow Enumerable#pluck to take a splat.
Kevin Deisz
2015-05-29
1
-0
/
+4
*
|
Ensure symbols passed to `select` are always quoted
Sean Griffin
2015-05-30
1
-9
/
+7
|
/
*
Fix the shadowing warning for `reflection`
Roque Pinel
2015-05-28
1
-2
/
+2
*
Merge pull request #20196 from huoxito/preload-association-and-merges
Rafael Mendonça França
2015-05-28
1
-1
/
+23
|
\
|
*
Properly append preload / includes args on Merger
Washington Luiz
2015-05-28
1
-1
/
+23
*
|
Allow Relation#compact using delegation
Jordan Raine
2015-05-28
1
-1
/
+1
*
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-1
/
+3
|
/
*
Remove redundant require 'set' lines
Mehmet Emin İNAÇ
2015-05-15
1
-1
/
+0
*
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
1
-3
/
+3
*
[ci skip] Stop explaining finders for Rails 3
claudiob
2015-05-10
1
-14
/
+2
*
Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than
Yves Senn
2015-04-28
1
-1
/
+1
|
\
|
*
Fix unscope for less than
TAKAHASHI Kazuaki
2015-03-27
1
-1
/
+1
*
|
Merge pull request #19718 from eagletmt/find_by-without-arg
Yves Senn
2015-04-28
1
-4
/
+4
|
\
\
|
*
|
Raise ArgumentError when find_by receives no arguments
Kohei Suzuki
2015-04-11
1
-4
/
+4
*
|
|
Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"
Yves Senn
2015-04-15
1
-1
/
+0
*
|
|
Add support for Set to Relation#where
Yuki Nishijima
2015-04-13
1
-0
/
+1
*
|
|
Enhance documentation of pluck with a hint to ids [ci skip]
wingfire
2015-04-12
1
-3
/
+5
|
/
/
*
|
[ci skip] Combine complementary AR #find doc lines
Alexander Dimitriyadi
2015-03-30
1
-3
/
+1
*
|
[skip ci] Improve `warn_on_records_fetched` documentation
Jon Atack
2015-03-27
1
-3
/
+2
|
/
*
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+50
*
Fix referencing wrong aliases while joining tables of has many through
pinglamb
2015-03-22
1
-1
/
+1
*
Drop `references_eager_loaded_tables?` test from `has_include?`
Ben Woosley
2015-03-17
1
-1
/
+1
*
Spell PostgreSQL correctly :elephant:
Akira Matsuda
2015-02-28
1
-1
/
+1
*
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-1
/
+0
*
Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...
Jeremy Kemper
2015-02-24
1
-1
/
+1
*
Merge pull request #18744 from mfazekas/no-table-name-with-from
Rafael Mendonça França
2015-02-24
1
-5
/
+9
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-2
/
+2
*
correct method name in deprecation message
yuuji.yaginuma
2015-02-18
1
-1
/
+1
*
Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...
Vipul A M
2015-02-17
1
-17
/
+31
*
Add an option `end_at` to `find_in_batches`
Vipul A M
2015-02-09
1
-12
/
+22
*
Raise ArgumentError when passing nil to Relation#merge
Rafael Mendonça França
2015-02-06
1
-1
/
+1
*
Use keyword argument in the find_in_batches API
Rafael Mendonça França
2015-02-06
1
-11
/
+7
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+21
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-1
/
+1
*
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
1
-2
/
+2
*
Fixed AR::Relation#group method when argument is a SQL reserved keyword
Bogdan Gusiev
2015-01-29
1
-13
/
+15
*
Don't error when grouped calculations return 0 records
Sean Griffin
2015-01-28
1
-1
/
+1
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
2
-36
/
+21
[next]