You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irb(main):046:0> Pageviews.results(@Profile, :filters => {:page_path.contains => '/'})
NoMethodError: undefined method contains' for :page_path:Symbol from (irb):46 from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/console.rb:45:instart'
from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/console.rb:8:in start' from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:40:in<top (required)>'
from script/rails:6:in require' from script/rails:6:in
'
This just stopped working in a new release I was getting ready to deploy. I've tried tracing back through updates and can't find any solution.
Running Ruby 1.9.2
Rails 3.1.3
Any ideas? Anyone started seeing this recently? Issue shows up locally, on EY staging, and another developer's machine
The text was updated successfully, but these errors were encountered:
irb(main):046:0> Pageviews.results(@Profile, :filters => {:page_path.contains => '/'})
'NoMethodError: undefined method
contains' for :page_path:Symbol from (irb):46 from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/console.rb:45:in
start'from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/console.rb:8:in
start' from /data/clickfusion/shared/bundled_gems/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:40:in
<top (required)>'from script/rails:6:in
require' from script/rails:6:in
This just stopped working in a new release I was getting ready to deploy. I've tried tracing back through updates and can't find any solution.
Running Ruby 1.9.2
Rails 3.1.3
Any ideas? Anyone started seeing this recently? Issue shows up locally, on EY staging, and another developer's machine
The text was updated successfully, but these errors were encountered: