https://github.com/thefrontside/jquery-entwine-rails
Use entwine inside a Rails 3.1 application
https://github.com/thefrontside/jquery-entwine-rails
Last synced: 8 days ago
JSON representation
Use entwine inside a Rails 3.1 application
- Host: GitHub
- URL: https://github.com/thefrontside/jquery-entwine-rails
- Owner: thefrontside
- Created: 2011-11-02T14:06:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-02T14:10:22.000Z (over 14 years ago)
- Last Synced: 2025-08-02T19:44:56.554Z (11 months ago)
- Language: Ruby
- Homepage: github.com/thefrontside/jquery-entwine-rails
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Use Entwine in your Rails 3.1 application
in `Gemfile`
group :assets do
...
gem 'jquery-entwine-rails'
end
in `application.js`
//= require jquery.entwine
martini time.