# solargraph-rails-init A simple script to configure Solargraph to work with Rails that 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: ```ruby 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).