erickuhn19 / rails_blogger_engine

A simple rails blogging engine

Home Page:https://rubygems.org/gems/rails_blogger_engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version

RailsBloggerEngine

This project rocks and uses MIT-LICENSE.

Add this line to your gem file

gem 'rails_blogger_engine' , '1.0.0' 

Run this command on the command line

bundle install

Add ths line in your routes file

mount RailsBloggerEngine::Engine, at: '/blog'  

Run this line in your command line

rake rails_blogger_engine:install:migrations

Run this line in your command line

rake db:migrate

Contributing

Fork it https://github.com/erickuhn19/rails_blogger_engine Create your feature branch

git checkout -b my-new-feature

Commit your changes

git commit -am 'Add some feature'

Push to the branch

git push origin my-new-feature

Create new Pull Request

About

A simple rails blogging engine

https://rubygems.org/gems/rails_blogger_engine

License:MIT License


Languages

Language:Ruby 69.5%Language:HTML 19.5%Language:CSS 7.0%Language:JavaScript 4.1%