-
Notifications
You must be signed in to change notification settings - Fork 76
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
Advanced filter: uninitialized constant Wf #14
Comments
Seems like WF is now WillFilter. Its working with |
Same issue with me. Its not working for me with Rails 3.1.3. Is there anything else you did? |
Its working for me on Rails 3.2.3 with this setup:
|
Still not working for me with above setup can you post your Gemfile settings as well. |
Added my gemfile settings to previous comment. The base setup is like in readme:
|
Ok thanks, I think its breaking because of some other gem. I created it I am getting below error. RuntimeError in Will_filter/filter#index Showing /usr/share/ruby-rvm/gems/ruby-1.9.2-p290@wgs_rails3/gems/will_filter-3.1.6/app/views/will_filter/filter/_conditions_header.html.erb Called id for nil, which would mistakenly be 4 -- if you really wanted the Extracted source (around line #2): 1: 2: <%= hidden_field_tag(:wf_id, wf_filter.id) %> 3: <%= hidden_field_tag(:wf_type, wf_filter.class.name) %> 4: <%= hidden_field_tag(:wf_dirty, "false") %> 5: <%= hidden_field_tag(:wf_submitted, "false") %> On Tue, Apr 17, 2012 at 5:56 PM, Tony Marschall <
Bhushan Ahire |
@bhushangahire: Did you ever figure anything out? I have recently come across an error almost identical to the one described. |
I dont remember right now. But I think some other gem is causing this issue. I also created my fork with some dynamic changes and I am using same. |
I try to use will_filter with a custom filter (like in will_filter_example) but get error "uninitialized constant Wf".
My setup:
Like described in readme i have setup will_filter in my Gemfile. Seems like will_filter_example will_filter is setup as plugin. Are there more setup steps necessary?
Sorry for spamming your issue queue...
The text was updated successfully, but these errors were encountered: