Sha256: a75c09d4dd5a61c923cd320d495790ccb6b8dbb6db8bef6a60f60dc74957dbd1

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# 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).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solargraph-rails-init-0.1.0 README.md