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
/
default_scoping_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-0
/
+12
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-0
/
+14
*
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
|
/
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-4
/
+4
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-5
/
+5
*
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
1
-0
/
+1
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-1
/
+20
*
Add tests for default scope behaviour change
Jon Leighton
2014-02-23
1
-0
/
+18
*
Let `unscope` ignore non Arel scope.where_values
Washington Luiz
2014-01-30
1
-0
/
+10
*
Fix bad usage of #select with hash
Carlos Antonio da Silva
2013-12-03
1
-1
/
+1
*
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-0
/
+6
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-25
/
+23
*
unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8...
Rafael Mendonça França
2013-11-02
1
-1
/
+1
*
remove trailing whitespace added with b057765 [ci skip].
Yves Senn
2013-10-21
1
-2
/
+2
*
Allow unscope to work with `where.not`
Eric Hankins
2013-10-21
1
-6
/
+14
*
asakusa.rb hack night!
Aaron Patterson + Akira Matsuda
2013-08-06
1
-0
/
+2
*
Revert change on ActiveRecord::Relation#order method that prepends new
Rafael Mendonça França
2013-07-29
1
-4
/
+4
*
close our connection when we are done
Aaron Patterson
2013-07-08
1
-1
/
+6
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-3
/
+2
*
Delegate #unscope query method
Carlos Antonio da Silva
2013-04-28
1
-0
/
+10
*
split relation_scoping_test.rb's default scoping tests into another file
Takehiro Adachi
2013-03-30
1
-0
/
+360