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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `predicate_builder.build_bind_attribute` wherever possible
Ryuta Kamizono
2017-07-28
1
-2
/
+2
*
Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limit
Rafael França
2017-07-24
1
-0
/
+4
|
\
|
*
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-0
/
+4
*
|
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-17
/
+11
|
/
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-0
/
+4
*
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
1
-2
/
+2
*
Merge pull request #29809 from kamipo/remove_unused_ivars
Kasper Timm Hansen
2017-07-16
1
-2
/
+1
|
\
|
*
Remove unused `@last`, `@order_clause`, and `@join_dependency`
Ryuta Kamizono
2017-07-16
1
-2
/
+1
*
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-1
/
+1
|
/
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-13
/
+25
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix to scoping is correctly restored
Ryuta Kamizono
2017-06-29
1
-1
/
+1
*
`Relation#locked?` should not build arel
Ryuta Kamizono
2017-06-20
1
-1
/
+1
*
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-0
/
+1
|
\
|
*
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-0
/
+1
*
|
Merge pull request #29237 from mohitnatoo/arel-update-doc
Rafael França
2017-05-26
1
-3
/
+3
|
\
\
|
*
|
[ci skip] Changed sentence formation for ActiveRecordRelation#update
Mohit Natoo
2017-05-26
1
-3
/
+3
|
|
/
*
|
Remove unused `left_joins_values` generation
Ryuta Kamizono
2017-05-23
1
-1
/
+1
*
|
Don't eager loading if unneeded for `FinderMethods#exists?`
Ryuta Kamizono
2017-05-11
1
-2
/
+1
|
/
*
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
1
-1
/
+3
*
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-4
/
+0
*
Remove deprecation of using ActiveRecord::Base instance in .update
Rafael Mendonça França
2017-01-03
1
-2
/
+1
*
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-9
/
+0
*
Remove deprecated conditions parameter from #delete_all
Rafael Mendonça França
2016-12-29
1
-19
/
+11
*
Remove deprecated conditions parameter from `#destroy_all`
Rafael Mendonça França
2016-12-29
1
-10
/
+2
*
fixing update_all and delete_all when chained with left_joins. fixes #27192
Diego Plentz
2016-11-27
1
-2
/
+6
*
docs, add `update_all` example with SQL fragment. [ci skip]
Yves Senn
2016-11-16
1
-0
/
+3
*
Avoid `build_preloader` if preloading is not needed
Ryuta Kamizono
2016-11-14
1
-2
/
+3
*
Remove outdated "#TODO: Fix for binds." comment [ci skip]
Ryuta Kamizono
2016-09-11
1
-1
/
+0
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-4
/
+4
*
Switch back to `Hash.dup`
Jon Moss
2016-08-27
1
-4
/
+2
*
Remove over meta programming in AR::Relation
Bogdan Gusiev
2016-08-23
1
-9
/
+4
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-34
/
+34
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Use `connection#to_sql` for construct an SQL
Ryuta Kamizono
2016-07-19
1
-10
/
+5
*
Pass `pk: false` to `connection.insert` explicitly if do not have a primary key
Ryuta Kamizono
2016-07-01
1
-1
/
+1
*
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-6
/
+1
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-3
/
+3
*
Merge pull request #24247 from ypxing/refactor_substitute_values
Andrew White
2016-04-04
1
-5
/
+5
|
\
|
*
enhance ActiveRecord#substitute_values to loop values just once
Rick Xing
2016-03-19
1
-5
/
+5
*
|
Move sequence value methods to Model level
Arthur Neves
2016-03-24
1
-2
/
+2
|
/
*
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-14
/
+18
*
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-4
/
+8
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-4
/
+4
*
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-1
/
+1
*
Fix user name in doc [ci skip]
Ryuta Kamizono
2015-12-31
1
-1
/
+1
*
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
1
-2
/
+2
[next]