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
*
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
|
\
|
*
Prevent duplicating `where` clauses when model is extended from an abstract c...
Mehmet Emin İNAÇ
2015-04-15
1
-0
/
+6
*
|
Fix unscope for less than
TAKAHASHI Kazuaki
2015-03-27
1
-0
/
+12
|
/
*
Error message testing fix
Franky W
2015-02-20
1
-2
/
+4
*
`current_scope` shouldn't pollute sibling STI classes
Sean Griffin
2015-02-11
1
-0
/
+6
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
3
-7
/
+7
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
3
-7
/
+7
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-4
/
+2
*
Inform Arel that we don't need to cast a value in tests
Sean Griffin
2014-12-26
1
-2
/
+4
*
Allow to unscope where conditions using `arel_table` with Symbol
deeeki
2014-12-03
1
-0
/
+8
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-32
/
+32
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
3
-0
/
+3
*
Merge pull request #17374 from maurogeorge/scope-exception
Yves Senn
2014-10-27
1
-0
/
+7
|
\
|
*
Raises ArgumentError when try to define a scope without a callable
Mauro George
2014-10-23
1
-0
/
+6
|
/
*
:scissors: duplicated `require`s
Godfrey Chan
2014-10-14
1
-1
/
+0
*
make sure cache is not used for collection assocations too
Aaron Patterson
2014-10-14
1
-1
/
+12
*
break cache if we're inside a "scoping" call. fixes #17052
Aaron Patterson
2014-10-14
1
-0
/
+10
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-1
/
+20
*
Enums shouldn't ruin people's anniversaries
Godfrey Chan
2014-09-04
1
-2
/
+5
*
Make sure that fixtures are loaded before finding
Akira Matsuda
2014-08-14
1
-0
/
+4
*
Format
Akira Matsuda
2014-08-14
1
-2
/
+2
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
1
-6
/
+1
*
Merge pull request #14544 from jefflai2/named_scope_sti
Rafael Mendonça França
2014-05-20
1
-1
/
+6
|
\
|
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-1
/
+6
*
|
Block a few default Class methods as scope name.
Arthur Neves
2014-04-03
1
-0
/
+3
|
/
*
do not rely on method_missing hitting arel
Aaron Patterson
2014-03-24
1
-2
/
+3
*
Add tests for default scope behaviour change
Jon Leighton
2014-02-23
1
-0
/
+18
[next]