Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Ractive template adapter for the Rails asset pipeline

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"]
```