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
*
Add #create_or_find_by to lean on unique constraints (#31989)
David Heinemeier Hansson
2018-02-14
1
-12
/
+42
*
Rdoc formatting fix: <b> instead of MD-style asterisks
T.J. Schuck
2018-02-14
1
-1
/
+1
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Use `apply_join_dependency` instead of meaningless named `find_with_associati...
Ryuta Kamizono
2018-01-11
1
-2
/
+2
*
Using subselect for `delete_all` with `limit` or `offset`
Ryuta Kamizono
2017-12-19
1
-4
/
+4
*
Using subselect generated by the connection adapter for `update_all` with `of...
Ryuta Kamizono
2017-12-19
1
-1
/
+1
*
Fix inheritance object creation from relation
Ryuta Kamizono
2017-12-13
1
-8
/
+18
*
Make `sanitize_sql_` methods public
yuuji.yaginuma
2017-12-13
1
-1
/
+1
*
Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re...
eileencodes
2017-11-26
1
-1
/
+0
*
Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo...
Eileen M. Uchitelle
2017-11-25
1
-0
/
+1
|
\
|
*
Ordinal methods should respect loaded records
Ryuta Kamizono
2017-10-28
1
-0
/
+1
*
|
Avoid creating extra `relation` and `build_arel` in `_create_record` and `_up...
Ryuta Kamizono
2017-11-17
1
-61
/
+0
*
|
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
1
-1
/
+2
*
|
Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa...
Ryuta Kamizono
2017-11-06
1
-0
/
+10
|
/
*
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-1
/
+2
*
Decouple building `AliasTracker` from `JoinDependency`
Ryuta Kamizono
2017-10-08
1
-0
/
+4
*
Merge pull request #30619 from jagthedrummer/jeremy/instrumentation-payload-n...
Eileen M. Uchitelle
2017-09-20
1
-4
/
+4
|
\
|
*
Update payload names for `sql.active_record` to be more descriptive.
Jeremy Green
2017-09-20
1
-4
/
+4
*
|
Place class level `update`, `destroy`, and `delete` in `Persistence::ClassMet...
Ryuta Kamizono
2017-09-18
1
-94
/
+0
|
/
*
Remove unused explicit delegation to `klass` in `relation`
Ryuta Kamizono
2017-09-14
1
-1
/
+1
*
Should work inverse association when eager loading
Ryuta Kamizono
2017-08-25
1
-2
/
+14
*
Restore `to_sql` to return only SQL (#29945)
Ryuta Kamizono
2017-08-18
1
-2
/
+1
*
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
[next]