Skip to content

piotr-galas/blog-ruby

Repository files navigation

Blog application

Instalation

To install projet please follow standart rails way:

    1. clone
    1. install dependencies: bundle install
    1. run migration rake db:migration
    1. run seed rake db:seed
    1. run server rails s

What is inside

Application is the simple blog inspired on tutorials.jumpstartlab.com/projects/blogger.html. It is created as sample app to apply new job. There are a few new features which are not included in tutorial Currently i use this project a base workin app that allow me to test miscellaneous gems and approaches

Features:

Features coverd by tutorial:

  • Article, Comment, Tag - crud and relation
  • Simple authorization without relation

New added features:

About

demo app in rails4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published