rennanoliveira/collab-cards

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.ruby-gemset
.ruby-version
Gemfile
Gemfile.lock
LICENSE
README.md
README.rdoc
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/cards.coffee
app/assets/javascripts/users.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/cards.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/users.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/cards_controller.rb50
A
1 hr
app/controllers/users_controller.rb50
A
1 hr
app/helpers/application_helper.rb2
A
0 mins
app/helpers/cards_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/card.rb4
A
0 mins
app/models/user.rb4
A
0 mins
app/views/cards/_form.html.erb
app/views/cards/edit.html.erb
app/views/cards/index.html.erb
app/views/cards/index.json.jbuilder
app/views/cards/new.html.erb
app/views/cards/show.html.erb
app/views/cards/show.json.jbuilder
app/views/layouts/application.html.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/index.json.jbuilder
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/users/show.json.jbuilder
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
config.ru
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt