Skip to content

Instantly share code, notes, and snippets.

@gtrias
Forked from wteuber/gist:8475728
Created January 15, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtrias/5f709ce8674d7437b4715d3623334555 to your computer and use it in GitHub Desktop.
Save gtrias/5f709ce8674d7437b4715d3623334555 to your computer and use it in GitHub Desktop.
use MySQL "ENGINE=MEMORY" for rails app, thanks to http://stackoverflow.com/questions/1602494/rails-with-in-memory-database
find ./db/migrate/* | xargs sed -i 's/create_table [^ ]*/&, :options => "ENGINE=MEMORY"/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment