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:
=

installieren:
=

Versionen:

  1. 1.0.0 August 19, 2014 (8 KB)

Development Abhängigkeiten (2):

bundler ~> 1.6
rake >= 0

Besitzer:

Autoren:

  • wangfan

SHA 256-Prüfsumme:

=

Downloads insgesamt 3.719

Für diese Version 3.719

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: