README.markdown in ismasan-sluggable_finder-2.0.3 vs README.markdown in ismasan-sluggable_finder-2.0.4
- old
+ new
@@ -101,9 +101,17 @@
If you wan to unpack the gem to you app's "vendor" directory:
rake gems:unpack
+## TODO:
+
+*Refactor. It works but I hate the code.
+
+*Avoid including in ALL models. At the moment we need to extend associations for all models. Not sure how to only extend associations for models that use the plugin.
+
+*Better testing for scoped collections. @user.posts.find 'blah' should only look in posts for @user without needing to add :scope
+
## LICENSE:
(The MIT License)
Copyright (c) 2008 Ismael Celis
\ No newline at end of file