paulfioravanti/sample_app

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.gitignore
.rails_footnotes
.rspec
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/application.js.coffee
app/assets/javascripts/microposts.js.coffee
app/assets/javascripts/sessions.js.coffee
app/assets/javascripts/static_pages.js.coffee
app/assets/javascripts/timeago/jquery.timeago.ja.js18
A
0 mins
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/bootstrap_and_overrides.css.scss
app/assets/stylesheets/sessions.css.scss
app/assets/stylesheets/static_pages.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb96
A
0 mins
app/controllers/microposts_controller.rb36
A
0 mins
app/controllers/relationships_controller.rb18
A
0 mins
app/controllers/sessions_controller.rb22
A
0 mins
app/controllers/static_pages_controller.rb24
A
0 mins
app/controllers/users_controller.rb80
A
0 mins
app/helpers/application_helper.rb13
A
0 mins
app/helpers/microposts_helper.rb15
A
0 mins
app/helpers/users_helper.rb7
A
0 mins
app/models/micropost.rb16
A
0 mins
app/models/relationship.rb10
A
0 mins
app/models/user.rb44
A
0 mins
app/views/layouts/_account_dropdown.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_github_ribbon.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_i18n_js.html.haml
app/views/layouts/_locale_selector.html.haml
app/views/layouts/_messages.html.haml
app/views/layouts/_shim.html.haml
app/views/layouts/application.html.haml
app/views/microposts/_micropost.html.haml
app/views/relationships/_relationship.js.haml
app/views/relationships/create.js.haml
app/views/relationships/destroy.js.haml
app/views/sessions/new.html.haml