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
/
schema_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Changed extract_limit in class Column to return correct mysql float and doubl...
Aaron Nelson
2014-05-16
1
-0
/
+38
*
Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.
Ken Mazaika
2013-03-27
1
-13
/
+16
*
Custom index type support with :using.
doabit
2013-03-24
1
-0
/
+19
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-1
/
+1
*
Verify that #3690 has been closed by previous changes to the mysql
Jon Leighton
2011-11-19
1
-1
/
+5
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...
Josh Kalderimis
2011-05-03
1
-1
/
+1
*
schemas set by set_table_name are respected by the mysql adapter. [#5322 stat...
Aaron Patterson
2011-03-21
1
-0
/
+36