stevedowney/ucb_rails

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rvmrc
.travis.yml
.yardopts
Gemfile
Gemfile.lock
Guardfile
MIT-LICENSE
README.md
Rakefile
TODO.md
app/assets/images/ucb_rails/glyphicons_002_dog.png
app/assets/images/ucb_rails/glyphicons_006_user_add.png
app/views/ucb_rails/admin/configuration/index.html.haml
app/views/ucb_rails/admin/email_test/index.html.haml
app/views/ucb_rails/admin/users/_form.html.haml
app/views/ucb_rails/admin/users/_user.html.haml
app/views/ucb_rails/admin/users/edit.html.haml
app/views/ucb_rails/admin/users/index.html.haml
app/views/ucb_rails/home/logged_in.html.haml
app/views/ucb_rails/home/not_logged_in.html.haml
app/views/ucb_rails/lps/_form.html.haml
app/views/ucb_rails/lps/_modal.html.haml
app/views/ucb_rails/lps/_results.html.haml
app/views/ucb_rails/lps/search.js.haml
lib/generators/ucb_rails/templates/README
lib/generators/ucb_rails/templates/app/assets/stylesheets/application.css
lib/generators/ucb_rails/templates/app/assets/stylesheets/bootstrap_and_overrides.css.scss
lib/generators/ucb_rails/templates/app/assets/stylesheets/ucb_rails.css.scss
lib/generators/ucb_rails/templates/app/views/layouts/_developer.html.haml
lib/generators/ucb_rails/templates/app/views/layouts/_footer.html.haml
lib/generators/ucb_rails/templates/app/views/layouts/_navigation.html.haml
lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
lib/generators/ucb_rails/templates/config/config.yml.example
lib/generators/ucb_rails/templates/config/locales/simple_form.en.yml
lib/generators/ucb_rails/templates/lib/templates/haml/scaffold/_form.html.haml
lib/tasks/ucb_rails_tasks.rake
ucb_rails.gemspec
lib/generators/ucb_rails/templates/app/assets/javascripts/application.js0
lib/generators/ucb_rails/templates/app/assets/javascripts/ucb_rails/lps.js49
lib/generators/ucb_rails/templates/app/assets/javascripts/ucb_rails/lps_typeahead.js44
lib/generators/ucb_rails/templates/app/assets/javascripts/ucb_rails/typeahead.js3
lib/generators/ucb_rails/templates/app/assets/javascripts/ucb_rails/users_datatable.js24
app/controllers/ucb_rails/admin/base_controller.rb3
app/controllers/ucb_rails/admin/configuration_controller.rb4
app/controllers/ucb_rails/admin/email_test_controller.rb15
app/controllers/ucb_rails/admin/force_exception_controller.rb5
app/controllers/ucb_rails/admin/users_controller.rb54
app/controllers/ucb_rails/bootstrap_controller.rb28
A
35 mins