RubyGems.org

I18nFloat

1.0.1

Allow french like format for ActiveModel Float / Decimal attributes. \ User inputs like "1 200,54" will be nicely saved as 1200.54 in your database. \ Standard format is still usable.

installgem install I18nFloat
Authors

Nicolas Cavigneaux

1,416 total downloads 746 for this version
Owners

855c677aca7319a44da19fb583b9f320

Gemfile
gem "I18nFloat", "~> 1.0.1"
Versions
  1. 1.0.1 September 17, 2011
  2. 1.0.0 September 15, 2011
Runtime Dependencies
  1. rails ~> 3.1.0
Development Dependencies
  1. sqlite3 >= 0