public
Description:
Homepage:
Clone URL: git://github.com/Fingertips/rails-template.git
name age message
file .gitignore Wed Oct 28 12:56:20 -0700 2009 Bump version to 0.1.0 and update gemspec. [Manfred]
file README.rdoc Thu Oct 29 00:42:47 -0700 2009 Ok, let's try a list for the gems in the README. [Manfred]
file Rakefile Mon Oct 26 13:57:59 -0700 2009 Added code needed to build a fingerrails gem ou... [alloy]
file VERSION Mon Nov 02 12:29:55 -0800 2009 Version bump to 0.1.2 [alloy]
directory bin/ Mon Oct 26 13:57:59 -0700 2009 Added code needed to build a fingerrails gem ou... [alloy]
file fingerrails.gemspec Mon Nov 02 12:29:55 -0800 2009 Version bump to 0.1.2 [alloy]
file fingertips.rb Wed Oct 28 12:56:20 -0700 2009 Bump version to 0.1.0 and update gemspec. [Manfred]
directory templates/ Thu Oct 29 11:48:17 -0700 2009 Fix some bugs in the authentication. - Don't u... [Manfred]
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