Skip to content

A Ruby on Rails application allowing users to publish their thoughts.

Notifications You must be signed in to change notification settings

nellesantiago/blog-app

Repository files navigation

A Ruby on Rails application allowing users to publish their thoughts.
  • Used scaffold to auto generate a set of model, views, and controller for entries table and create a full CRUD web interface.
  • Sorted the entries using Rails order method so users can see the recent entry at the top of the page.
  • Displayed the number of entries the user has made by applying the Rails count method.
  • Implemented system tests to simulate user interaction by using Devise test helpers.
  • Installed Devise gem so users can log in and sign up using email and password.

Home Page

Log In Page

Sign Up Page

Entries Page

Create New Entry Page

Sources:

About

A Ruby on Rails application allowing users to publish their thoughts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published