irake - lightning fast rake (in rails console)
I just launched irake for easy and fast running rake tasks in rails console.
Just add gem ‘irake’ and then in rails console:
rake ‘routes’ rake ‘db:migrate’ etc
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!
I just launched irake for easy and fast running rake tasks in rails console.
Just add gem ‘irake’ and then in rails console:
rake ‘routes’ rake ‘db:migrate’ etc
Post a comment