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 | |
|---|---|---|---|
| |
.autotest | Wed Apr 30 21:31:44 -0700 2008 | |
| |
.gitignore | Sun Apr 27 16:13:33 -0700 2008 | |
| |
README.markdown | Sun Apr 27 18:36:56 -0700 2008 | |
| |
Rakefile | Sun Apr 27 14:47:24 -0700 2008 | |
| |
app/ | Sun Apr 27 17:42:39 -0700 2008 | |
| |
config/ | Sun Apr 27 15:56:40 -0700 2008 | |
| |
db/ | Sun Apr 27 16:13:33 -0700 2008 | |
| |
public/ | Sun Apr 27 17:42:39 -0700 2008 | |
| |
script/ | Sun Apr 27 15:48:57 -0700 2008 | |
| |
spec/ | Wed Apr 30 21:08:31 -0700 2008 | |
| |
stories/ | Sun Apr 27 15:48:57 -0700 2008 | |
| |
vendor/ | Sun Apr 27 18:32:37 -0700 2008 |
README.markdown
Kick-start your new Rails project with this blank-slate application
git clone --origin kickstart git://github.com/mislav/kickstart-rails.git project_name
Example of what you could to after that:
cd project_name
script/generate sexy_scaffold user name:string email:string last_login:datetime
rake db:migrate
script/server
Then visit localhost:3000/users.
Preconfigured for:
- Rails 2.1
- HTML4 Strict
- RSpec
- Haml
- make_resourceful
Useful stuff:
- CSS reset in Sass
- application layout in Haml
- few application view helpers
- sexy_scaffold generator (RSpec + Haml + make_resourceful)
TODO:
- Simple JavaScript helpers in application.js
- Paperclip for attachments?
- spec'd out user authentication








