Skip to content

Commit

Permalink
Remove info and todo about 1.8.7 compatibility, and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Mar 8, 2011
1 parent 52f99e1 commit 513d5f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -0,0 +1,3 @@
== master

* Basic localization for numeric, date and time attributes
4 changes: 0 additions & 4 deletions README.rdoc
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion 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
Expand Down

0 comments on commit 513d5f9

Please sign in to comment.