How to use Evan's echoe for dummies
[railsex.git] / Manifest
bloba0644df2f82d47e7e7945a345244c00ea8419743
1 CHANGELOG
2 init.rb
3 lib/actionpack/mime_responds_extension.rb
4 lib/activerecord/changed.rb
5 lib/railties/console.rb
6 LICENSE
7 Manifest
8 README
9 test/app/controllers/application.rb
10 test/app/controllers/people_controller.rb
11 test/app/helpers/application_helper.rb
12 test/app/helpers/people_helper.rb
13 test/app/models/person.rb
14 test/app/views/layouts/application.html.erb
15 test/app/views/people/edit.html.erb
16 test/app/views/people/index.html.erb
17 test/app/views/people/new.html.erb
18 test/app/views/people/show.html.erb
19 test/config/boot.rb
20 test/config/database.yml
21 test/config/environment.rb
22 test/config/environments/development.rb
23 test/config/environments/production.rb
24 test/config/environments/test.rb
25 test/config/routes.rb
26 test/db/development.sqlite3
27 test/db/migrate/001_create_people.rb
28 test/db/migrate/002_add_stuff_to_person.rb
29 test/db/schema.rb
30 test/db/test.sqlite3
31 test/public/404.html
32 test/public/422.html
33 test/public/500.html
34 test/public/dispatch.cgi
35 test/public/dispatch.fcgi
36 test/public/dispatch.rb
37 test/public/favicon.ico
38 test/Rakefile
39 test/script/about
40 test/script/console
41 test/script/destroy
42 test/script/generate
43 test/script/performance/benchmarker
44 test/script/performance/profiler
45 test/script/performance/request
46 test/script/plugin
47 test/script/process/inspector
48 test/script/process/reaper
49 test/script/process/spawner
50 test/script/runner
51 test/script/server
52 test/test/fixtures/people.yml
53 test/test/functional/people_controller_test.rb
54 test/test/test_helper.rb
55 test/test/unit/person_test.rb