Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
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/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
app/views/posts/show.html.erb
app/views/posts/show.json.jbuilder
app/views/sessions/new.html.erb
bin/bundle
bin/rails
bin/rake
config.ru
lib/tasks/rubocop.rake
public/404.html
public/422.html
public/500.html