Open Heimdell opened 12 years ago
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
Did you install willfilter and mounted it ?
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.
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