Search code examples
ruby-on-railsrubyruby-on-rails-3rubygemsruby-on-rails-plugins

Is Devise fully compatible with ruby on rails 3.1? It seems to be working but several files are missing


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


Solution

  • Devise is an engine, so you're going to find the actual files in the path reported by the command

    gem which devise
    

    On my system is

    /Users/fabio/.rvm/gems/ruby-1.9.2-p180/gems/devise-1.4.2/lib/devise