Skip to content

charly/backbonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbonify

A generator for Backbone in Rails >= 3.1. The Language is javascript (no coffee) and the template engine is (only) handlebars wrapped in haml! However this generator takes advantage of hooks (brought by yehuda in rails 3) so it is easy to add other template engines and so on...

Warning

This is not a general purpose generator. I made it to fit my needs, specially with Views which heavily rely on backbone.grid. My plan is to make a more generic version later, or gladly accept a pull request that adds one ;-). Regarding templates I'm using handlebars, but it's fairly easy to add another one and use hooks to make the hole thing extremely modular.

Install with Rails 3.1

In your Gemfile :

gem "backbonify"

Usage

In your console :

rails g backbonify:install
rails g backbonify:scaffold Model field:type field:type

More Usage

backbonify:scaffold hooks on those (sub) generators. You can also cherry pick them!

rails g backbonify:model Model field:type ...
rails g backbonify:router Model
rails g backbonify:view Model
rails g backbonify:template Model field:type ...

What it Looks like (with styling)

Performances

Dependencies for haml and handlebars

Include them in your Gemfile

gem 'handlebars_assets'
gem 'haml_assets', :git => "http://github.com/infbio/haml_assets"
gem 'haml', :git => 'http://github.com/infbio/haml', :branch => 'form_for_fix'

TODO

specs ! & examples.

Thanks to

Originally I wanted to fork backbone-rails to add javascript version (instead of coffeescript only). But it was too far a part.

License

This project rocks and uses MIT-LICENSE.

About

backbone generator for rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published