Smt_rails

screenshot of Smt_rails

Shared mustache templates for rails 3.

Overview:

SmtRailsShared is a gem that provides mustache templates for Rails 3 and 4 and Sprockets 2 and 3. It allows users to easily add mustache templates to their Rails applications and renders them in both server-side and client-side code.

Features:

  • Rails and Sprockets Compatibility: SmtRailsShared is compatible with Rails 3 and 4 versions, as well as Sprockets 2 and 3.
  • Easy Installation: Users can add SmtRailsShared to their application's Gemfile and install it with a simple command.
  • Mustache Templates: The gem provides a structure for organizing mustache templates in the "templates" folder of the Rails app.
  • Rendering in Views: Mustache templates can be rendered directly in views using a simple syntax.
  • Rendering in JavaScript: Mustache templates can also be rendered in JavaScript for client-side rendering.

Summary:

SmtRailsShared is a gem that provides mustache templates for Rails applications. It is compatible with Rails 3 and 4, as well as Sprockets 2 and 3. The gem allows for easy installation and provides features to render mustache templates in both server-side and client-side code. With SmtRailsShared, developers can quickly and efficiently incorporate mustache templates into their Rails projects.