https://github.com/amiel/rails-templates
Rails template scripts used at carnesmedia
https://github.com/amiel/rails-templates
Last synced: 9 months ago
JSON representation
Rails template scripts used at carnesmedia
- Host: GitHub
- URL: https://github.com/amiel/rails-templates
- Owner: amiel
- Created: 2009-10-13T17:24:05.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-15T00:25:38.000Z (about 16 years ago)
- Last Synced: 2024-10-03T12:33:09.436Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Rails Templates
NOTE: this is unfinished. Not all options are thoroughly tested.
== INFO
So far, I'm still working on the "base" template, which contains:
* jquery (not the gem, just jquery)
* lesscss and more
* will_paginate
* cucumber
* shoulda
* factory_girl
* mocha
and will ask you if you want:
* your option of reset.css, sens.css, or 960gs (for less, with 12, 16, or 24 grid base options)
* a form builder (formtastic)
* paperclip
* sprockets and sprockets-rails (my version of sprockets-rails http://github.com/amiel/sprockets-rails)
* hoptoad_notifier
* authlogic and authlogic_generator
* spreadhead
== TO INSTALL
Add this function, courtesy of Ryan Bates, to your bash profile.
function cmapp {
appname=$1
shift
rails $appname -m http://github.com/amiel/rails-templates/raw/master/carnes_media.rb $@
}
== USAGE
TODO: explain these things
* title
* body_class
* js_var
* more...
== TODO
* instructions at end of template
* other handy jquery plugins (Boxy? )
* write more info on features in this doc
* more for heroku
* heroku capistrano tasks and asset packing for deploy (http://casperfabricius.com/site/2009/09/20/manage-and-rollback-heroku-deployments-capistrano-style/)
** concept is in Capfile and compiled_assets.rake, need to cleanup, etc