Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 572 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 572 Bytes

##Blogger http://derailed-blogger.herokuapp.com Ruby/Rails App to add posts with a title, author and body. Edit and delete posts that are yours. Comment on posts when logged in.

Ruby version 2.2 Rails 4.2.1

##Project Setup

  1. rake db:create
  2. rake db:migrate
  3. rails s
  4. go to localhost:3000 in web browser

##Tests No integration tests yet. tests for ruby methods can be run using the rspec gem

gem install rspec rspec

##Motivation

To practice Rails- RESTful routes and asset pipeline.

##License

MIT License. Copyright 2015. Created by Carli Martinez