StabbyMcDuck/crapper_keeper

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.idea/crapper_keeper.iml
.idea/misc.xml
.idea/modules.xml
.idea/runConfigurations/Container_PATCH_api_v1_containers__id_with_good_ID_that_you_do_own.xml
.idea/runConfigurations/Container_POST_api_v1_containers__Container_has_a_good_name.xml
.idea/runConfigurations/Development__crapper_keeper.xml
.idea/runConfigurations/Item_POST_api_v1_items__Item_has_no_name_and_no_container.xml
.idea/runConfigurations/Item_POST_api_v1_items__Item_has_valid_attributes.xml
.idea/runConfigurations/Production__crapper_keeper.xml
.idea/runConfigurations/Run_spec__container_spec___crapper_keeper__1_.xml
.idea/runConfigurations/spec__crapper_keeper.xml
.idea/runConfigurations/test__crapper_keeper.xml
.idea/vcs.xml
.rspec
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/containers.coffee
app/assets/javascripts/facebook.js.coffee
app/assets/javascripts/items.coffee
app/assets/javascripts/users.coffee
app/assets/javascripts/welcome.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/containers.scss
app/assets/stylesheets/items.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/users.scss
app/assets/stylesheets/welcome.scss
app/views/api/v1/containers/_container.json.jbuilder
app/views/api/v1/containers/index.json.jbuilder
app/views/api/v1/containers/show.json.jbuilder
app/views/api/v1/identities/_identity.json.jbuilder
app/views/api/v1/identities/show.json.jbuilder
app/views/api/v1/items/_item.json.jbuilder
app/views/api/v1/items/index.json.jbuilder
app/views/api/v1/items/show.json.jbuilder
app/views/api/v1/users/_user.json.jbuilder
app/views/api/v1/users/index.json.jbuilder
app/views/api/v1/users/show.json.jbuilder
app/views/containers/_form.html.erb
app/views/containers/edit.html.erb
app/views/containers/index.html.erb
app/views/containers/new.html.erb
app/views/containers/show.html.erb
app/views/identities/_form.html.erb
app/views/identities/edit.html.erb
app/views/identities/index.html.erb