Now with extra protection - tests!
commitcee593492542b6172f7c602877cbf4fd315bd0ec
authorPratik Naik <pratiknaik@gmail.com>
Thu, 20 Dec 2007 11:39:27 +0000 (20 11:39 +0000)
committerPratik Naik <pratiknaik@gmail.com>
Thu, 20 Dec 2007 11:39:27 +0000 (20 11:39 +0000)
tree489c3734f99d7b4c567a3709085e41fa89f307c3
parent60638fed43ba44a7a5307735b7960a23e4991f94
Now with extra protection - tests!
49 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
README
test/Rakefile [new file with mode: 0644]
test/app/controllers/application.rb [new file with mode: 0644]
test/app/controllers/people_controller.rb [new file with mode: 0644]
test/app/helpers/application_helper.rb [new file with mode: 0644]
test/app/helpers/people_helper.rb [new file with mode: 0644]
test/app/models/person.rb [new file with mode: 0644]
test/app/views/layouts/application.html.erb [new file with mode: 0644]
test/app/views/people/edit.html.erb [new file with mode: 0644]
test/app/views/people/index.html.erb [new file with mode: 0644]
test/app/views/people/new.html.erb [new file with mode: 0644]
test/app/views/people/show.html.erb [new file with mode: 0644]
test/config/boot.rb [new file with mode: 0644]
test/config/database.yml [new file with mode: 0644]
test/config/environment.rb [new file with mode: 0644]
test/config/environments/development.rb [new file with mode: 0644]
test/config/environments/production.rb [new file with mode: 0644]
test/config/environments/test.rb [new file with mode: 0644]
test/config/routes.rb [new file with mode: 0644]
test/db/migrate/001_create_people.rb [new file with mode: 0644]
test/db/schema.rb [new file with mode: 0644]
test/public/.htaccess [new file with mode: 0644]
test/public/404.html [new file with mode: 0644]
test/public/422.html [new file with mode: 0644]
test/public/500.html [new file with mode: 0644]
test/public/dispatch.cgi [new file with mode: 0755]
test/public/dispatch.fcgi [new file with mode: 0755]
test/public/dispatch.rb [new file with mode: 0755]
test/public/favicon.ico [new file with mode: 0644]
test/script/about [new file with mode: 0755]
test/script/console [new file with mode: 0755]
test/script/destroy [new file with mode: 0755]
test/script/generate [new file with mode: 0755]
test/script/performance/benchmarker [new file with mode: 0755]
test/script/performance/profiler [new file with mode: 0755]
test/script/performance/request [new file with mode: 0755]
test/script/plugin [new file with mode: 0755]
test/script/process/inspector [new file with mode: 0755]
test/script/process/reaper [new file with mode: 0755]
test/script/process/spawner [new file with mode: 0755]
test/script/runner [new file with mode: 0755]
test/script/server [new file with mode: 0755]
test/test/fixtures/people.yml [new file with mode: 0644]
test/test/functional/people_controller_test.rb [new file with mode: 0644]
test/test/test_helper.rb [new file with mode: 0644]
test/test/unit/person_test.rb [new file with mode: 0644]
test/vendor/plugins/railsex [new symlink]