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
*
Rm `Type#type_cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-2
/
+2
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-1
/
+2
*
Correctly handle multiple attribute method prefix/suffixes which match
Sean Griffin
2014-12-04
1
-0
/
+10
*
tests, move pg geometric tests out of `base_test`.
Yves Senn
2014-12-02
1
-87
/
+0
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Add a test case for range type casting
Sean Griffin
2014-11-01
1
-0
/
+4
*
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
1
-1
/
+0
*
💣
Sean Griffin
2014-10-28
1
-1
/
+4
*
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
1
-14
/
+0
*
Dont swallow errors when bad alias_method
Arthur Neves
2014-06-24
1
-2
/
+20
*
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
1
-4
/
+3
|
\
|
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-4
/
+3
*
|
Add a test to ensure we don't get a performance regression on #hash
Sean Griffin
2014-06-12
1
-0
/
+7
|
/
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-1
/
+1
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-3
/
+3
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-1
/
+1
*
Deprecate decimal columns being automatically treated as integers
Sean Griffin
2014-05-27
1
-0
/
+4
*
Add missing test case for quoting behavior
Sean Griffin
2014-05-26
1
-0
/
+4
*
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-2
/
+2
*
test, inline `DeveloperWithAggregate`, which is used by a single test.
Yves Senn
2014-05-19
1
-1
/
+7
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-25
/
+12
*
Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation...
Lauro Caetano
2014-04-12
1
-0
/
+9
*
Make the comparison between 'Relation' and 'AssociationRelation'
Lauro Caetano
2014-04-12
1
-0
/
+9
*
The comparison between `Relation` and `CollectionProxy` should be consistent.
Lauro Caetano
2014-04-11
1
-0
/
+17
*
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
[next]