Yoomee / ym-posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTES:

  1. May need to include jquery.ui.autocomplete styles in app, e.g. in application.css:

*= require jquery.ui.autocomplete
  1. Init the comments form in document ready, e.g. in application.js.coffee:

YmComments.Form.init({submitOnEnter: true})
  1. Don’t forget to also call the ym_tags install if neccessary, e.g. in terminal:

    $ rails g ym_tags:install

About

License:MIT License


Languages

Language:Ruby 67.9%Language:HTML 20.1%Language:CSS 7.0%Language:CoffeeScript 4.0%Language:JavaScript 1.0%