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 (
strappy /
| name | age | message | |
|---|---|---|---|
| |
README.textile | Thu Feb 12 14:43:31 -0800 2009 | |
| |
app/ | Mon Feb 09 15:29:01 -0800 2009 | |
| |
base.rb | Fri Feb 13 10:11:36 -0800 2009 | |
| |
config/ | Tue Feb 10 15:19:35 -0800 2009 | |
| |
db/ | Sun Feb 08 13:33:03 -0800 2009 | |
| |
gitignore | Wed Feb 04 14:28:42 -0800 2009 | |
| |
lib/ | Sun Feb 08 10:35:49 -0800 2009 | |
| |
public/ | Sun Feb 08 13:32:25 -0800 2009 | |
| |
spec/ | Mon Feb 09 15:29:01 -0800 2009 |
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







