This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
mysql2
Watch
1
Star
0
Fork
You've already forked mysql2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
mysql2
/
Rakefile
6 lines
99 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
result hash keys can be symbols using the :symbolize_keys option with #fetch_row, #fetch_rows or #each. Renamed extension from MySQL to Mysql2. Initial Rakefile and spec dir
2010-03-30 16:56:24 +00:00
# encoding: UTF-8
require
'rake'
Let spec be the default rake task
2010-08-06 22:54:24 +00:00
move and slightly refactor benchmark rake task
2010-08-11 18:29:10 +00:00
# Load custom tasks
Quick hack from mysql gem. Added vendored MySQL.
2010-08-11 15:40:55 +00:00
Dir
[
'tasks/*.rake'
]
.
sort
.
each
{
|
f
|
load
f
}