Conversation
|
@robwise can you review my comments and changes, since I'm changing some code you wrote. Review status: 0 of 7 files reviewed at latest revision, 4 unresolved discussions. lib/react_on_rails/prerender_error.rb, line 12 at r3 (raw file):
ruby 2.1 fix rakelib/release.rake, line 73 at r3 (raw file):
Update master to set new version in spec/dummy rakelib/run_rspec.rake, line 52 at r3 (raw file):
this is the key fix that was needed for codeship since we're not running coveralls on codeship. spec/dummy/spec/simplecov_helper.rb, line 5 at r3 (raw file):
the check for == "true" can be removed seems OK, however to leave it Comments from Reviewable |
|
Reviewed 1 of 3 files at r1, 2 of 4 files at r2. lib/react_on_rails/prerender_error.rb, line 12 at r3 (raw file): Previously, justin808 (Justin Gordon) wrote…
rubocop is getting mad because you're using lib/react_on_rails/prerender_error.rb, line 21 at r3 (raw file):
same comment as above lib/react_on_rails/prerender_error.rb, line 29 at r3 (raw file):
same comment as above Comments from Reviewable |
|
FYI -- on why strip_heredoc doesn't work for interpolated: rubocop/rubocop#4465 Review status: 3 of 7 files reviewed at latest revision, 6 unresolved discussions. Comments from Reviewable |
Fixing #870
This change is