Top "Nomethoderror" questions

A Ruby exception that is raised when a method is called on an object which doesn't respond to that method.

object Object has no method

Right having a crazy issue here. Cant really paste the code so this is more a theory question I've got …

jquery nomethoderror
Rails + CarrierWave: NoMethodError: undefined method `name' for nil:NilClass

I am using CarrierWave with Rails 3.1. I am getting the following error message when I submit the form (trying to …

ruby-on-rails carrierwave nomethoderror
NoMethodError: undefined method `match?' for "Ruby":String

I'm trying to check whether input from user matches RegEx [a-zA-z] so I've checked the docs for proper method. I …

ruby regex match nomethoderror code-documentation
'NoMethodError: undefined method' in Ruby on Rails Model

I am creating a system that recurring payments each month so I am creating a new payment requirement using the …

ruby-on-rails methods model nomethoderror whenever
Rails 4: undefined method `relation_delegate_class' for Model:Class

I am trying to follow this coderwall tutorial about Creating a Scoped Invitation System for Rails. In my Rails 4 app, …

ruby-on-rails ruby-on-rails-4 activerecord model-view-controller nomethoderror
NoMethodError in Devise::SessionsController#create undefined method `current_sign_in_at'

I am getting the following error when I try to sign in in my rails app. I used devise for …

ruby-on-rails devise nomethoderror
NoMethodError (undefined method `permit' for #<Array:0x007f51c020bd18>

I am getting this error and using Rails 5. NoMethodError (undefined method permit' for #<Array:0x007f51cf4dc948> …

ruby-on-rails-5 nomethoderror
JSON Parser -java.lang.NoSuchFieldError: defaultReader

I am using a JSON parser to extract the value and I am using the following jar json-path-2.1.0, and I …

json nomethoderror jsonpath
Undefined method build in rails 4 has_many association

I have the following set up in rails: Document has_many Sections Section belongs_to Document The Section form is …

ruby-on-rails nomethoderror