Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require 'money/rails' doesn't work in Rails 2.3.8 #4

Closed
JESii opened this issue Aug 31, 2010 · 3 comments
Closed

require 'money/rails' doesn't work in Rails 2.3.8 #4

JESii opened this issue Aug 31, 2010 · 3 comments

Comments

@JESii
Copy link

JESii commented Aug 31, 2010

It gives the error:
"no such file to load -- money/rails"

Instead, I used:
config.gem "money", lib => "money/rails"
in my environment .rb file

@a-chernykh
Copy link

Getting the same error in Rails 3.0.1. Solutions?

@a-chernykh
Copy link

Never mind, my problem was related with incorrect version of gem I have installed. Try to point to the correct git repo:

gem 'money', :git => 'https://github.com/collectiveidea/money.git', :require => 'money/rails'

@asheren
Copy link

asheren commented Apr 3, 2017

Hi there! We're doing some open source maintenance work and closing old issues. If this issue is still applicable or you would still like it to be addressed, please re-open the issue by April 17, 2017. Thanks!

@asheren asheren closed this as completed Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants