<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,9 @@ This creates an OAuth Provider controller as well as the requisite models.
 
 It requires an authentication framework such as acts_as_authenticated, restful_authentication or restful_open_id_authentication.
 
+If you generated the migration file (true by default), make sure you run
+rake db:migrate
+
 You need to add the following routes to your config/routes.rb file:
 
 map.oauth '/oauth',:controller=&gt;'oauth',:action=&gt;'index'
@@ -17,3 +20,4 @@ include the following in your user.rb
 has_many :client_applications
 has_many :tokens, :class_name=&gt;&quot;OauthToken&quot;,:order=&gt;&quot;authorized_at desc&quot;,:include=&gt;[:client_application]
 
+</diff>
      <filename>generators/oauth_provider/USAGE</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,2 @@
-puts IO.read(File.join(File.dirname(__FILE__), 'README'))
\ No newline at end of file
+#should we do any text formatting?
+puts IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
\ No newline at end of file</diff>
      <filename>install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8471803a1b5c21c6d02c47e2bc6f6851967bfb1c</id>
    </parent>
  </parents>
  <author>
    <name>Adam Greene</name>
    <email>adam@6bar8.com</email>
  </author>
  <url>http://github.com/pelle/oauth-plugin/commit/d38c12a6a6d22444103b1276cfbd4339fd26425b</url>
  <id>d38c12a6a6d22444103b1276cfbd4339fd26425b</id>
  <committed-date>2009-02-09T11:15:33-08:00</committed-date>
  <authored-date>2008-10-07T08:11:13-07:00</authored-date>
  <message>updating usage docs to make sure we mention to do a migration, plus make sure the install.rb script works</message>
  <tree>3f2efab5bc2ab3d9c0a7d74eef7855a2164fdab2</tree>
  <committer>
    <name>Pelle Braendgaard</name>
    <email>pelleb@gmail.com</email>
  </committer>
</commit>
