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 (
commit dc90e62128e50ef8937f2800a10efc4f0a857e98
tree 10a95e8544a9902589b37862c549a2fb9848d8f3
parent ff658ecd7314284002c775b31c17d4405662f6ef
tree 10a95e8544a9902589b37862c549a2fb9848d8f3
parent ff658ecd7314284002c775b31c17d4405662f6ef
| name | age | message | |
|---|---|---|---|
| |
.autotest | Wed Apr 30 21:08:16 -0700 2008 | [mislav] |
| |
.gitignore | Sun Apr 27 16:13:33 -0700 2008 | [mislav] |
| |
README.markdown | Sun Apr 27 18:36:56 -0700 2008 | [mislav] |
| |
Rakefile | Sun Apr 27 14:47:24 -0700 2008 | [mislav] |
| |
app/ | Sun Apr 27 17:42:39 -0700 2008 | [mislav] |
| |
config/ | Sun Apr 27 15:56:40 -0700 2008 | [mislav] |
| |
db/ | Sun Apr 27 16:13:33 -0700 2008 | [mislav] |
| |
public/ | Sun Apr 27 17:42:39 -0700 2008 | [mislav] |
| |
script/ | Sun Apr 27 15:48:57 -0700 2008 | [mislav] |
| |
spec/ | Wed Apr 30 21:08:31 -0700 2008 | [mislav] |
| |
stories/ | Sun Apr 27 15:48:57 -0700 2008 | [mislav] |
| |
vendor/ | Sun Apr 27 18:32:37 -0700 2008 | [mislav] |
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
- sexyscaffold generator (RSpec + Haml + makeresourceful)
TODO:
- Simple JavaScript helpers in application.js
- Paperclip for attachments?
- spec'd out user authentication




