Jrakesh/rails4-devise-pundit-bootstrap

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/roles.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/framework_and_overrides.css.scss
app/assets/stylesheets/roles.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/controllers/application_controller.rb10
A
0 mins
app/controllers/home_controller.rb5
A
0 mins
app/controllers/registrations_controller.rb7
A
0 mins
app/controllers/roles_controller.rb57
A
0 mins
app/controllers/users_controller.rb33
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/roles_helper.rb2
A
0 mins
app/models/role.rb4
A
0 mins
app/models/user.rb8
A
0 mins
app/policies/application_policy.rb34
A
0 mins
app/policies/role_policy.rb5
A
0 mins
app/policies/user_policy.rb2
A
0 mins
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/home/index.html.erb
app/views/layouts/_messages.html.erb
app/views/layouts/_navigation.html.erb
app/views/layouts/application.html.erb
app/views/roles/_form.html.erb
app/views/roles/edit.html.erb
app/views/roles/index.html.erb
app/views/roles/index.json.jbuilder
app/views/roles/new.html.erb
app/views/roles/show.html.erb
app/views/roles/show.json.jbuilder
app/views/users/_user.html.erb
app/views/users/index.html.erb
app/views/users/show.html.erb
bin/bundle
bin/rails
bin/rake
config.ru
lib/templates/haml/scaffold/_form.html.haml
log/development.log
public/404.html
public/422.html
public/500.html
public/favicon.ico