Skip to content

hatavan/rails_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-work - Rails Blog

Rails Blog is a Ruby on Rails blog application.

Submitted by: Ha Ta

Time spent: 15 hours spent in total

URL: https://afternoon-fortress-89721.herokuapp.com

User Stories

The following is a list of required features of the application you'll build for our Pre-work.

  • Users can create, edit, and delete Articles from the database using their Rails application.
  • User can create a new Article, formatted using the Markdown language.
  • User can see how long ago the Article was created.
  • There is one Article that introduces the App Creator with name & picture.
  • User see a search form on the Articles page.
  • When the User attempts to delete an Article there is an alert modal which asks the User to confirm deletion of that specific Article.
  • User can submit a search term to find Articles with titles or body containing search terms.
  • User can create, edit, and delete comments on an Article.
  • User can navigate the application with a responsive navbar. http://v4-alpha.getbootstrap.com/examples/navbar/.
  • User can Sign Up, Log In, & Sign Out of our application using the Devise gem.
  • The navbar will be responsive as well as smart, showing the user logical options related to authentication.
  • Only users that are logged in can create Articles.
  • Users can only edit & delete their own Articles.
  • User can only edit & delete their own comments.

The following optional features are implemented:

  • User can see who created the Article.
  • User can see how many views an Article has.
  • User can see who created the Comment.
  • User can add "tags" to a Article, and filter Articles by tag.

The following additional features are implemented:

  • List anything else that you can get done to improve the app functionality!

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors