No commit activity in last 3 years
No release in over 3 years
Integrates Cappuccino framework into Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Capuccino-Rails

Provides integrating Cappuccino Framework into Rails

Usage

First add the gem to your Gemfile:

gem 'cappuccino-rails'

and run bundle install

To include Cappuccino application add the folowing code to your application.js:

//= require cappuccino
//= require Frameworks/Objective-J/Objective-J

to application.css:

*= require cappuccino

and render the application container in your view:

<%= render 'cappuccino/container' %>

Then open the required path and enjoy the result. To override the default files just add ones with the same names to your javascript folder

Contributing

Of course the gem is not perfect yet. So feel free to open pull request if needed

Credits