Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)