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

Automatically update whenever routes.rb is changed. #14

Closed digerata closed 9 years ago

digerata commented 9 years ago

Not sure if the JetBrains API allows it, but it would be so great to have railways update in the background whenever the routes file is changed.

basgren commented 9 years ago

Thank you for the idea! I will think about the best way to implement this.

digerata commented 9 years ago

You know, I wish I could help. I started to dig around and realized I'm just not familiar enough with JetBrains development to offer a pull request... Sorry. Glad to see you are actively developing this!

basgren commented 9 years ago

No problem and thank you for you support) I'm glad that someone else uses it) And you help even when you suggest a feature or post a bug report.

basgren commented 9 years ago

Finally I released this :) Currently, the feature is experimental, so if you want to use autoupdate, please enable it in Railways settings. If you find any bugs, please feel free to report.

digerata commented 9 years ago

That's awesome! Trying it out now, thanks!