RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

syntax error, unexpected ')' #104

Closed malditojavi closed 9 years ago

malditojavi commented 10 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)

folivi commented 10 years ago

hi @malditojavi have you found how to solve it?

tmock12 commented 10 years ago

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?