.-. .-. ( `-._________.-' ) >= _______ = ( ,-'` `'-, ) `-' `-'
Skeletal Rails App for Rails 3.1
There is an Attachment-Controller/Model/Views as an example of how to use everything in practice.
Just globally find+remove all "Attachment" files and references, or you may like having some ready-baked attachment handling!
- ruby-1.9.2-p290
- rails 3.1.0+ (gem)
- devise (gem)
- will_paginate (gem)
- formtastic (gem)
- paperclip (gem)
- blueprintr (gem)
- jQuery 1.6
- jquery-ui 1.8.12
- jqgrid 4
- colorbox 1.3.15
- in one terminal session type "spork cuc"
- in another terminal session type "cucumber"
- now using guard so simply type "guard"
- mkdir <app_name>
- cd <app_name>
- git init
- touch README.md
- git add README.md
- git commit -m 'first commit'
- git remote add origin git@github.com:<username>/<app_name>.git
- git push origin master
Database starts off with Sqlite3 db (this is for development, iirc!)
- type "bundle" for gems
- rake db:setup (loads seed 'admin' account with password 'pass')
Turn this puppy into a templated meta-skeleton.