RubyFlow The Ruby and Rails community linklog

Karo - A command line companion for a Rails application

I just launched Karo a command line companion for a rails application which makes performing routine commands locally or on the server easier.

Example of few things it can do

karo db pull # Will sync the production MySQL database on to the local machine karo db console # Will open MySQL console on the server karo console # Will open Rails console on the server karo assets pull -e staging # Will sync dragonfly assets from staging to the local machine karo log -f # Will tail the production log with -f argument

Github - https://github.com/rahult/karo Website - http://rahult.github.io/karo/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in