blogify_ennder

blogify_ennder

Projet de Formation Weblog : Gem / Plugin Rails de test pour ajouter un blog à une application

BlogifyEnnder

Test Plugin to get a simple Blog feature in your application.

Usage

Go to posts with this path : /posts

Installation

Add this line to your application's Gemfile:

gem 'blogify_ennder'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blogify_ennder

To get channels support, add the jquery to your app assets, Just before require_tree in app/assets/javascripts/application.js, like this: TODO fix jquery require

//= require jquery
//= require jquery_ujs
//= require blogify_ennder/channels/comments
//= require_tree .

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.