From 513d5f9f0b9cc5b87dacc00d12fca09a982ac1fe Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 8 Mar 2011 20:39:50 -0300 Subject: [PATCH] Remove info and todo about 1.8.7 compatibility, and add changelog --- CHANGELOG.rdoc | 3 +++ README.rdoc | 4 ---- TODO.rdoc | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.rdoc diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc new file mode 100644 index 0000000..c4c938a --- /dev/null +++ b/CHANGELOG.rdoc @@ -0,0 +1,3 @@ +== master + +* Basic localization for numeric, date and time attributes diff --git a/README.rdoc b/README.rdoc index c4ee7b9..b077901 100644 --- a/README.rdoc +++ b/README.rdoc @@ -10,10 +10,6 @@ Almost all projects I've been working so far required some sort of input using d I've already used the delocalize gem in some of these projects, and validates_timeliness parser in others, and both work pretty well actually. But I think it might work a bit different than delocalize, and mainly, I wanted to learn more about I18n and ActiveRecord internals. -=== Compatibility: Important! - -Right now I18nAlchemy only works with Ruby 1.9. Compatibility with Ruby 1.8.7 is planned on our TODO, meanwhile you are free to help us getting it up and running. - == Usage I18nAlchemy is pretty straigthforward to use, you just need to include it in your ActiveRecord model. Lets say we are working with a Product model: diff --git a/TODO.rdoc b/TODO.rdoc index 1ff2efc..3b7d60f 100644 --- a/TODO.rdoc +++ b/TODO.rdoc @@ -1,6 +1,5 @@ == I18n Alchemy TODO -* Test / changes to work on Ruby 1.8.7 * Add ability to pass in :only and :except attributes to the localized call * Allow localization of methods (not db columns) * Improve type check for date/time parsers