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/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/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
app/views/orders/new.html.slim
app/views/orders/show.html.slim
app/views/orders/show.json.jbuilder
app/views/users/_form.html.slim
app/views/users/_user.json.jbuilder
app/views/users/edit.html.slim
app/views/users/index.html.slim
app/views/users/index.json.jbuilder
app/views/users/new.html.slim
app/views/users/show.html.slim
app/views/users/show.json.jbuilder
bin/bundle
bin/rails
bin/rake
bin/rspec
bin/setup
bin/spring
bin/update