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
/
mysql2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unifies mysql and mysql2 casting of booleans
awilliams
2013-07-16
1
-0
/
+25
*
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
-14
/
+22
*
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
*
Custom index type support with :using.
doabit
2013-03-24
2
-0
/
+30
*
Removed unnecessary block
Anupam Choudhury
2013-03-22
1
-2
/
+1
*
sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...
Xavier Noria
2013-03-17
1
-0
/
+26
*
MOAR cleanups.
Vipul A M
2013-03-14
1
-1
/
+0
*
`Connection#structure_dump` is no longer used. #9518
Yves Senn
2013-03-06
2
-11
/
+0
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-7
/
+5
*
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
-6
/
+6
*
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
*
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
*
Fix logs name consistency.
kennyj
2012-05-19
1
-0
/
+27
*
Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.
Michael Pearson
2012-05-05
1
-0
/
+16
*
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
2
-3
/
+3
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
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
/
+11
*
Fix CI
Jon Leighton
2011-12-28
1
-3
/
+3
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-1
/
+1
*
add the query to AR::Relation#explain output
Xavier Noria
2011-11-25
1
-0
/
+3
*
Verify that #3690 has been closed by previous changes to the mysql
Jon Leighton
2011-11-19
1
-1
/
+5
*
implements AR::Relation#explain
Xavier Noria
2011-11-05
1
-0
/
+23
*
ambiguous first argument; put parentheses or even spaces Warning removed!
Arun Agrawal
2011-10-10
1
-2
/
+2
*
Remove stray whitespace
Jeremy Kemper
2011-10-09
1
-4
/
+1
*
Only use LOWER for mysql case insensitive uniqueness check when column has a ...
Joseph Palermo
2011-10-09
1
-0
/
+38
*
Remove unused 'y' variable.
Sebastian Martinez
2011-06-08
1
-2
/
+2
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
5
-5
/
+5
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
5
-5
/
+5
*
use a null byte as a bind parameter substitute as it is not allowed in normal...
Aaron Patterson
2011-05-09
1
-0
/
+50
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
1
-1
/
+1
*
added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...
Josh Kalderimis
2011-05-03
1
-0
/
+36
*
bad tests are bad
Aaron Patterson
2011-02-14
1
-18
/
+0
*
avoids warnings about mismatched indentations in Ruby 1.9.2
Xavier Noria
2010-08-19
1
-1
/
+1
*
update tests for mysql2 support
Brian Lopez
2010-08-02
3
-0
/
+343
[prev]