We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installation and integration as mentioned here (http://wiki.tr8n.org/slides/assets/fallback/index.html) I receive error from running rake test:
rake test
~/.rvm/gems/ruby-1.9.3-p194/gems/tr8n-3.2.3/app/models/tr8n/base_filter.rb:45:in `<top (required)>': uninitialized constant WillFilter::Filter (NameError)
full message is located here: http://pastebin.com/1EtijjtE
Edit: I use activesupport and rails of version 3.2.8
The text was updated successfully, but these errors were encountered:
Did you install willfilter and mounted it ?
Sorry, something went wrong.
You can checkout entire projects with different versions of the gem and run them: https://github.com/tr8n
Let me know if you are still having issues.
No branches or pull requests
After installation and integration as mentioned here (http://wiki.tr8n.org/slides/assets/fallback/index.html) I receive error from running
rake test
:~/.rvm/gems/ruby-1.9.3-p194/gems/tr8n-3.2.3/app/models/tr8n/base_filter.rb:45:in `<top (required)>': uninitialized constant WillFilter::Filter (NameError)
full message is located here: http://pastebin.com/1EtijjtE
Edit: I use activesupport and rails of version 3.2.8
The text was updated successfully, but these errors were encountered: