stympy / openid-rails-kit

Starter Rails application with OpenID login and account creation

This URL has Read+Write access

stympy (author)
Sat Feb 28 21:02:52 -0800 2009
commit  6f763e033292fa49bc3e18d4b200371ecea32f0d
tree    51262b364d80198784654908d96ba741f1404646
parent  2bb751db313caff20a1ab776356e0ed6d262dc80
openid-rails-kit / .braids
100644 30 lines (29 sloc) 0.823 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
vendor/plugins/rspec:
  local_branch: braid/git/vendor/plugins/rspec/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/dchelimsky/rspec.git
vendor/plugins/auto_migrations:
  local_branch: braid/git/vendor/plugins/auto-migrations/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/pjhyett/auto_migrations.git
vendor/plugins/rspec_rails:
  local_branch: braid/git/vendor/plugins/rspec-rails/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/dchelimsky/rspec-rails.git
vendor/plugins/open_id_authentication:
  local_branch: braid/git/vendor/plugins/open-id-authentication/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/josh/open_id_authentication.git