Migrating Your JRuby Rails App Using warbler-exec
Using warbler-exec, we can use the .war file itself to run the migrations, without needing to transfer another copy of the rails app specifically for this purpose. Here’s how.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Using warbler-exec, we can use the .war file itself to run the migrations, without needing to transfer another copy of the rails app specifically for this purpose. Here’s how.
Post a comment