brentd / xray-rails

☠️ A development tool that reveals your UI's bones
MIT License
1.22k stars 79 forks source link

Support .xrayconfig for each rails app. #21

Closed hSATAC closed 11 years ago

hSATAC commented 11 years ago

Currently only ~/.xrayconfig for all projects. If we could put .xrayconfig into each rails app that would be perfect.

For example I use tmux and I'd love to set :editor: "/usr/local/bin/tmux send -t rails_app:editor $'\e' :tabe $file ENTER" as my editor. And I have to modify this file whenever I switch project.

Any1 want this feature as well?

brentd commented 11 years ago

I think this is a reasonable feature to add, and shouldn't be too difficult. Would be happy to review a PR for this.

Otherwise maybe I'll take this on next time I'm working on xray.