public
Description: Bootstrap a Rails 2.3 app with user authentication (Authlogic, Clearance, restful_authentication)
Homepage:
Clone URL: git://github.com/pixels-and-bits/strappy.git
name age message
file README.textile Thu Feb 12 14:43:31 -0800 2009 update readme [UnderpantsGnome]
directory app/ Mon Feb 09 15:29:01 -0800 2009 add in the Authlogic MVC code and some specs [UnderpantsGnome]
file base.rb Fri Feb 13 10:11:36 -0800 2009 fix the accidental deletion of jrails.js [UnderpantsGnome]
directory config/ Tue Feb 10 15:19:35 -0800 2009 fix gem versions [UnderpantsGnome]
directory db/ Sun Feb 08 13:33:03 -0800 2009 initial cut at Suthlogic template [UnderpantsGnome]
file gitignore Wed Feb 04 14:28:42 -0800 2009 initial commit [UnderpantsGnome]
directory lib/ Sun Feb 08 10:35:49 -0800 2009 moved files into a rails structure, makes it a ... [UnderpantsGnome]
directory public/ Sun Feb 08 13:32:25 -0800 2009 bring in the default error message styling [UnderpantsGnome]
directory spec/ Mon Feb 09 15:29:01 -0800 2009 add in the Authlogic MVC code and some specs [UnderpantsGnome]
README.textile

Strappy – Authlogic

Bootstrap a Rails 2.3 app with a template using Authlogic

The original template that uses restful_authentication

What does this thing have in it

  • Haml 2.1
  • Haml views
  • Sass stylesheets
  • jQuery 1.3
  • jQueryUI 1.5
  • Blackbird for UI debugging
  • CC.rb rake task
  • Capistrano with Staging and Production environments
  • A defualt ‘home’ controller in place of index.html
  • A ready to go Authlogic setup for login with password resets
  • A strappy rake task to install commonly used plugins (lifted from Bort)

Admittedly this thing kind of steps out side of the box in what I believe they
intended application templates to do by bringing in controllers and specs.

gems

  • GemTools to manage gems and versions
  • SiteConfig to manage the app congiguration
  • RSpec for testing
  • Rcov to help make sure you are testing
  • WillPaginate for pagination
  • Authlogic to handle authentication
  • ExposeModel to tidy up your controllers and views

plugins

  • jRails to handle jQuery

Usage

rails -m http://github.com/pixels-and-bits/strappy/raw/authlogic/base.rb app_name