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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -