This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
- Capfile
- README
- Rakefile
- app/controllers/application.rb
- app/controllers/topics_controller.rb
- app/helpers/application_helper.rb
- app/helpers/topics_helper.rb
- app/models/choice.rb
- app/models/topic.rb
- app/models/user.rb
- app/models/vote.rb
- app/views/layouts/application.haml
- app/views/topics/_topics.haml
- app/views/topics/_votes.haml
- app/views/topics/index.haml
- app/views/topics/show.haml
- config/boot.rb
- config/database.example.yml
- config/environment.rb
- config/environments/development.rb
- config/environments/production.rb
- config/environments/test.rb
- config/initializers/inflections.rb
- config/initializers/mime_types.rb
- config/routes.rb
- db/migrate/001_create_topics.rb
- db/migrate/002_create_votes.rb
- db/migrate/003_create_choices.rb
- db/schema.rb
- lib/rails_additions.rb
- public/.htaccess
- public/404.html
- public/422.html
- public/500.html
- public/dispatch.cgi
- public/dispatch.fcgi
- public/dispatch.rb
- public/favicon.ico
- public/images/activity.png
- public/images/no-face.png
- public/images/recent-activity.png
- public/images/topics.png
- public/images/vote.png
- public/javascripts/application.js
- public/javascripts/facebox.js
- public/javascripts/jquery.js
- public/javascripts/livequery.js
- public/open-flash-chart.swf
- public/robots.txt
- public/stylesheets/application.css
- public/stylesheets/sass/application.sass
- script/about
- script/console
- script/destroy
- script/generate
- script/performance/benchmarker
- script/performance/profiler
- script/performance/request
- script/plugin
- script/process/inspector
- script/process/reaper
- script/process/spawner
- script/runner
- script/server
- script/spec
- script/spec_server
- spec/controllers/topics_controller_spec.rb
- spec/fixtures/choices.yml
- spec/fixtures/remote/users.xml
- spec/fixtures/topics.yml
- spec/fixtures/votes.yml
- spec/helpers/topics_helper_spec.rb
- spec/matchers/associations.rb
- spec/matchers/validations.rb
- spec/matchers/views.rb
- spec/models/choice_spec.rb
- spec/models/topic_spec.rb
- spec/models/user_spec.rb
- spec/models/vote_spec.rb
- spec/rcov.opts
- spec/spec.opts
- spec/spec_helper.rb
- stories/all.rb
- stories/helper.rb
- vendor/plugins/error_messages/MIT-LICENSE
- vendor/plugins/error_messages/README
- vendor/plugins/error_messages/init.rb
- vendor/plugins/error_messages/lib/custom_error_message.rb
- vendor/plugins/haml/init.rb
- vendor/plugins/open_flash_chart/MIT-LICENSE
- vendor/plugins/open_flash_chart/README
- vendor/plugins/open_flash_chart/Rakefile
- vendor/plugins/open_flash_chart/init.rb
- vendor/plugins/open_flash_chart/install.rb
- vendor/plugins/open_flash_chart/lib/open_flash_chart.rb
- vendor/plugins/open_flash_chart/swfobject.js
- vendor/plugins/open_flash_chart/tasks/open_flash_chart_tasks.rake
- vendor/plugins/open_flash_chart/test/open_flash_chart_test.rb
- vendor/plugins/open_flash_chart/uninstall.rb











