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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 25 19:41:17 -0800 2008 | [grempe] |
| |
.gitmodules | Tue May 27 14:47:26 -0700 2008 | [lawrencepit] |
| |
README | Thu May 22 15:35:04 -0700 2008 | [lawrencepit] |
| |
Rakefile | Mon Feb 25 16:13:23 -0800 2008 | [grempe] |
| |
app/ | Mon Feb 25 19:30:37 -0800 2008 | [grempe] |
| |
config/ | Mon May 12 05:23:27 -0700 2008 | [mrflip] |
| |
db/ | Tue Feb 26 14:00:44 -0800 2008 | [grempe] |
| |
doc/ | Mon Feb 25 16:13:23 -0800 2008 | [grempe] |
| |
lib/ | Mon May 12 05:23:27 -0700 2008 | [mrflip] |
| |
log/ | Mon May 12 05:23:27 -0700 2008 | [mrflip] |
| |
public/ | Mon Feb 25 16:13:23 -0800 2008 | [grempe] |
| |
script/ | Mon Feb 25 16:13:23 -0800 2008 | [grempe] |
| |
test/ | Tue May 27 20:19:33 -0700 2008 | [lawrencepit] |
| |
tmp/ | Mon May 12 05:23:27 -0700 2008 | [mrflip] |
| |
vendor/ | Wed May 28 19:13:52 -0700 2008 | [lawrencepit] |
README
== Authorization Test Application This is a test application (and new application scaffold) for the Authorization plugin with Object Roles table support. The Authorization plugin is described in vendors/plugins/authorization/README (or check nicely formatted HTML docs in that plugin directory /doc). Prerequisites: - Ruby on Rails v 2.0.2 or higher - The Ruby Sqlite3 gem is installed and functional. You can use MySQL for the tests but will need to manually create the databases needed and add them to 'config/database.yml' yourself. Running the Tests: - Make sure you have the correct authorization plugin: - git submodule init - git submodule update - Make sure /config/database.yml has the correct settings for your DB (Default Sqlite3). - Run the migration using "rake db:migrate" or reset the DB with "rake db:migrate:reset" - Run 'rake test' from the root of the test application. Optional manual tests: - Start an instance of the mongrel webserver by running './script/server' - Surf to http://localhost:3000 and try out the sample application. Things to look at: * The integration tests in /test/integration. Enter "rake test:integration" to run them. * The migration scripts in /db/migrate. * Notice how you can mix hardwired roles in your code with database roles. http://www.writertopia.com/developers




