Skip to content

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

License

Notifications You must be signed in to change notification settings

daniel2IT/Ruby-on-Rails-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published