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/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/database.yml
examples/helloworld/config/locales/en.yml
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/robots.txt
examples/helloworld/public/stylesheets/scaffold.css
examples/helloworld/script/rails
lib/generators/couchrails/model/templates/model.erb
examples/helloworld/public/javascripts/application.js0
examples/helloworld/public/javascripts/controls.js804
F
5 days
examples/helloworld/public/javascripts/dragdrop.js786
F
1 wk
examples/helloworld/public/javascripts/effects.js1,014
F
1 wk
examples/helloworld/public/javascripts/prototype.js4,031
F
1 mo
examples/helloworld/public/javascripts/rails.js98
examples/helloworld/app/controllers/application_controller.rb4
examples/helloworld/app/controllers/posts_controller.rb58
examples/helloworld/app/helpers/application_helper.rb2
examples/helloworld/app/helpers/post_helper.rb2
examples/helloworld/app/helpers/posts_helper.rb2
examples/helloworld/app/models/comment.rb4
examples/helloworld/app/models/post.rb5
examples/helloworld/config/application.rb16
examples/helloworld/config/boot.rb5
examples/helloworld/config/environment.rb2
examples/helloworld/config/environments/development.rb8
examples/helloworld/config/environments/production.rb7