Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Created April 10, 2018 08:54
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mehdi-farsi/39c289094e0acf7d15a9f7601892f3b4 to your computer and use it in GitHub Desktop.
using Ruby options in Rails

The RUBY_OPTS env variable allows you to pass some options at a Ruby level

?> RUBY_OPTS=-w0 bin/rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment