What is the purpose of the ‘uglifier’ gem?
When our app is pushed to production, it automatically removes all the comments & white spaces in the CSS and Javascript files.
What is the purpose of the ‘pundit’ gem?
To provide user role management.
What is the purpose of the ‘devise’ gem?
To provide user authentication.
What is the purpose of the ‘thin’ gem?
So that our app can use ‘Thin’ as the webserver in production (As opposed to the default Web brick).
What is the purpose of the ‘figaro’ gem?
To secure our app by keeping credentials out of Git.