Skip to content

haleystorm/rails-sample-app

Repository files navigation

Ruby on Rails Sample Application

This application demonstrates that I, for the most part, possess the ability to follow a simple tutorial (Getting Started with Rails).

Tutorial includes

  • Adding routes
  • Generating a controller
  • Writing CRUD methods in Controllers
  • Using partials to clean up duplication in views
  • Creating Models (Articles and Comments)
  • Running Migrations
  • Model relationships
  • Adding links
  • Adding some validation
  • Basic Authentication (Differs slightly from tutorial. Instead of having user and password hard coded into the controller I read them from credentials.yml)

Main branch is automatically deployed to Heroku. Check it out here. Requires log-in for some features.

  • Ruby version 2.7.2
  • Rails version 6.1.3

About

My implementation of the Getting Started with Rails app (Rails 5)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published