nullsix/tinder

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.gitignore
.rspec
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
Procfile
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/bootstrap.js.coffee
app/assets/javascripts/pages.js.coffee
app/assets/javascripts/sessions.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/pages.css.scss
app/assets/stylesheets/pieces.css.scss
app/assets/stylesheets/sessions.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb5
A
0 mins
app/controllers/drafts_controller.rb32
A
0 mins
app/controllers/pages_controller.rb4
A
0 mins
app/controllers/pieces_controller.rb63
A
35 mins
app/controllers/sessions_controller.rb12
A
0 mins
app/controllers/versions_controller.rb16
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/pages_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb14
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/draft.rb6
A
0 mins
app/models/piece.rb93
A
0 mins
app/models/previewable.rb12
A
0 mins
app/models/user.rb14
A
0 mins
app/models/version.rb14
A
0 mins
app/views/drafts/show.html.haml
app/views/layouts/_flashes.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_shim.html.haml
app/views/layouts/_title.html.haml
app/views/layouts/application.html.haml
app/views/pages/index.html.haml
app/views/pieces/_form.html.haml
app/views/pieces/_piece_bar.html.haml
app/views/pieces/_piece_links.html.haml
app/views/pieces/edit.html.haml