Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 522 Bytes

README

Movie Review

Simple Ruby on Rails app - contains photos and short descriptions, so it helps to organize Movies To Watch.
Written in order to train following topics:
  • uploading posts (only for sign-in users)
  • adding abiliy to comment posts (also for sign-in users)
  • limitation for non sign-in users (as mentioned above)
  • adding 5-star rating using jquery plugin
Some of gems I used:
  • paperclip
  • devise
  • simple-form