RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.

Home Page:http://railsapps.github.io/rails-stripe-membership-saas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntax error, unexpected ')'

malditojavi opened this issue · comments

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?