daniel2IT / Ruby-on-Rails-Blog

Here I made a Ruby on Rails own Blog project, using a powerful, open source object-relational database system - PostgreSQL.

Repository from Github https://github.comdaniel2IT/Ruby-on-Rails-BlogRepository from Github https://github.comdaniel2IT/Ruby-on-Rails-Blog

Created Ruby on Rails project

Requirements DONE:

  • Project must have practical value, like e-shop, blog, forum and etc. ( Blog ) ✅
  • Database system is used (PostgreSQL) ✅
  • Users, registration/login - Guest (not logged in), simple user, user with administrator permissions; ( Authentication with bcrypt ) ✅
  • Project must comply with RuboCop requirements ( In Progress ) ✅
  • Project logically uses ActiveRecord Associations (Comments -> belongs_to :post) ✅
  • Project logically uses ActiveRecord Validations (post.rb module -> validates :title, presence: true, length: {minimum:5} ) ✅
  • Project uses any front-end design (for example: W3CSS, Botstrap, Zurb Foundation and etc.) ->> ( W3CSS, Botstrap ) ✅
  • Project must run successfully without any errors ✅

To Desktop -> cd /mnt/c/Users/----/Desktop/Ruby-on-Rails-Blog-master

About

Here I made a Ruby on Rails own Blog project, using a powerful, open source object-relational database system - PostgreSQL.

License:GNU General Public License v3.0


Languages

Language:Ruby 64.3%Language:HTML 27.7%Language:JavaScript 5.3%Language:SCSS 1.7%Language:CSS 1.0%