https://github.com/mateusmaso/ractive-rails
Ractive template adapter for the Rails asset pipeline
https://github.com/mateusmaso/ractive-rails
ractivejs rails ruby
Last synced: about 1 year ago
JSON representation
Ractive template adapter for the Rails asset pipeline
- Host: GitHub
- URL: https://github.com/mateusmaso/ractive-rails
- Owner: mateusmaso
- License: mit
- Created: 2013-07-26T03:46:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T03:46:39.000Z (about 11 years ago)
- Last Synced: 2025-04-27T11:42:53.691Z (about 1 year ago)
- Topics: ractivejs, rails, ruby
- Language: Ruby
- Homepage:
- Size: 563 KB
- Stars: 11
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ractive-rails
=============
### Server side
```ruby
gem ractive-rails
```
### Extensions supported
```
template.rac
template.ractive
```
### Client side
```javascript
var template = RactiveTemplates["path/to/your/template"]
```