nomethoderror Questions

1

Solved

My App works without any problem locally, but as soon as I push it to Heroku the logs show a NoMethodError. Looking through my code, I do not really see what I am missing right away. Especially, wh...
Parlay asked 10/5, 2012 at 5:16

4

Solved

Using: Rails 3.1.1 I am trying to create a search engine in my application that browses a large database (apprx 100 000 items) for string matches. I am using the following: fp = FeededProduct.wh...
Phiona asked 29/2, 2012 at 15:10

1

Solved

I am sending a post request to my API which works fine, it creates a new record. However, after the record is created i get this error in the server log NoMethodError (undefined method `device_url...
Kutzenco asked 16/3, 2012 at 22:37

2

Solved

I'm trying to call a function in an action script using the ExternalInterface.addCallback API, but I can't seem to get it to work. Here's what I have: ActionScript: //MyClass.as package { impo...

4

Solved

I have a module like this: module Prober def probe_invoke(type, data = {}) p = Probe.new({:probe_type => type.to_s, :data => data.to_json, :probe_status => 0, :retries => 0}) p.sav...
Redingote asked 1/6, 2011 at 7:18

© 2022 - 2024 — McMap. All rights reserved.