You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
I was using this on Rails3 and it worked just fine.
After install this gem for Rails4, and provide config/initializer/paypal.rb, we had this error:
/config/initializers/paypal.rb:3:in <top (required)>': uninitialized constant Paypal (NameError) from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:648:inblock in load_config_initializer'
from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-4.1.0/lib/active_support/notifications.rb:161:in instrument' from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:647:inload_config_initializer'
The text was updated successfully, but these errors were encountered:
I was using this on Rails3 and it worked just fine.
After install this gem for Rails4, and provide config/initializer/paypal.rb, we had this error:
/config/initializers/paypal.rb:3:in <top (required)>': uninitialized constant Paypal (NameError)
from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:648:inblock in load_config_initializer'
from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-4.1.0/lib/active_support/notifications.rb:161:in instrument'
from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:647:inload_config_initializer'
—
Reply to this email directly or view it on GitHub.
Thank you fnando for great gem.
I was using this on Rails3 and it worked just fine.
After install this gem for Rails4, and provide config/initializer/paypal.rb, we had this error:
/config/initializers/paypal.rb:3:in
<top (required)>': uninitialized constant Paypal (NameError) from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:648:in
block in load_config_initializer'from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-4.1.0/lib/active_support/notifications.rb:161:in
instrument' from /Users/danbrown/.rvm/gems/ruby-1.9.3-p448/gems/railties-4.1.0/lib/rails/engine.rb:647:in
load_config_initializer'The text was updated successfully, but these errors were encountered: