stephancom/quiply-rails

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.env.example
.gitignore
.rspec
.rubocop.yml
.simplecov
.travis.yml
Gemfile
Gemfile.lock
Guardfile
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/cable.js4
A
0 mins
app/assets/javascripts/cohorts.coffee
app/assets/javascripts/orders.coffee
app/assets/javascripts/users.coffee
app/assets/stylesheets/1st_load_framework.css.scss
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/cohorts.scss
app/assets/stylesheets/orders.scss
app/assets/stylesheets/users.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb3
A
0 mins
app/controllers/cohorts_controller.rb14
A
0 mins
app/controllers/orders_controller.rb48
A
0 mins
app/controllers/users_controller.rb48
A
0 mins
app/helpers/application_helper.rb5
A
0 mins
app/helpers/cohorts_helper.rb5
A
0 mins
app/helpers/orders_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/order.rb18
A
0 mins
app/models/user.rb4
A
0 mins
app/views/cohorts/show.html.slim
app/views/layouts/_messages.html.slim
app/views/layouts/_navigation.html.slim
app/views/layouts/_navigation_links.slim
app/views/layouts/application.html.slim
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/orders/_form.html.slim
app/views/orders/_order.json.jbuilder
app/views/orders/edit.html.slim
app/views/orders/index.html.slim
app/views/orders/index.json.jbuilder