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
/
relations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Should test against `Relation#bound_attributes`
Ryuta Kamizono
2017-05-04
1
-8
/
+12
*
Remove duplicated `test_merging_reorders_bind_params`
Ryuta Kamizono
2017-05-04
1
-9
/
+0
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-5
/
+1
*
Fix an AR test of relations_test when using Oracle
Koichi ITO
2017-04-11
1
-1
/
+1
*
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
1
-0
/
+6
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Fix where_clause#except with specific where value
John Hawthorn
2017-03-20
1
-0
/
+8
*
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
1
-7
/
+7
*
Allow order to be given expressions as hash keys
Eugene Kenny
2017-02-27
1
-1
/
+24
*
Merge pull request #27122 from kamipo/fix_unscope_with_subquery
Rafael França
2017-02-13
1
-0
/
+12
|
\
|
*
Fix unscope with subquery
Ryuta Kamizono
2016-12-05
1
-0
/
+12
*
|
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
|
Merge pull request #27563 from kamipo/fix_typo
Rafael França
2017-01-03
1
-1
/
+1
|
\
\
|
*
|
Fix typo s/permited/permitted/
Ryuta Kamizono
2017-01-04
1
-1
/
+1
*
|
|
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
|
|
/
*
|
Remove deprecation of using ActiveRecord::Base instance in .update
Rafael Mendonça França
2017-01-03
1
-2
/
+2
*
|
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-6
/
+0
*
|
Remove deprecated conditions parameter from #delete_all
Rafael Mendonça França
2016-12-29
1
-6
/
+0
*
|
Remove deprecated conditions parameter from `#destroy_all`
Rafael Mendonça França
2016-12-29
1
-6
/
+0
*
|
Remove deprecated support to passing a class as a value in a query
Rafael Mendonça França
2016-12-29
1
-9
/
+0
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-8
/
+8
|
/
*
Respect new records for `CollectionProxy#uniq`
Ryuta Kamizono
2016-11-13
1
-1
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-21
/
+21
*
Tweak a test so the queries match
Matthew Draper
2016-10-08
1
-1
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-4
/
+4
*
Merge pull request #25987 from aquajach/master
Rafael Mendonça França
2016-08-17
1
-0
/
+9
|
\
|
*
have does_not_support_reverse? support sql functions with commas in nested br...
Jack
2016-07-29
1
-0
/
+9
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-17
/
+17
*
|
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
/
+1
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-89
/
+89
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-251
/
+251
|
/
*
Merge pull request #24203 from sferik/count_with_block
Kasper Timm Hansen
2016-05-16
1
-0
/
+5
|
\
|
*
Forward ActiveRecord::Relation#count to Enumerable#count if block given
Erik Michaels-Ober
2016-03-19
1
-0
/
+5
*
|
Allow the connection adapters to determine the order of bind params
Sean Griffin
2016-05-06
1
-0
/
+18
|
/
*
Merge pull request #23751 from chezou/add-test-case-order-by-field
Andrew White
2016-02-22
1
-0
/
+6
|
\
|
*
Add assertions order by field with empty data
Michiaki Ariga
2016-02-18
1
-0
/
+6
*
|
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-0
/
+10
|
/
*
Introduce ActiveRecord::IrreversibleOrderError
Bogdan Gusiev
2016-01-27
1
-0
/
+34
*
Merge pull request #22053 from Empact/first-loaded
Yves Senn
2015-12-28
1
-3
/
+26
|
\
|
*
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
1
-3
/
+14
|
/
*
Revert "Perform a more efficient query in `Relation#any?`"
Sean Griffin
2015-12-14
1
-0
/
+7
*
Merge pull request #13008 from ktheory/sanitize_order
Sean Griffin
2015-10-29
1
-0
/
+5
|
\
|
*
Support SQL sanitization in AR::QueryMethods#order
Aaron Suggs
2013-11-22
1
-0
/
+5
*
|
Add deprecation warning to `ActiveRecord::Relation#update`
Ted Johansson
2015-10-15
1
-0
/
+7
*
|
Skip the test added in 9cc324a on buggy versions of SQlite
Sean Griffin
2015-09-21
1
-10
/
+0
[next]