From 220e85726c1d0fe0fcdeba23f58f1f13588a6732 Mon Sep 17 00:00:00 2001 From: Robin B Date: Sat, 30 Jul 2016 22:11:32 +0200 Subject: [PATCH] Update readme --- .idea/awesome_hstore_translate.iml | 12 ++++++------ README.md | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.idea/awesome_hstore_translate.iml b/.idea/awesome_hstore_translate.iml index b3cef74..6caf008 100644 --- a/.idea/awesome_hstore_translate.iml +++ b/.idea/awesome_hstore_translate.iml @@ -38,7 +38,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -117,7 +117,7 @@ - + diff --git a/README.md b/README.md index 783f85b..0448f30 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ This gem uses PostgreSQLs hstore datatype and ActiveRecord models to translate m - [x] `v0.1.0` Language specific accessors - [x] `v0.2.0` Awesome Hstore Translate as drop in replace for [`hstore_translate`](https://github.com/Leadformance/hstore_translate) - `with_[attr]_translation(str)` is not supported - - [x] `v0.2.0` Support record selection via ActiveRecord (e. g. `where`, `find_by`) - - maybe it's a bad idea to implement this + - [x] `v0.2.0` Support record selection via ActiveRecord (e. g. `where`, `find_by`, ..) - [ ] `backlog` Support `friendly_id` (see `friendly_id-awesome_hstore` gem) ## Requirements