anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

RubyMine can't find Rails system gem. #60

Closed Zerophase closed 7 years ago

Zerophase commented 7 years ago

I have to go ahead and install Rails for the current user in order for RubyMine to find the gem for autocompletion. All Rails has is the documentation file, but without it RubyMine doesn't believe it is installed. Is it possible to include the README.md file for Rails?

anatol commented 7 years ago

It should be possible to do using include config option. It is kinda ugly to include this file but is RubyMine wants then well, let's do. Could you please to send a PR (and please add explanation why the readme file is needed)?

Zerophase commented 7 years ago

Sent the PR.