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

https://github.com/mateusmaso/html-rails

HTML template adapter for the Rails asset pipeline
https://github.com/mateusmaso/html-rails

html rails ruby

Last synced: 3 months ago
JSON representation

HTML template adapter for the Rails asset pipeline

Awesome Lists containing this project

README

          

html-rails
==========

### Server side

```ruby
gem html-rails
```

### Extension supported

```
template.html
```

### Client side

```javascript
var html = HTMLTemplates["path/to/your/template"]()
```