vladfaust / hanami-jbuilder

Support for rendering Jbuilder templates in Tilt in Hanami

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hanami-jbuilder

Adds support for rendering Jbuilder templates using Tilt, fixed for Hanami

Installation

Add this line to your application's Gemfile:

gem 'tilt-jbuilder', github: 'vladfaust/hanami-jbuilder'

And then execute:

$ bundle

Usage

  1. require 'tilt/jbuilder' somewhere
  2. Remove rendering layout or it will override your *.json.jbuilder files!
module Api
  class Application < Hanami::Application
    configure do
      # The layout to be used by all views
      # layout :application # COMMENT IT
  1. Just add *.json.jbuilder files in templates directory and it'll work

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

Sticksnleaves

tilt-jbuilder is maintained and funded by Sticksnleaves

About

Support for rendering Jbuilder templates in Tilt in Hanami

License:MIT License


Languages

Language:Ruby 100.0%