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
/
scoping
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
3
-0
/
+6
*
Fix unscoping `default_scope` for `Preloader`
Ryuta Kamizono
2017-07-19
1
-0
/
+2
*
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-0
/
+16
*
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+10
*
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-1
/
+1
*
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-0
/
+5
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
3
-3
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
3
-0
/
+3
*
Fix to scoping is correctly restored
Ryuta Kamizono
2017-06-29
1
-0
/
+9
*
Add missing `delegate :extending, to: :all`
Ryuta Kamizono
2017-06-01
1
-0
/
+6
*
Fix crashing on circular left join references with scoping
Ryuta Kamizono
2017-05-24
1
-2
/
+9
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-2
/
+2
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-2
/
+2
*
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-2
/
+2
*
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
1
-9
/
+9
*
Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`)
Fumiaki MATSUSHIMA
2017-03-16
1
-36
/
+34
*
Order array contents to match Relation#first
Matthew Draper
2017-02-25
1
-1
/
+1
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+2
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-2
/
+2
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-2
/
+2
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-2
/
+2
*
|
Replace sleep with synchronization
Matthew Draper
2017-01-02
1
-1
/
+7
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
2
-3
/
+3
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-3
/
+3
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
3
-11
/
+11
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-11
/
+11
*
Fix warning: ambiguous first argument
Ryuta Kamizono
2016-08-12
1
-1
/
+1
*
Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitor
Yasuo Honda
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
3
-45
/
+45
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
3
-139
/
+139
*
Remove circular join references in join_dependency
Takashi Kokubun
2016-07-28
1
-0
/
+7
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+1
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Fix the calling `merge` method at first in a scope
suginoy
2016-07-19
1
-0
/
+7
*
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
Do not delegate `AR::Base#empty?` to `all`
Sean Griffin
2016-05-02
1
-6
/
+0
*
Delegate some additional methods in querying.rb
Kenta
2016-03-30
1
-0
/
+20
*
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-0
/
+12
*
Merge pull request #18109 from k0kubun/unscoped-joins
Sean Griffin
2016-02-11
1
-0
/
+12
|
\
|
*
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-0
/
+12
*
|
Suppress :warning:s
Akira Matsuda
2016-01-28
1
-1
/
+1
*
|
scope needs the second argument
Akira Matsuda
2016-01-28
1
-1
/
+1
*
|
Revert "Remove valid_scope_name? check - use ruby"
Akira Matsuda
2016-01-28
1
-0
/
+19
|
/
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-0
/
+14
*
Active scopes apply to child classes, though not parents/siblings
Matthew Draper
2016-01-12
1
-3
/
+17
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-4
/
+6
*
Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses
Rafael Mendonça França
2015-08-13
1
-0
/
+6
|
\
[next]