I can't seem to find certain files .. e.g. files for validation (i'm aware we can override this anyway). Where is the devise controller located etc?
Would appreciate some advice on this.
Thanks
I can't seem to find certain files .. e.g. files for validation (i'm aware we can override this anyway). Where is the devise controller located etc?
Would appreciate some advice on this.
Thanks
Yes, devise is compatible with rails 3.1.
The controllers are located here.
The locale files are located here.
Devise being an engine, you don't need to have the controllers, locales and views (and even assets if there were some) in your application, they can remain in the gem.
Devise being very modular though, you can override the default controllers to add your own actions. See How To : change the default sign in and sign out methods.