This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tog_user /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 23 12:34:46 -0800 2009 | |
| |
CHANGELOG.md | Sun Dec 06 03:10:43 -0800 2009 | |
| |
MIT-LICENSE | Tue Aug 26 08:11:01 -0700 2008 | |
| |
README.markdown | Thu Oct 16 13:21:18 -0700 2008 | |
| |
Rakefile | Wed Jan 28 09:17:56 -0800 2009 | |
| |
app/ | Sun Dec 06 03:23:13 -0800 2009 | |
| |
config/ | Wed Oct 21 06:41:28 -0700 2009 | |
| |
db/ | Thu Aug 21 04:20:52 -0700 2008 | |
| |
init.rb | Wed Oct 21 06:41:28 -0700 2009 | |
| |
lib/ | Wed Oct 21 06:41:28 -0700 2009 | |
| |
locale/ | Sun Dec 06 03:10:43 -0800 2009 | |
| |
shoulda_macros/ | Tue Nov 11 08:30:50 -0800 2008 | |
| |
test/ | Wed Oct 28 03:18:39 -0700 2009 |
README.markdown
Tog User
Tog user management
Included functionality
- Login, logout and signup processes
- Password reminder
- Activation process
- recaptcha support
- User login or email as key
- Administration interface
Resources
Plugin requirements
- https://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_state_machine
Install
If you used the command togify to install tog, then you already have tog_user installed.
If not, install it like any other plugin:
- Install plugin form source:
ruby script/plugin install git@github.com:tog/tog_user.git
- Generate installation migration:
ruby script/generate migration install_tog_user
with the following content:
class InstallTogUser < ActiveRecord::Migration
def self.up
migrate_plugin "tog_user", 1
end
def self.down
migrate_plugin "tog_user", 0
end
end
- Add tog_social's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_user'
- And finally...
rake db:migrate
More
http://github.com/tog/tog_social
http://github.com/tog/tog_social/wikis
Copyright (c) 2008 Keras Software Development, released under the MIT license







