/alpha_blog

First app from Udemy course

Primary LanguageRuby

Alpha Blog

This is the repository for the first alpha-blog app of the Complete Ruby on Rails Developer Course, which can be found at Udemy.com. It's completely experimental and for the sole purpose of my learning Ruby on Rails. The production application is deployed to Heroku at https://alpha-blog-kwbarrett.herokuapp.com/.

Dependencies

  1. Rails 5.1+
  2. Ruby 2.4.1
  3. gem bootstrap-sass 3.4.1
  4. gem jquery-rails
  5. gem bcrypt 3.1.7
  6. gem will_paginate 3.1.5
  7. gem bootstrap_will_paginate 1.0
  8. gem rails-controller-testing 1.0
  9. gem sqlite3 1.3.7
  10. gem pg

Database

  • SQLite for development
  • PostgreSQL for production