Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleander/benrangel
A Rails v3 application skeleton
https://github.com/oleander/benrangel
Last synced: about 2 months ago
JSON representation
A Rails v3 application skeleton
- Host: GitHub
- URL: https://github.com/oleander/benrangel
- Owner: oleander
- Created: 2011-01-06T21:51:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-30T12:14:55.000Z (over 13 years ago)
- Last Synced: 2023-04-10T09:38:33.769Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://github.com/oleander/Benrangel
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
What is Benrangel?
==================
Benrangel is a Rails v3 application skeleton, pre-filled with gems and common functionality used throughout many of my projects. It is not an application template (although I wish it would become one).Assets
------
HAML, SASS, Compass and CoffeeScript are all included. They are served from `app/stylesheets` and `app/coffeescripts` respectively. In development they are compiled on-the-fly on every request.For prodution they are automatically compiled and then bundled using Jammit when using `vlad:deploy`. Assets are shared with previous deployments, exploiting client cache to only redownload if the files have changed.
Includes
-------
* [HAML scaffolding generator](https://github.com/mbleigh/haml-rails)
* [rails.js for jQuery](https://github.com/rails/jquery-ujs/raw/master/src/rails.js)
* [simple_form](https://github.com/plataformatec/simple_form)
* [Head.js](http://headjs.com/)
* [Web App Theme](https://github.com/pilu/web-app-theme)