jugyo / rails-sh

A mini shell for Ruby on Rails 3 that provides a uniform and quick access to commands.
http://jugyo.github.com/rails-sh/
MIT License
113 stars 7 forks source link

compound rake tasks only run the first task #4

Open djsun opened 13 years ago

djsun commented 13 years ago

For example:

$ rails-sh
rails> rake db:drop db:seed

Only runs the db:drop.

It would be really helpful to support the compound rake syntax.

jugyo commented 13 years ago

I see. It would probably be supported.