0.0
No commit activity in last 3 years
No release in over 3 years
A self contained version of the Fingertips Rails template
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

# 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