FuriKuri/share_your_books

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app/assets/images/no_image.png
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/books.js.coffee
app/assets/javascripts/sessions.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/books.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/sessions.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb9
A
0 mins
app/controllers/books_controller.rb63
A
0 mins
app/controllers/sessions_controller.rb17
A
0 mins
app/controllers/users_controller.rb58
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/books_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/book.rb17
A
0 mins
app/models/user.rb9
A
0 mins
app/views/books/_form.html.erb
app/views/books/edit.html.erb
app/views/books/index.html.erb
app/views/books/new.html.erb
app/views/books/show.html.erb
app/views/layouts/application.html.erb
app/views/sessions/create.html.erb
app/views/sessions/destroy.html.erb
app/views/sessions/new.html.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
app/views/users/show.html.erb
config.ru
doc/README_FOR_APP
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/index.html
public/robots.txt