RubyGems Navigation menu

convert_memory_engine 1.0.0

When i use rspec to do a lot of test, each time database is inserted data and truncate table, when tables grows the speed grow down too much. At first i convert the db engine from innodb to memory in db/seed.rb file. After that i write this gem to do the job for more app. Notice: Tables those contain text col can not convert to memory engine, so i convert those colums to string first. So if there are test case use too long string to insert, there would be trouble.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.0 - August 19, 2014 (8.0 KB)

Development 相依性套件 (2):

bundler ~> 1.6
rake >= 0

擁有者:

作者:

  • wangfan

SHA 256 checksum:

bda7bccbb7d1cb79355bb4aaa7ffb3b595ebb78ab8db1037f740a4737a42e264

總下載次數 3,516

這個版本 3,516

License:

MIT

Ruby 版本需求: >= 0

相關連結: