felipero/couchrails

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.autotest
.gitignore
Gemfile
LICENSE
README.md
Thorfile
couchrails.gemspec
examples/helloworld/.autotest
examples/helloworld/.gitignore
examples/helloworld/Gemfile
examples/helloworld/README
examples/helloworld/Rakefile
examples/helloworld/app/controllers/application_controller.rb4
A
0 mins
examples/helloworld/app/controllers/posts_controller.rb58
A
0 mins
examples/helloworld/app/helpers/application_helper.rb2
A
0 mins
examples/helloworld/app/helpers/post_helper.rb2
A
0 mins
examples/helloworld/app/helpers/posts_helper.rb2
A
0 mins
examples/helloworld/app/models/comment.rb4
A
0 mins
examples/helloworld/app/models/post.rb5
A
0 mins
examples/helloworld/app/views/layouts/application.html.erb
examples/helloworld/app/views/posts/_form.html.erb
examples/helloworld/app/views/posts/edit.html.erb
examples/helloworld/app/views/posts/index.html.erb
examples/helloworld/app/views/posts/new.html.erb
examples/helloworld/app/views/posts/show.html.erb
examples/helloworld/config.ru
examples/helloworld/config/application.rb16
A
0 mins
examples/helloworld/config/boot.rb5
A
0 mins
examples/helloworld/config/database.yml
examples/helloworld/config/environment.rb2
A
0 mins
examples/helloworld/config/environments/development.rb8
A
0 mins
examples/helloworld/config/environments/production.rb7
A
0 mins
examples/helloworld/config/environments/test.rb9
A
0 mins
examples/helloworld/config/initializers/backtrace_silencers.rb0
A
0 mins
examples/helloworld/config/initializers/inflections.rb0
A
0 mins
examples/helloworld/config/initializers/mime_types.rb0
A
0 mins
examples/helloworld/config/initializers/secret_token.rb1
A
0 mins
examples/helloworld/config/initializers/session_store.rb1
A
0 mins
examples/helloworld/config/locales/en.yml
examples/helloworld/config/routes.rb3
A
0 mins
examples/helloworld/db/seeds.rb0
A
0 mins
examples/helloworld/doc/README_FOR_APP
examples/helloworld/public/404.html
examples/helloworld/public/422.html
examples/helloworld/public/500.html
examples/helloworld/public/favicon.ico
examples/helloworld/public/images/rails.png
examples/helloworld/public/index.html
examples/helloworld/public/javascripts/application.js0
A
0 mins
examples/helloworld/public/javascripts/controls.js804
F
5 days