We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mysql
mariadb
bin/setup_db.sh
bundle install
#dev#
github_token: #dev#
config/secrets.yml
development
<%= ENV["GITHUB_TOKEN"] %>
github_token: <%= ENV["GITHUB_TOKEN"] %>
test
git update-index --assume-unchanged config/secrets.yml
config.repositories = ...
config/application.rb
bundle exec rspec
bundle exec rake db:reset
bundle exec rails server