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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove deprecated `:distinct` option from `Relation#count`.
Yves Senn
2013-07-01
1
-10
/
+0
*
|
Removed deprecated methods partial_updates and family
Neeraj Singh
2013-07-02
1
-14
/
+0
|
/
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
3
-43
/
+7
*
Merge pull request #11161 from dmitry/find_in_batches_works_without_logger
Carlos Antonio da Silva
2013-06-28
1
-0
/
+10
|
\
|
*
find_in_batches should work without logger
Dmitry Polushkin
2013-06-28
1
-0
/
+10
*
|
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-3
/
+2
*
|
Apply default scope when joining associations.
Jon Leighton
2013-06-28
1
-0
/
+8
*
|
Fix test
Jon Leighton
2013-06-28
1
-1
/
+8
*
|
Fix rake test_sqlite3_mem
Jon Leighton
2013-06-28
2
-11
/
+7
*
|
Remove depreacted finders
Łukasz Strzałkowski
2013-06-28
4
-635
/
+3
*
|
Merge pull request #10730 from tkhr/add_test_for_AR__CounterCache#update_coun...
Carlos Antonio da Silva
2013-06-25
1
-8
/
+9
|
\
\
|
*
|
Refactor AR's counter_cache_test.rb test
Takehiro Adachi
2013-05-23
1
-8
/
+3
|
*
|
Add test for AR::CounterCache.update_counters
Takehiro Adachi
2013-05-23
1
-0
/
+6
*
|
|
Merge pull request #10853 from kennyj/deprecated-database_tasks
Carlos Antonio da Silva
2013-06-25
3
-280
/
+0
|
\
\
\
|
*
|
|
Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...
kennyj
2013-06-05
1
-100
/
+0
|
*
|
|
Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...
kennyj
2013-06-05
1
-87
/
+0
|
*
|
|
Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...
kennyj
2013-06-05
1
-93
/
+0
*
|
|
|
Merge pull request #10992 from Empact/find-each-enumerator
Carlos Antonio da Silva
2013-06-25
1
-0
/
+18
|
\
\
\
\
|
*
|
|
|
When .find_each is called without a block, return an Enumerator.
Ben Woosley
2013-06-19
1
-0
/
+18
*
|
|
|
|
Merge pull request #10993 from Empact/result-each-enumerator
Carlos Antonio da Silva
2013-06-25
1
-0
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
Change Result#each to return an Enumerator when called without a block.
Ben Woosley
2013-06-18
1
-0
/
+33
|
|
/
/
/
/
*
|
|
|
|
Fix `another_contract` not being used warning
Vipul A M
2013-06-24
1
-1
/
+1
*
|
|
|
|
test-case to prevent regressions described in #10901.
Jared Armstrong
2013-06-24
1
-0
/
+27
*
|
|
|
|
test-case to prevent regressions on `Association#build` with an Array.
Yves Senn
2013-06-22
1
-0
/
+10
*
|
|
|
|
flatten merged join_values before building the joins
Neeraj Singh
2013-06-22
1
-1
/
+8
*
|
|
|
|
do not load all child records for inverse case
Neeraj Singh
2013-06-21
1
-0
/
+8
*
|
|
|
|
fix bad test by making number that fits for integer
Neeraj Singh
2013-06-21
1
-1
/
+5
*
|
|
|
|
`inspect` for AR model classes does not initiate a new connection.
Yves Senn
2013-06-20
1
-0
/
+20
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #10884 from dmarkow/pg_fix_default_quotes
Yves Senn
2013-06-19
1
-0
/
+25
|
\
\
\
\
|
*
|
|
|
Handle single quotes in PostgreSQL default column values
Dylan Markow
2013-06-19
1
-0
/
+25
*
|
|
|
|
Revert "Merge pull request #10566 from neerajdotname/10509d"
Jon Leighton
2013-06-19
1
-8
/
+0
*
|
|
|
|
log the sql that is actually sent to the database
Neeraj Singh
2013-06-19
1
-0
/
+7
*
|
|
|
|
do not load all child records for inverse case
Neeraj Singh
2013-06-19
1
-0
/
+8
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #10987 from senny/10979_association_include_returns_true
Xavier Noria
2013-06-18
1
-11
/
+11
|
\
\
\
\
|
*
|
|
|
`CollectionProxy#include?` returns `true` and `false` as documented.
Yves Senn
2013-06-18
1
-11
/
+11
*
|
|
|
|
just construct real objects rather than mock and stub
Aaron Patterson
2013-06-17
1
-7
/
+8
*
|
|
|
|
Merge branch 'master' into mrbrdo-fixserialization
Aaron Patterson
2013-06-17
8
-25
/
+69
|
\
\
\
\
\
|
*
\
\
\
\
Merge pull request #10533 from vipulnsward/fix_test
Rafael Mendonça França
2013-06-15
1
-1
/
+2
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Make test name descriptive and add reference to original regression commit
Vipul A M
2013-06-15
1
-1
/
+2
|
*
|
|
|
|
fixture setup does not rely on `AR::Base.configurations`.
Yves Senn
2013-06-15
1
-0
/
+16
|
*
|
|
|
|
regression test + mysql2 adapter raises correct error if conn is closed.
Yves Senn
2013-06-15
1
-0
/
+26
|
*
|
|
|
|
Merge pull request #10953 from acapilleri/fix_typos
Yves Senn
2013-06-15
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fix typos
Angelo Capilleri
2013-06-15
1
-1
/
+1
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
This test does not test anything that happens in the real world. If you
Aaron Patterson
2013-06-13
1
-20
/
+0
|
*
|
|
|
|
refute the predicate for better failure messages
Aaron Patterson
2013-06-13
1
-1
/
+1
|
*
|
|
|
|
indentation
Aaron Patterson
2013-06-11
1
-1
/
+1
|
*
|
|
|
|
Remove fall back and column restrictions for `count`.
Yves Senn
2013-06-09
1
-0
/
+9
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #10561 from Empact/nix-throwresult
Jon Leighton
2013-06-07
2
-2
/
+14
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Make NullRelation a bit more like a real relation by returning 0 for #calcula...
Ben Woosley
2013-05-10
1
-2
/
+3
|
|
*
|
|
Add coverage for the fact that pluck without an argument returns all the tabl...
Ben Woosley
2013-05-10
1
-0
/
+5
[prev]
[next]