schneidmaster/rspec-blog-example

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
public/robots.txt
public/favicon.ico
public/500.html
public/422.html
public/404.html
config.ru
bin/spring
bin/rake
bin/rails
bin/bundle
app/views/welcome/index.html.erb
app/views/users/new.html.erb
app/views/sessions/new.html.erb
app/views/layouts/application.html.erb
app/views/comments/_form.html.erb
app/views/comments/_comment.html.erb
app/views/articles/show.html.erb
app/views/articles/new.html.erb
app/views/articles/index.html.erb
app/views/articles/edit.html.erb
app/views/articles/_form.html.erb
app/models/user.rb6
A
0 mins
app/models/comment.rb4
A
0 mins
app/models/article.rb18
A
35 mins
app/helpers/application_helper.rb10
A
0 mins
app/controllers/welcome_controller.rb4
A
0 mins
app/controllers/users_controller.rb17
A
0 mins
app/controllers/sessions_controller.rb16
A
0 mins
app/controllers/comments_controller.rb27
A
0 mins
app/controllers/articles_controller.rb49
A
0 mins
app/controllers/application_controller.rb3
A
0 mins
app/controllers/api/v1/articles_controller.rb8
A
0 mins
app/assets/stylesheets/application.css
app/assets/javascripts/application.js0
A
0 mins
Rakefile
README.md
Gemfile.lock
Gemfile
.rspec
.gitignore