PHCNetworks/multi-tenancy-devise

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/assets/stylesheets/mtdevise/application.scss
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/layouts/mtdevise/accounts.html.erb
app/views/layouts/mtdevise/accountsindex.html.erb
app/views/layouts/mtdevise/application.html.erb
app/views/layouts/mtdevise/dashboard.html.erb
app/views/layouts/mtdevise/signin.html.erb
app/views/layouts/mtdevise/signup.html.erb
app/views/layouts/mtdevise/useredit.html.erb
app/views/layouts/mtdevise/welcome.html.erb
app/views/mtdevise/account/dashboard/index.html.erb
app/views/mtdevise/account/sessions/new.html.erb
app/views/mtdevise/account/users/_form.html.erb
app/views/mtdevise/account/users/new.html.erb
app/views/mtdevise/accounts/index.html.erb
app/views/mtdevise/accounts/new.html.erb
app/views/mtdevise/dashboard/index.html.erb
app/views/mtdevise/welcome/index.html.erb
app/views/shared/_flash.html.erb
app/views/shared/_header.html.erb
app/views/shared/_validation.html.erb
bin/rails
lib/tasks/mtdevise_tasks.rake
lib/templates/erb/scaffold/_form.html.erb
mtdevise.gemspec
app/assets/config/mtdevise_manifest.js0
app/assets/javascripts/mtdevise/application.js0
app/controllers/mtdevise/account/dashboard_controller.rb9
app/controllers/mtdevise/account/users_controller.rb22
app/controllers/mtdevise/accounts_controller.rb45
A
35 mins
app/controllers/mtdevise/application_controller.rb42
app/controllers/mtdevise/dashboard_controller.rb9
app/controllers/mtdevise/welcome_controller.rb10