Skip to content

melaniehall/basic_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic Rails Blog


Purpose

This is a learning project and live coding exercise, as part of Nashville Software School (NSS). Usage

This is a standard rails app. To run the tests, use rake. To run the app, use rails s

Features

  1. Anonymous user can post an article
  2. Blog visitors should be able to view articles
  3. Blog visitors view paginated article list
  4. Articles are posted by logged in users (e.g. authors)
  5. Authors can edit and delete articles.
  6. People should be able to comment on articles
  7. People should be able to reply to comments
  8. Authors can moderate comments on their posts.
  9. Authors can upload media
  10. Authors can use media in their posts

ToDo/Project State

All of the above

Changelog

2013-05-29: Started Project

Author

Melanie Hall

License

The MIT License (MIT)

Copyright (c) 2013 Melanie Hall

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

RoR live coding exercise as part of Nashville Software School.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors