Changeset 275

Show
Ignore:
Timestamp:
03/11/08 21:11:44 (7 months ago)
Author:
gdagley
Message:

add ruby-openid gems via frozen gems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incubator/jumpstart/db/migrate/001_create_users.rb

    r271 r275  
    77      t.string    :remember_token 
    88      t.datetime  :remember_token_expires_at 
     9      t.string    :identity_url 
    910      t.timestamps 
    1011    end 
  • incubator/jumpstart/db/schema.rb

    r271 r275  
    1818    t.string   "remember_token" 
    1919    t.datetime "remember_token_expires_at" 
     20    t.string   "identity_url" 
    2021    t.datetime "created_at" 
    2122    t.datetime "updated_at" 
  • incubator/jumpstart/vendor/plugins

    • Property svn:externals changed from
      acts_as_authentable http://acts-as-authentable.googlecode.com/svn/trunk/acts_as_authentable
      test_spec_on_rails http://svn.techno-weenie.net/projects/plugins/test_spec_on_rails
      fixture_replacement2 http://thmadb.com/public_svn/plugins/fixture_replacement2
      seo_helper http://opensource.thinkrelevance.com/svn/incubator/seo_helper
      to
      acts_as_authentable http://acts-as-authentable.googlecode.com/svn/trunk/acts_as_authentable
      test_spec_on_rails http://svn.techno-weenie.net/projects/plugins/test_spec_on_rails
      fixture_replacement2 http://thmadb.com/public_svn/plugins/fixture_replacement2
      seo_helper http://opensource.thinkrelevance.com/svn/incubator/seo_helper
      tarantula http://opensource.thinkrelevance.com/svn/rubygems/tarantula/trunk