Home - acltc/job-hunter GitHub Wiki

This is a Rails 5.1 app that was created with Vue by running rails new myapp --webpack=vue.

Dependencies

  1. Devise. There was a bug with Devise and Rails 5.1 at when I installed Devise, so I had to point the gem to devise master: gem 'devise', git: 'https://github.com/plataformatec/devise.git', branch: 'master'
  2. Materialize CSS is used for the front-end framework/styling.
  1. JQuery Validation for client-side validation