README.markdown in mbleigh-twitter-auth-0.1.1 vs README.markdown in mbleigh-twitter-auth-0.1.3
- old
+ new
@@ -4,9 +4,11 @@
TwitterAuth aims to provide a complete authentication and API access solution for creating Twitter applications in Rails. It provides a generator and all of the necessary components to use Twitter as the sole authentication provider for an application using either Twitter's OAuth or HTTP Basic authentication strategies.
Installation
============
+**NOTE:** The GemPlugin version of TwitterAuth is currently broken...Rails isn't picking up namespaced models in the Engines. I'm working on a fix, but please use the plugin version until then.
+
You can include TwitterAuth as a gem in your project like so:
config.gem 'mbleigh-twitter-auth', :source => 'http://gems.github.com'
Or you can install it as a traditional Rails plugin: