/ractive_assets

Ractive template adapter for Sprockets

Primary LanguageRubyMIT LicenseMIT

ractive-rails

Server side

gem ractive-rails

Add the javascript to your HTML page:

 javascript_include_tag "......?"

Where you can choose either:

  • ractive -- this contains no support for older browsers and lets you generate ractive templates in the browser
  • ractive.runtime -- this contains no support for older browsers and does not let you generate templates browser-side
  • ractive-legacy -- this contains support for older browsers and lets you generate ractive templates in the browser
  • ractive-legacy.runtime -- this contains support for older browsers and does not let you generate templates browser-side

Include the view templates in the asset pipeline:

 //= require_tree ./views

Extensions supported

template.rac
template.ractive

Client side

var template = RactiveTemplates["path/to/your/template"]