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
- Host: GitHub
- URL: https://github.com/mateusmaso/html-rails
- Owner: mateusmaso
- License: mit
- Created: 2013-07-21T02:32:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T02:03:00.000Z (about 12 years ago)
- Last Synced: 2024-10-06T04:22:53.088Z (over 1 year ago)
- Topics: html, rails, ruby
- Language: Ruby
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"]()
```