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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure we are returning either `true` or `false` for `#==`
Godfrey Chan
2014-03-29
1
-6
/
+7
*
Test microsecond on mysql 5.6
Arthur Neves
2014-03-12
1
-1
/
+1
*
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-1
/
+1
*
set encoding to binmode for pipe
Anna Carey
2014-01-17
1
-0
/
+2
*
reset column information after fiddling with `Encoding.default_internal`
Yves Senn
2014-01-16
1
-0
/
+1
*
no need to `return skip` in tests. `skip` is enough.
Yves Senn
2014-01-16
1
-1
/
+1
*
Set NameError#name
Chulki Lee
2014-01-13
1
-1
/
+3
*
test case for #limit added - picking latest value from limit
Akshay Vishnoi
2013-12-17
1
-0
/
+4
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-31
/
+29
*
Remove private API test
Rafael Mendonça França
2013-11-05
1
-10
/
+0
*
Add test verifying that you can only sort ARs of the same type
David Heinemeier Hansson
2013-11-02
1
-1
/
+7
*
Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+7
*
fix code typo in `MysqlAdapter` .Closes #12647.
Yves Senn
2013-10-30
1
-0
/
+15
*
prevent global timezone state from leaking out of test cases.
Yves Senn
2013-10-25
1
-50
/
+47
*
fix `test_sqlite3_mem` test run.
Yves Senn
2013-09-30
1
-0
/
+1
*
Fixed issue #12327
Marc Lennox
2013-09-27
1
-0
/
+9
*
remove unused variable
Aaron Patterson
2013-09-18
1
-1
/
+0
*
support objects with blank string primary keys
Aaron Patterson
2013-09-18
1
-0
/
+6
*
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
1
-7
/
+0
*
do what the superclass does in the case that objects do not match
Aaron Patterson
2013-09-18
1
-0
/
+8
*
Check if the SQL is not a prepared statement
Rafael Mendonça França
2013-09-11
1
-0
/
+8
*
clear all connections before forking
Aaron Patterson
2013-08-31
1
-0
/
+3
*
Revert "Do not dup the binds when visiting the AST"
Rafael Mendonça França + Kassio Borges
2013-08-31
1
-8
/
+0
*
Revert "reconnect after the fork returns"
Rafael Mendonça França
2013-08-31
1
-2
/
+0
*
Do not dup the binds when visiting the AST
Rafael Mendonça França
2013-08-31
1
-0
/
+8
*
reconnect after the fork returns
Aaron Patterson
2013-08-30
1
-0
/
+2
*
remove unused variable
Aaron Patterson
2013-08-30
1
-1
/
+1
*
add a failing test for marshal + cache problems
Aaron Patterson
2013-08-30
1
-0
/
+26
*
chmod -x
Akira Matsuda
2013-08-12
1
-0
/
+0
*
Set field encoding to client_encoding for mysql adapter.
Koichi Sasada
2013-08-08
1
-2
/
+0
*
use `skip` so we can see what tests are not run
Aaron Patterson
2013-08-08
1
-6
/
+5
*
skip `test_unicode_column_name` for `MysqlAdapter`.
Yves Senn
2013-08-07
1
-3
/
+6
*
adding a weird test case
Aaron Patterson
2013-08-06
1
-0
/
+7
*
use latches rather than mucking with the scheduler
Aaron Patterson
2013-07-08
1
-7
/
+7
*
Remove instance level attr_readonly setting was deprecated.
kennyj
2013-06-02
1
-6
/
+0
*
Remove ActiveSupport::Benchmarkable#silence was deprecated.
kennyj
2013-06-01
1
-32
/
+0
*
Extract AR::Persistence#becomes's test code out from base_test.rb
Takehiro Adachi
2013-05-22
1
-13
/
+0
*
Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_...
Takehiro Adachi
2013-05-22
1
-8
/
+0
*
Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb
Takehiro Adachi
2013-05-22
1
-24
/
+0
*
Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef...
Takehiro Adachi
2013-05-18
1
-1
/
+1
*
Extract tests code out from AR's base_test.rb to integration_test.rb
Takehiro Adachi
2013-05-02
1
-73
/
+0
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-2
/
+2
*
Changed the ScopeRegistry and the InstrumentationRegistry to use the
wangjohn
2013-04-09
1
-2
/
+2
*
Grouping thread locals in the ActiveRecord scopes so that the
wangjohn
2013-04-08
1
-2
/
+2
*
Remove duplicated require from AR base test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+0
*
Fix typo: overriden => overriDDen
Alexander Balashov
2013-03-28
1
-1
/
+1
*
Make connection_handler overridable per thread
Sam Saffron
2013-03-27
1
-0
/
+57
*
Make Postgres point type correspond to ruby array with two floats inside
Martin Schürrer
2013-03-25
1
-2
/
+25
*
Add Error#full_message test; Fix typos
Vipul A M
2013-03-22
1
-1
/
+1
*
Commas aren't comas.
Josh Adams
2013-03-19
1
-2
/
+2
[prev]
[next]