I’ve noticed I’ve been having to do:
bundle exec script/console
<wait for console to load>
require migration
generate some data
a lot… and I was wondering if there is a way to have this all in a bash script or something. so i could just do ./generatedata and have it run the above commands.
I’ve found that custom rake tasks are an awesome tool for when you have work which requires running code in the rails environment. Check out this railscast http://railscasts.com/episodes/66-custom-rake-tasks