Closed malditojavi closed 9 years ago
http://localhost:3000/users/sign_up is returning that issue
More info about what's on the screen: actionview (4.1.1) lib/action_view/template.rb unless source.valid_encoding? raise WrongEncodingError.new(@source, Encoding.default_internal) end mod.module_eval(source, identifier, 0) ObjectSpace.define_finalizer(self, Finalizer[method_name, mod]) rescue => e # errors from template code if logger = (view && view.logger) logger.debug "ERROR: compiling #{method_name} RAISED #{e}" logger.debug "Function body: #{source}"
And it's highlighted this mod.module_eval(source, identifier, 0)
hi @malditojavi have you found how to solve it?
Can you post more of your log? I'm not seeing anything on http://localhost:3000/users/sign_up. Have you edited the code at all and missed a param?
http://localhost:3000/users/sign_up is returning that issue
More info about what's on the screen: actionview (4.1.1) lib/action_view/template.rb unless source.valid_encoding? raise WrongEncodingError.new(@source, Encoding.default_internal) end mod.module_eval(source, identifier, 0) ObjectSpace.define_finalizer(self, Finalizer[method_name, mod]) rescue => e # errors from template code if logger = (view && view.logger) logger.debug "ERROR: compiling #{method_name} RAISED #{e}" logger.debug "Function body: #{source}"
And it's highlighted this mod.module_eval(source, identifier, 0)