/RailsBlog

A simple blogging app created using Ruby on Rails

Primary LanguageRuby

A simple blog created using Ruby on Rails

This simple web application allows you to Create, Read, Update and Destroy articles
It is a working version of the Ruby on Rails: Getting Started tutorial.

The web app has basic security measures so create, update and destroy operations require authentication.
The username and password are set in the ArticlesController, found in app/controllers/articles_controller.rb.

See blogCreationGuide.md for steps to create the blog, paraphrased from Ruby on Rails: Getting Started.