Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/authors.js.coffee
app/assets/javascripts/posts.js.coffee
app/assets/javascripts/sessions.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/authors.css.scss
app/assets/stylesheets/backstage.css.scss
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/sessions.css.scss
app/controllers/application_controller.rb4
A
0 mins
app/controllers/authors_controller.rb59
A
1 hr
app/controllers/posts_controller.rb85
A
1 hr
app/controllers/sessions_controller.rb20
A
0 mins
app/helpers/application_helper.rb25
A
0 mins
app/helpers/authors_helper.rb2
A
0 mins
app/helpers/posts_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb22
A
0 mins
app/models/author.rb11
A
0 mins
app/models/post.rb29
A
0 mins
app/views/application/_nav.html.erb
app/views/authors/_form.html.erb
app/views/authors/edit.html.erb
app/views/authors/index.html.erb
app/views/authors/index.json.jbuilder
app/views/authors/new.html.erb
app/views/authors/show.html.erb
app/views/authors/show.json.jbuilder
app/views/kaminari/_first_page.html.erb
app/views/kaminari/_gap.html.erb
app/views/kaminari/_last_page.html.erb
app/views/kaminari/_next_page.html.erb
app/views/kaminari/_page.html.erb
app/views/kaminari/_paginator.html.erb
app/views/kaminari/_prev_page.html.erb
app/views/layouts/application.html.erb
app/views/posts/_form.html.erb
app/views/posts/_post.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/index.json.jbuilder
app/views/posts/new.html.erb
app/views/posts/recent.atom.builder