drapergeek/campmaster

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
Guardfile
Procfile
README.md
Rakefile
app/assets/stylesheets/_screen.scss
app/assets/stylesheets/application.css.scss
app/views/application/_flashes.html.erb
app/views/application/_javascript.html.erb
app/views/devise/invitations/edit.html.erb
app/views/devise/invitations/new.html.erb
app/views/devise/mailer/invitation_instructions.html.erb
app/views/layouts/_navigation.html.erb
app/views/layouts/_user_navigation.html.erb
app/views/layouts/application.html.erb
app/views/pages/home.html.erb
app/views/receipts/index.html.erb
app/views/receipts/new.html.erb
app/views/receipts/show.html.erb
app/views/users/index.html.erb
config.ru
doc/README_FOR_APP
lib/tasks/dev.rake
lib/tasks/setup.rake
lib/templates/erb/scaffold/_form.html.erb
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/assets/javascripts/application.js0
app/assets/javascripts/prefilled_input.js50
A
1 hr
app/controllers/application_controller.rb4
app/controllers/receipts_controller.rb33
app/controllers/users/invitations_controller.rb18
app/controllers/users_controller.rb9
app/helpers/application_helper.rb2
app/models/receipt.rb7
app/models/user.rb6
app/validators/email_validator.rb7
lib/state.rb57
A
2 hrs
lib/travis_deployer.rb16