ansh0809
ansh0809

Reputation: 143

Multiple currencies in Rails

I want to be able to support multiple (3 for now) currencies on my website. I am a beginner and have doubts on how to do this . I have searched a bit and I have a list of questions. Following are my requirements.

Please suggest which one is better to go for (for an ecommerce website). Also , are there any good tutorials on how to implement them.

Thanks in advance !

Upvotes: 4

Views: 1256

Answers (1)

ThreeFingerMark
ThreeFingerMark

Reputation: 989

I would use the money gem for everything with money and the geocoder gem for the IP -> Geo Lookup.

http://railscasts.com/episodes/273-geocoder

The money gem is very self explaining.

Upvotes: 0

Related Questions