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 | Wed Oct 28 12:56:20 -0700 2009 | |
| |
README.rdoc | Thu Oct 29 00:42:47 -0700 2009 | |
| |
Rakefile | Mon Oct 26 13:57:59 -0700 2009 | |
| |
VERSION | Mon Nov 02 12:29:55 -0800 2009 | |
| |
bin/ | Mon Oct 26 13:57:59 -0700 2009 | |
| |
fingerrails.gemspec | Mon Nov 02 12:29:55 -0800 2009 | |
| |
fingertips.rb | Wed Oct 28 12:56:20 -0700 2009 | |
| |
templates/ | Thu Oct 29 11:48:17 -0700 2009 |
README.rdoc
# Fingertips Rails Templates
Hey there! If you develop Rails applications just like us you might find this Ruby on Rails template useful. It pulls Rails 2.3 stable and the following gems:
- Authorization-San – Simple role-based authentication
- Authentication-Needed-San – Redirects unauthenticated users around
- Peiji-San – Pagination based on named scopes
- Risosu-San – Nested resource extensions for ActionController
- Validates Email-San – Email validation for ActiveRecord
- Generator-San – Lean Rails generator
- On-Test-Spec – test-spec extensions to make Rails testing easier
You can use Fingerrails in two ways, as bleeding edge:
$ rails <app_name> -m http://github.com/Fingertips/rails-template/raw/master/fingertips.rb
or, if you work offline, with a gem:
$ gem install fingerrails --source http://gemcutter.org $ fingerrails <app_name>
We love feedback and patches, please leave them in the GitHub issue tracker.
http://github.com/Fingertips/rails-template/issues







