Sha256: 8ba64556e6180296c785e0a1f4ba07416bc7669abd08d41ea6677949ec3df162
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# solargraph-rails-init A simple script that configures Solargraph to work with Rails. It acts as a shortcut to the following commands: ```bash gem install solargraph solargraph download-core yard gems solargraph bundle curl -s https://gist.githubusercontent.com/cmer/024991c85c4de01dab17632b2dc7f064/raw > .solargraph.yml curl -s https://gist.githubusercontent.com/castwide/28b349566a223dfb439a337aea29713e/raw > config/definitions.rb ``` ## Installation Run the following commands in your Rails app root directory: ```bash gem install solargraph-rails-init solargraph-rails-init ``` Run `solargraph-rails-init` again if you install new gems or change your Ruby version. ## Inspiration This was inspired by [Setting up Solargraph for VSCode](https://www.youtube.com/watch?v=mkLDPpDSWng). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/cmer/solargraph-rails-init. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solargraph-rails-init-0.1.1 | README.md |