Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README with Spring config #382

Merged
merged 2 commits into from
Apr 18, 2015
Merged

update README with Spring config #382

merged 2 commits into from
Apr 18, 2015

Conversation

onebree
Copy link
Contributor

@onebree onebree commented Apr 2, 2015

I hope the way I phrased everything is okay. As mentioned in issue #381 I set two configurations to false in my environment files. Such settings were also recommended by Rails. And although Spring preloads your environment, I find that still disabling eager_load helps Spring cooperate with SimpleCov

ALSO I know the contributing doc says to write tests for any changes, but since this is just the README, I do not think it is necessary. I can provide my own stats if needed (running my own suite).

DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to
`config.serve_static_files` to clarify its role (it merely enables serving everything in the
`public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be
removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in
<top (required)> at /var/www/rails/hosted-fork/hpbxgui/config/environments/development.rb:15)

config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:

  * development - set it to false
  * test - set it to false (unless you use a tool that preloads your test environment)
  * production - set it to true

@sferik
Copy link
Collaborator

sferik commented Apr 18, 2015

Thanks for this update!

sferik added a commit that referenced this pull request Apr 18, 2015
update README with Spring config
@sferik sferik merged commit 9121635 into simplecov-ruby:master Apr 18, 2015
@onebree onebree deleted the spring-readme branch April 20, 2015 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants