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
/
adapters
/
mysql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the inexistent database name to inexistent_activerecord_unittest
Yasuo Honda
2014-01-01
1
-1
/
+1
*
used user-defined configurations for running tests that might depend on user'...
Kuldeep Aggarwal
2013-12-29
1
-1
/
+2
*
Move mysql2 test for when adapter will be loaded
schneems
2013-12-24
1
-7
/
+0
*
Raise NoDatabaseError when db does not exist
schneems
2013-12-24
1
-0
/
+14
*
Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3
Yasuo Honda
2013-12-10
2
-6
/
+6
*
Merge pull request #12779 from dougbarth/dont_swallow_exceptions_during_trans...
Aaron Patterson
2013-11-15
1
-0
/
+5
|
\
|
*
Remove tests for not swallowing exceptions.
Doug Barth
2013-11-15
1
-21
/
+0
|
*
Don't swallow exceptions in transctional statements
Doug Barth
2013-11-05
1
-0
/
+26
*
|
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
2
-21
/
+21
|
/
*
Merge pull request #11455 from antonio/fix_enable_extension_not_being_defined
Rafael Mendonça França
2013-08-02
1
-0
/
+12
|
\
|
*
Define enable_extension method to prevent undefined method error
Antonio Santos
2013-08-02
1
-0
/
+12
*
|
Cleanup of class_name
Ankit Gupta
2013-07-28
1
-1
/
+1
|
/
*
add failing test exposing mysql adapter tinyint bug
phinze
2013-05-15
1
-3
/
+16
*
Fix broken mysql test
Jon Leighton
2013-05-03
1
-16
/
+11
*
fix detect column type of enum
masarakki
2013-04-01
1
-1
/
+1
*
Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.
Ken Mazaika
2013-03-27
2
-16
/
+24
*
Checks :algorithm argument for valid values
Dan McClain
2013-03-26
1
-0
/
+4
*
Adds support for concurrent indexing in PostgreSQL adapter
Dan McClain
2013-03-25
1
-8
/
+11
*
Created a layer of abstraction for the valid type checking in schema dumper. ...
Ranjay Krishna
2013-03-25
1
-0
/
+9
*
Custom index type support with :using.
doabit
2013-03-24
2
-0
/
+31
*
Removed unused loop variable
Anupam Choudhury
2013-03-22
1
-1
/
+1
*
Removed unnecessary block
Anupam Choudhury
2013-03-20
1
-2
/
+1
*
`Connection#structure_dump` is no longer used. #9518
Yves Senn
2013-03-06
1
-5
/
+0
*
Skip connection url test when the machine is using socket configuration.
Rafael Mendonça França
2013-02-24
1
-0
/
+3
*
Revert "checking in the abstractions for valid type checking:"
Jon Leighton
2013-02-15
1
-9
/
+0
*
Merge pull request #9204 from ranjaykrishna/col-prob
Aaron Patterson
2013-02-12
1
-0
/
+9
|
\
|
*
checking in the abstractions for valid type checking:
Ranjay Krishna
2013-02-12
1
-0
/
+9
*
|
Don't use anonymous classes in connection tests
Guillermo Iguaran
2013-01-19
1
-3
/
+5
|
/
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-7
/
+5
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-1
/
+1
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
1
-0
/
+17
*
Use the MySQL varbinary type when appropriate in migrations.
Victor Costan
2012-10-27
1
-0
/
+14
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-11
/
+11
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-2
/
+2
*
Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode
Yasuo Honda
2012-08-22
1
-3
/
+4
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-1
/
+1
*
fixing tests to deal with data differences between prepared statements and no...
Aaron Patterson
2012-07-13
2
-2
/
+7
*
fix: limit of enum columns of mysql
Yamada Masaki
2012-06-28
1
-0
/
+10
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
1
-6
/
+6
*
Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.
Michael Pearson
2012-05-05
1
-0
/
+13
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-1
/
+1
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-1
/
+1
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
be sure to currectly fetch PK name from MySQL even if the PK has some custom ...
Akira Matsuda
2012-04-19
1
-0
/
+30
*
Change the string to use in test case.
kennyj
2012-03-07
1
-1
/
+1
*
Fix message assertions for quoting database name in "show tables" for mysql
Carlos Antonio da Silva
2012-03-04
1
-1
/
+1
*
Fix GH #3163. Should quote database on mysql/mysql2.
kennyj
2012-03-05
1
-0
/
+10
*
Fix CI
Jon Leighton
2011-12-28
1
-8
/
+8
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-11
/
+5
[next]