basgren / railways

A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
MIT License
46 stars 18 forks source link

Use Spring for calling rake #15

Closed andrey-skat closed 9 years ago

andrey-skat commented 9 years ago

Please, add option to call rake with Spring (bin/rake)

basgren commented 9 years ago

Thanks you for the suggestion! I'll take a look at it.

On 23.01.2015 15:56, Andrey Skat wrote:

Please, add option to call rake with Spring (|bin/rake|)

— Reply to this email directly or view it on GitHub https://github.com/basgren/railways/issues/15.

basgren commented 9 years ago

Hi @andrey-skat . I traced the process of requesting rake routes and I'm pretty sure that RubyMine API runs bin/rake every time you refresh routes if rake file is present inside your project bin directory. At least RubyMine 7 API does this.