Takehome task
Things you may want to cover:
-
Ruby version: 2.6.2
-
Rails version: 5.2.3
Clone the repository, and perform standard rails things like
- clone the github repository
- bundle install
- rails db:migrate
I am using devise, so prior to accessing localhost:3000 the user will be forced to sign up. After that all created posts will be associated with the current user
For filtering I am using jQuery dataTable plugin. All the requisite code is in