ruby - Automating Rails workflow? -


when working rails, there way customize results rake commands?

for instance, use rake dump task - rake db:dump - gets locally produced database entries. want expand deployed app can run 1 command , have file can reproduce db.

how can done?

what write bash script commands need dump , deploy.

you can create alias runs multiple commands, might closer want do.

here's similar question has answers explaining both:

how can define bash alias sequence of multiple commands?


Comments

Popular posts from this blog

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH -