In order to customize devise views I must access the devise folder which is unconviniently located at
D:/Ruby192/lib/ruby/gems/1.9.1/gems/devise-1.5.2/app/views/devise/registrations/new.html.erb
I’d like the devise customization to be included in git and to take it where ever I take the code to (different pc, download from github etc)
How do I install devise to be in the app folder and not in the gems folder (which is specific for each computer I use)
If not possible, how should I work with it?
From the Device github page: