cypher / git-ruby-syntax-check

Checks the syntax of all changed ruby files is valid before allowing a commit
MIT License
70 stars 16 forks source link

Rails 3 erubis-related improvements #4

Closed benzado closed 12 years ago

benzado commented 12 years ago
  1. Fixes a bug (your patch would fail if rbx wasn't installed).
  2. Code refactoring.
  3. Removes the skip-erb-files option.
  4. Adds a simple test script.
  5. Fixes another bug (bundle exec erubis fails if there is no project Gemfile).
cypher commented 12 years ago

I'll test this out over the next few days, and then I'll merge it into master. Thanks!