max-power / iban

This repository moved to max-power/bank
https://github.com/max-power/bank
MIT License
6 stars 3 forks source link

Is it compatible with Rails4? #3

Closed davidrv closed 10 years ago

davidrv commented 10 years ago

I can't deploy it to Heroku. I'm getting an "Unknown validator: 'IbanValidator'" error during deploy.

Thanks

AlexandreBernard commented 10 years ago

same for me on my own server using nginx / passenger

max-power commented 10 years ago

it's working with rails 4 for me. just make sure it's after any ORM in your Gemfile. That's because it will only load the validator if the active model can be found. nevertheless, i moved all development to the max-power/bank gem.

davidrv commented 10 years ago

Ok, max-power/bank is working. "iban gem" it's working in development too, but I can't deploy it to heroku. I'm using bank gem now so it's solved.

Thanks

max-power commented 10 years ago

sweet.