flatulent 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. data/README +41 -0
  2. data/flatulent-0.0.0.gem +0 -0
  3. data/gemspec.rb +28 -0
  4. data/lib/flatulent.rb +239 -0
  5. data/lib/flatulent/attributes.rb +79 -0
  6. data/lib/flatulent/fontfiles/banner.flf +2494 -0
  7. data/lib/flatulent/fontfiles/big.flf +2204 -0
  8. data/lib/flatulent/fontfiles/block.flf +1691 -0
  9. data/lib/flatulent/fontfiles/bubble.flf +1630 -0
  10. data/lib/flatulent/fontfiles/digital.flf +1286 -0
  11. data/lib/flatulent/fontfiles/ivrit.flf +900 -0
  12. data/lib/flatulent/fontfiles/lean.flf +1691 -0
  13. data/lib/flatulent/fontfiles/mini.flf +899 -0
  14. data/lib/flatulent/fontfiles/mnemonic.flf +3702 -0
  15. data/lib/flatulent/fontfiles/script.flf +1493 -0
  16. data/lib/flatulent/fontfiles/shadow.flf +1097 -0
  17. data/lib/flatulent/fontfiles/slant.flf +1295 -0
  18. data/lib/flatulent/fontfiles/small.flf +1097 -0
  19. data/lib/flatulent/fontfiles/smscript.flf +1097 -0
  20. data/lib/flatulent/fontfiles/smshadow.flf +899 -0
  21. data/lib/flatulent/fontfiles/smslant.flf +1097 -0
  22. data/lib/flatulent/fontfiles/standard.flf +2227 -0
  23. data/lib/flatulent/fontfiles/term.flf +600 -0
  24. data/lib/flatulent/pervasives.rb +32 -0
  25. data/lib/flatulent/text.rb +6 -0
  26. data/lib/flatulent/text/double_metaphone.rb +356 -0
  27. data/lib/flatulent/text/figlet.rb +17 -0
  28. data/lib/flatulent/text/figlet/font.rb +117 -0
  29. data/lib/flatulent/text/figlet/smusher.rb +64 -0
  30. data/lib/flatulent/text/figlet/typesetter.rb +68 -0
  31. data/lib/flatulent/text/levenshtein.rb +65 -0
  32. data/lib/flatulent/text/metaphone.rb +97 -0
  33. data/lib/flatulent/text/porter_stemming.rb +171 -0
  34. data/lib/flatulent/text/soundex.rb +61 -0
  35. data/rails/README +182 -0
  36. data/rails/Rakefile +10 -0
  37. data/rails/app/controllers/application.rb +7 -0
  38. data/rails/app/controllers/flatulent_controller.rb +20 -0
  39. data/rails/app/helpers/application_helper.rb +3 -0
  40. data/rails/app/helpers/flatulent_helper.rb +2 -0
  41. data/rails/config/boot.rb +45 -0
  42. data/rails/config/database.yml +36 -0
  43. data/rails/config/environment.rb +60 -0
  44. data/rails/config/environments/development.rb +21 -0
  45. data/rails/config/environments/production.rb +18 -0
  46. data/rails/config/environments/test.rb +19 -0
  47. data/rails/config/lighttpd.conf +54 -0
  48. data/rails/config/routes.rb +23 -0
  49. data/rails/doc/README_FOR_APP +2 -0
  50. data/rails/log/development.log +950 -0
  51. data/rails/log/fastcgi.crash.log +34 -0
  52. data/rails/log/lighttpd.access.log +65 -0
  53. data/rails/log/lighttpd.error.log +33 -0
  54. data/rails/log/production.log +0 -0
  55. data/rails/log/server.log +0 -0
  56. data/rails/log/test.log +0 -0
  57. data/rails/public/404.html +30 -0
  58. data/rails/public/500.html +30 -0
  59. data/rails/public/dispatch.cgi +10 -0
  60. data/rails/public/dispatch.fcgi +24 -0
  61. data/rails/public/dispatch.rb +10 -0
  62. data/rails/public/favicon.ico +0 -0
  63. data/rails/public/images/rails.png +0 -0
  64. data/rails/public/index.html +277 -0
  65. data/rails/public/javascripts/application.js +2 -0
  66. data/rails/public/javascripts/controls.js +833 -0
  67. data/rails/public/javascripts/dragdrop.js +942 -0
  68. data/rails/public/javascripts/effects.js +1088 -0
  69. data/rails/public/javascripts/prototype.js +2515 -0
  70. data/rails/public/robots.txt +1 -0
  71. data/rails/script/about +3 -0
  72. data/rails/script/breakpointer +3 -0
  73. data/rails/script/console +3 -0
  74. data/rails/script/destroy +3 -0
  75. data/rails/script/generate +3 -0
  76. data/rails/script/performance/benchmarker +3 -0
  77. data/rails/script/performance/profiler +3 -0
  78. data/rails/script/plugin +3 -0
  79. data/rails/script/process/inspector +3 -0
  80. data/rails/script/process/reaper +3 -0
  81. data/rails/script/process/spawner +3 -0
  82. data/rails/script/runner +3 -0
  83. data/rails/script/server +3 -0
  84. data/rails/test/functional/flatulent_controller_test.rb +18 -0
  85. data/rails/test/test_helper.rb +28 -0
  86. data/rails/tmp/sessions/ruby_sess.517c54e2d384126a +0 -0
  87. metadata +174 -0
@@ -0,0 +1,34 @@
1
+ # Logfile created on Mon Jul 02 18:17:07 -0600 2007 by /
2
+ [02/Jul/2007:18:17:07 :: 3731] starting
3
+ [02/Jul/2007:18:27:49 :: 3731] asked to terminate immediately
4
+ [02/Jul/2007:18:27:49 :: 3731] terminated by explicit exit
5
+ [02/Jul/2007:18:27:52 :: 3871] starting
6
+ [02/Jul/2007:18:30:10 :: 3871] asked to terminate immediately
7
+ [02/Jul/2007:18:30:10 :: 3871] terminated by explicit exit
8
+ [02/Jul/2007:18:30:14 :: 3918] starting
9
+ [02/Jul/2007:18:33:17 :: 3918] asked to terminate immediately
10
+ [02/Jul/2007:18:33:17 :: 3918] terminated by explicit exit
11
+ [02/Jul/2007:18:34:28 :: 3983] starting
12
+ [02/Jul/2007:18:34:52 :: 3983] asked to terminate immediately
13
+ [02/Jul/2007:18:34:52 :: 3983] terminated by explicit exit
14
+ [02/Jul/2007:18:34:55 :: 3994] starting
15
+ [02/Jul/2007:18:35:20 :: 3994] asked to terminate immediately
16
+ [02/Jul/2007:18:35:20 :: 3994] terminated by explicit exit
17
+ [02/Jul/2007:18:35:23 :: 4008] starting
18
+ [02/Jul/2007:18:35:38 :: 4008] asked to terminate immediately
19
+ [02/Jul/2007:18:35:38 :: 4008] terminated by explicit exit
20
+ [02/Jul/2007:18:35:41 :: 4021] starting
21
+ [02/Jul/2007:18:36:24 :: 4021] asked to terminate immediately
22
+ [02/Jul/2007:18:36:24 :: 4021] terminated by explicit exit
23
+ [02/Jul/2007:18:36:27 :: 4041] starting
24
+ [02/Jul/2007:18:36:46 :: 4041] asked to terminate immediately
25
+ [02/Jul/2007:18:36:46 :: 4041] terminated by explicit exit
26
+ [02/Jul/2007:18:36:49 :: 4054] starting
27
+ [02/Jul/2007:18:42:54 :: 4054] asked to terminate immediately
28
+ [02/Jul/2007:18:42:54 :: 4054] terminated by explicit exit
29
+ [02/Jul/2007:18:42:57 :: 4155] starting
30
+ [02/Jul/2007:18:43:18 :: 4155] asked to terminate immediately
31
+ [02/Jul/2007:18:43:18 :: 4155] terminated by explicit exit
32
+ [02/Jul/2007:18:43:21 :: 4167] starting
33
+ [02/Jul/2007:18:45:37 :: 4167] asked to terminate immediately
34
+ [02/Jul/2007:18:45:37 :: 4167] terminated by explicit exit
@@ -0,0 +1,65 @@
1
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:17:26 -0600] "GET /flatulent HTTP/1.1" 200 2444 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
2
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:17:26 -0600] "GET /favicon.ico HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
3
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:17:33 -0600] "POST /flatulent HTTP/1.1" 200 2769 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
4
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:17:35 -0600] "POST /flatulent HTTP/1.1" 200 2555 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
5
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:18:53 -0600] "POST /flatulent HTTP/1.1" 500 7774 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
6
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:20:12 -0600] "POST /flatulent HTTP/1.1" 200 4 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
7
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:22:58 -0600] "POST /flatulent HTTP/1.1" 200 2925 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
8
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:23:35 -0600] "POST /flatulent HTTP/1.1" 200 3023 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
9
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:23:44 -0600] "POST /flatulent HTTP/1.1" 200 2796 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
10
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:23:54 -0600] "POST /flatulent HTTP/1.1" 200 2588 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
11
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:24:06 -0600] "POST /flatulent HTTP/1.1" 200 2741 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
12
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:25:09 -0600] "POST /flatulent HTTP/1.1" 200 3062 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
13
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:25:15 -0600] "POST /flatulent HTTP/1.1" 200 3085 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
14
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:26:06 -0600] "POST /flatulent HTTP/1.1" 500 7947 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
15
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:26:19 -0600] "POST /flatulent HTTP/1.1" 500 7947 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
16
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:26:26 -0600] "POST /flatulent HTTP/1.1" 200 2763 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
17
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:26:33 -0600] "POST /flatulent HTTP/1.1" 200 2798 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
18
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:26:51 -0600] "POST /flatulent HTTP/1.1" 200 3125 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
19
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:27:09 -0600] "POST /flatulent HTTP/1.1" 200 2865 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
20
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:27:20 -0600] "POST /flatulent HTTP/1.1" 200 3252 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
21
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:27:55 -0600] "POST /flatulent HTTP/1.1" 200 3054 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
22
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:28:22 -0600] "POST /flatulent HTTP/1.1" 200 3006 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
23
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:28:28 -0600] "POST /flatulent HTTP/1.1" 200 3049 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
24
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:28:37 -0600] "POST /flatulent HTTP/1.1" 200 2994 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
25
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:29:03 -0600] "GET /flatulent HTTP/1.1" 200 3166 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
26
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:29:14 -0600] "GET /flatulent HTTP/1.1" 200 2784 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
27
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:29:24 -0600] "GET /flatulent HTTP/1.1" 200 2976 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
28
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:29:31 -0600] "POST /flatulent HTTP/1.1" 200 2778 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
29
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:30:19 -0600] "POST /flatulent HTTP/1.1" 500 7554 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
30
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:34:33 -0600] "GET /flatulent HTTP/1.1" 500 8799 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
31
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:34:56 -0600] "GET /flatulent HTTP/1.1" 200 2616 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
32
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:35:04 -0600] "POST /flatulent HTTP/1.1" 500 7518 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
33
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:35:25 -0600] "POST /flatulent HTTP/1.1" 500 7647 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
34
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:35:45 -0600] "POST /flatulent HTTP/1.1" 500 7651 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
35
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:36:13 -0600] "POST /flatulent HTTP/1.1" 500 7651 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
36
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:36:28 -0600] "POST /flatulent HTTP/1.1" 500 7651 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
37
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:36:50 -0600] "POST /flatulent HTTP/1.1" 200 2647 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
38
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:16 -0600] "POST /flatulent HTTP/1.1" 200 2736 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
39
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:20 -0600] "POST /flatulent HTTP/1.1" 500 7578 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
40
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:34 -0600] "POST /flatulent HTTP/1.1" 200 2792 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
41
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:40 -0600] "POST /flatulent HTTP/1.1" 200 2667 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
42
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:46 -0600] "POST /flatulent HTTP/1.1" 200 2801 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
43
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:37:52 -0600] "POST /flatulent HTTP/1.1" 200 2671 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
44
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:01 -0600] "POST /flatulent HTTP/1.1" 500 7598 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
45
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:15 -0600] "POST /flatulent HTTP/1.1" 500 7598 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
46
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:23 -0600] "POST /flatulent HTTP/1.1" 500 7593 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
47
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:26 -0600] "POST /flatulent HTTP/1.1" 500 7593 "http://localhost:3000/flatulent" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
48
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:29 -0600] "GET /flatulent/ HTTP/1.1" 200 3061 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
49
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:34 -0600] "POST /flatulent/ HTTP/1.1" 200 3007 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
50
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:39 -0600] "POST /flatulent/ HTTP/1.1" 200 2844 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
51
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:43 -0600] "POST /flatulent/ HTTP/1.1" 200 2513 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
52
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:46 -0600] "POST /flatulent/ HTTP/1.1" 200 2548 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
53
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:50 -0600] "POST /flatulent/ HTTP/1.1" 200 2578 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
54
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:53 -0600] "POST /flatulent/ HTTP/1.1" 200 2628 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
55
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:43:57 -0600] "POST /flatulent/ HTTP/1.1" 200 2538 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
56
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:00 -0600] "POST /flatulent/ HTTP/1.1" 200 2779 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
57
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:05 -0600] "POST /flatulent/ HTTP/1.1" 200 2878 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
58
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:09 -0600] "POST /flatulent/ HTTP/1.1" 200 2543 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
59
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:14 -0600] "POST /flatulent/ HTTP/1.1" 200 3222 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
60
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:32 -0600] "GET /flatulent/ HTTP/1.1" 500 7693 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
61
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:43 -0600] "GET /flatulent/ HTTP/1.1" 200 2599 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
62
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:47 -0600] "POST /flatulent/ HTTP/1.1" 200 2593 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
63
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:51 -0600] "POST /flatulent/ HTTP/1.1" 200 2547 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
64
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:44:58 -0600] "POST /flatulent/ HTTP/1.1" 200 2562 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
65
+ 127.0.0.1 localhost:3000 - [02/Jul/2007:18:45:01 -0600] "POST /flatulent/ HTTP/1.1" 500 7579 "http://localhost:3000/flatulent/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
@@ -0,0 +1,33 @@
1
+ 2007-07-02 18:17:05: (log.c.75) server started
2
+ 2007-07-02 18:27:49: (server.c.1252) [note] graceful shutdown started
3
+ 2007-07-02 18:27:49: (log.c.135) server stopped
4
+ 2007-07-02 18:27:51: (log.c.75) server started
5
+ 2007-07-02 18:30:10: (server.c.1252) [note] graceful shutdown started
6
+ 2007-07-02 18:30:10: (log.c.135) server stopped
7
+ 2007-07-02 18:30:12: (log.c.75) server started
8
+ 2007-07-02 18:33:17: (server.c.1252) [note] graceful shutdown started
9
+ 2007-07-02 18:33:17: (log.c.135) server stopped
10
+ 2007-07-02 18:34:26: (log.c.75) server started
11
+ 2007-07-02 18:34:52: (server.c.1252) [note] graceful shutdown started
12
+ 2007-07-02 18:34:52: (log.c.135) server stopped
13
+ 2007-07-02 18:34:54: (log.c.75) server started
14
+ 2007-07-02 18:35:20: (server.c.1252) [note] graceful shutdown started
15
+ 2007-07-02 18:35:20: (log.c.135) server stopped
16
+ 2007-07-02 18:35:21: (log.c.75) server started
17
+ 2007-07-02 18:35:38: (server.c.1252) [note] graceful shutdown started
18
+ 2007-07-02 18:35:38: (log.c.135) server stopped
19
+ 2007-07-02 18:35:40: (log.c.75) server started
20
+ 2007-07-02 18:36:24: (server.c.1252) [note] graceful shutdown started
21
+ 2007-07-02 18:36:24: (log.c.135) server stopped
22
+ 2007-07-02 18:36:26: (log.c.75) server started
23
+ 2007-07-02 18:36:46: (server.c.1252) [note] graceful shutdown started
24
+ 2007-07-02 18:36:46: (log.c.135) server stopped
25
+ 2007-07-02 18:36:47: (log.c.75) server started
26
+ 2007-07-02 18:42:54: (server.c.1252) [note] graceful shutdown started
27
+ 2007-07-02 18:42:54: (log.c.135) server stopped
28
+ 2007-07-02 18:42:56: (log.c.75) server started
29
+ 2007-07-02 18:43:18: (server.c.1252) [note] graceful shutdown started
30
+ 2007-07-02 18:43:18: (log.c.135) server stopped
31
+ 2007-07-02 18:43:19: (log.c.75) server started
32
+ 2007-07-02 18:45:37: (server.c.1252) [note] graceful shutdown started
33
+ 2007-07-02 18:45:37: (log.c.135) server stopped
File without changes
File without changes
File without changes
@@ -0,0 +1,30 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+
6
+ <head>
7
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
+ <title>The page you were looking for doesn't exist (404)</title>
9
+ <style type="text/css">
10
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
11
+ div.dialog {
12
+ width: 25em;
13
+ padding: 0 4em;
14
+ margin: 4em auto 0 auto;
15
+ border: 1px solid #ccc;
16
+ border-right-color: #999;
17
+ border-bottom-color: #999;
18
+ }
19
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
20
+ </style>
21
+ </head>
22
+
23
+ <body>
24
+ <!-- This file lives in public/404.html -->
25
+ <div class="dialog">
26
+ <h1>The page you were looking for doesn't exist.</h1>
27
+ <p>You may have mistyped the address or the page may have moved.</p>
28
+ </div>
29
+ </body>
30
+ </html>
@@ -0,0 +1,30 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+
6
+ <head>
7
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
+ <title>We're sorry, but something went wrong</title>
9
+ <style type="text/css">
10
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
11
+ div.dialog {
12
+ width: 25em;
13
+ padding: 0 4em;
14
+ margin: 4em auto 0 auto;
15
+ border: 1px solid #ccc;
16
+ border-right-color: #999;
17
+ border-bottom-color: #999;
18
+ }
19
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
20
+ </style>
21
+ </head>
22
+
23
+ <body>
24
+ <!-- This file lives in public/500.html -->
25
+ <div class="dialog">
26
+ <h1>We're sorry, but something went wrong.</h1>
27
+ <p>We've been notified about this issue and we'll take a look at it shortly.</p>
28
+ </div>
29
+ </body>
30
+ </html>
@@ -0,0 +1,10 @@
1
+ #!/opt/local/bin/ruby
2
+
3
+ require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
4
+
5
+ # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like:
6
+ # "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired
7
+ require "dispatcher"
8
+
9
+ ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
10
+ Dispatcher.dispatch
@@ -0,0 +1,24 @@
1
+ #!/opt/local/bin/ruby
2
+ #
3
+ # You may specify the path to the FastCGI crash log (a log of unhandled
4
+ # exceptions which forced the FastCGI instance to exit, great for debugging)
5
+ # and the number of requests to process before running garbage collection.
6
+ #
7
+ # By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
8
+ # and the GC period is nil (turned off). A reasonable number of requests
9
+ # could range from 10-100 depending on the memory footprint of your app.
10
+ #
11
+ # Example:
12
+ # # Default log path, normal GC behavior.
13
+ # RailsFCGIHandler.process!
14
+ #
15
+ # # Default log path, 50 requests between GC.
16
+ # RailsFCGIHandler.process! nil, 50
17
+ #
18
+ # # Custom log path, normal GC behavior.
19
+ # RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
20
+ #
21
+ require File.dirname(__FILE__) + "/../config/environment"
22
+ require 'fcgi_handler'
23
+
24
+ RailsFCGIHandler.process!
@@ -0,0 +1,10 @@
1
+ #!/opt/local/bin/ruby
2
+
3
+ require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
4
+
5
+ # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like:
6
+ # "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired
7
+ require "dispatcher"
8
+
9
+ ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
10
+ Dispatcher.dispatch
File without changes
Binary file
@@ -0,0 +1,277 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6
+ <title>Ruby on Rails: Welcome aboard</title>
7
+ <style type="text/css" media="screen">
8
+ body {
9
+ margin: 0;
10
+ margin-bottom: 25px;
11
+ padding: 0;
12
+ background-color: #f0f0f0;
13
+ font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
14
+ font-size: 13px;
15
+ color: #333;
16
+ }
17
+
18
+ h1 {
19
+ font-size: 28px;
20
+ color: #000;
21
+ }
22
+
23
+ a {color: #03c}
24
+ a:hover {
25
+ background-color: #03c;
26
+ color: white;
27
+ text-decoration: none;
28
+ }
29
+
30
+
31
+ #page {
32
+ background-color: #f0f0f0;
33
+ width: 750px;
34
+ margin: 0;
35
+ margin-left: auto;
36
+ margin-right: auto;
37
+ }
38
+
39
+ #content {
40
+ float: left;
41
+ background-color: white;
42
+ border: 3px solid #aaa;
43
+ border-top: none;
44
+ padding: 25px;
45
+ width: 500px;
46
+ }
47
+
48
+ #sidebar {
49
+ float: right;
50
+ width: 175px;
51
+ }
52
+
53
+ #footer {
54
+ clear: both;
55
+ }
56
+
57
+
58
+ #header, #about, #getting-started {
59
+ padding-left: 75px;
60
+ padding-right: 30px;
61
+ }
62
+
63
+
64
+ #header {
65
+ background-image: url("images/rails.png");
66
+ background-repeat: no-repeat;
67
+ background-position: top left;
68
+ height: 64px;
69
+ }
70
+ #header h1, #header h2 {margin: 0}
71
+ #header h2 {
72
+ color: #888;
73
+ font-weight: normal;
74
+ font-size: 16px;
75
+ }
76
+
77
+
78
+ #about h3 {
79
+ margin: 0;
80
+ margin-bottom: 10px;
81
+ font-size: 14px;
82
+ }
83
+
84
+ #about-content {
85
+ background-color: #ffd;
86
+ border: 1px solid #fc0;
87
+ margin-left: -11px;
88
+ }
89
+ #about-content table {
90
+ margin-top: 10px;
91
+ margin-bottom: 10px;
92
+ font-size: 11px;
93
+ border-collapse: collapse;
94
+ }
95
+ #about-content td {
96
+ padding: 10px;
97
+ padding-top: 3px;
98
+ padding-bottom: 3px;
99
+ }
100
+ #about-content td.name {color: #555}
101
+ #about-content td.value {color: #000}
102
+
103
+ #about-content.failure {
104
+ background-color: #fcc;
105
+ border: 1px solid #f00;
106
+ }
107
+ #about-content.failure p {
108
+ margin: 0;
109
+ padding: 10px;
110
+ }
111
+
112
+
113
+ #getting-started {
114
+ border-top: 1px solid #ccc;
115
+ margin-top: 25px;
116
+ padding-top: 15px;
117
+ }
118
+ #getting-started h1 {
119
+ margin: 0;
120
+ font-size: 20px;
121
+ }
122
+ #getting-started h2 {
123
+ margin: 0;
124
+ font-size: 14px;
125
+ font-weight: normal;
126
+ color: #333;
127
+ margin-bottom: 25px;
128
+ }
129
+ #getting-started ol {
130
+ margin-left: 0;
131
+ padding-left: 0;
132
+ }
133
+ #getting-started li {
134
+ font-size: 18px;
135
+ color: #888;
136
+ margin-bottom: 25px;
137
+ }
138
+ #getting-started li h2 {
139
+ margin: 0;
140
+ font-weight: normal;
141
+ font-size: 18px;
142
+ color: #333;
143
+ }
144
+ #getting-started li p {
145
+ color: #555;
146
+ font-size: 13px;
147
+ }
148
+
149
+
150
+ #search {
151
+ margin: 0;
152
+ padding-top: 10px;
153
+ padding-bottom: 10px;
154
+ font-size: 11px;
155
+ }
156
+ #search input {
157
+ font-size: 11px;
158
+ margin: 2px;
159
+ }
160
+ #search-text {width: 170px}
161
+
162
+
163
+ #sidebar ul {
164
+ margin-left: 0;
165
+ padding-left: 0;
166
+ }
167
+ #sidebar ul h3 {
168
+ margin-top: 25px;
169
+ font-size: 16px;
170
+ padding-bottom: 10px;
171
+ border-bottom: 1px solid #ccc;
172
+ }
173
+ #sidebar li {
174
+ list-style-type: none;
175
+ }
176
+ #sidebar ul.links li {
177
+ margin-bottom: 5px;
178
+ }
179
+
180
+ </style>
181
+ <script type="text/javascript" src="javascripts/prototype.js"></script>
182
+ <script type="text/javascript" src="javascripts/effects.js"></script>
183
+ <script type="text/javascript">
184
+ function about() {
185
+ if (Element.empty('about-content')) {
186
+ new Ajax.Updater('about-content', 'rails/info/properties', {
187
+ method: 'get',
188
+ onFailure: function() {Element.classNames('about-content').add('failure')},
189
+ onComplete: function() {new Effect.BlindDown('about-content', {duration: 0.25})}
190
+ });
191
+ } else {
192
+ new Effect[Element.visible('about-content') ?
193
+ 'BlindUp' : 'BlindDown']('about-content', {duration: 0.25});
194
+ }
195
+ }
196
+
197
+ window.onload = function() {
198
+ $('search-text').value = '';
199
+ $('search').onsubmit = function() {
200
+ $('search-text').value = 'site:rubyonrails.org ' + $F('search-text');
201
+ }
202
+ }
203
+ </script>
204
+ </head>
205
+ <body>
206
+ <div id="page">
207
+ <div id="sidebar">
208
+ <ul id="sidebar-items">
209
+ <li>
210
+ <form id="search" action="http://www.google.com/search" method="get">
211
+ <input type="hidden" name="hl" value="en" />
212
+ <input type="text" id="search-text" name="q" value="site:rubyonrails.org " />
213
+ <input type="submit" value="Search" /> the Rails site
214
+ </form>
215
+ </li>
216
+
217
+ <li>
218
+ <h3>Join the community</h3>
219
+ <ul class="links">
220
+ <li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
221
+ <li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li>
222
+ <li><a href="http://lists.rubyonrails.org/">Mailing lists</a></li>
223
+ <li><a href="http://wiki.rubyonrails.org/rails/pages/IRC">IRC channel</a></li>
224
+ <li><a href="http://wiki.rubyonrails.org/">Wiki</a></li>
225
+ <li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>
226
+ </ul>
227
+ </li>
228
+
229
+ <li>
230
+ <h3>Browse the documentation</h3>
231
+ <ul class="links">
232
+ <li><a href="http://api.rubyonrails.org/">Rails API</a></li>
233
+ <li><a href="http://stdlib.rubyonrails.org/">Ruby standard library</a></li>
234
+ <li><a href="http://corelib.rubyonrails.org/">Ruby core</a></li>
235
+ </ul>
236
+ </li>
237
+ </ul>
238
+ </div>
239
+
240
+ <div id="content">
241
+ <div id="header">
242
+ <h1>Welcome aboard</h1>
243
+ <h2>You&rsquo;re riding the Rails!</h2>
244
+ </div>
245
+
246
+ <div id="about">
247
+ <h3><a href="rails/info/properties" onclick="about(); return false">About your application&rsquo;s environment</a></h3>
248
+ <div id="about-content" style="display: none"></div>
249
+ </div>
250
+
251
+ <div id="getting-started">
252
+ <h1>Getting started</h1>
253
+ <h2>Here&rsquo;s how to get rolling:</h2>
254
+
255
+ <ol>
256
+ <li>
257
+ <h2>Create your databases and edit <tt>config/database.yml</tt></h2>
258
+ <p>Rails needs to know your login and password.</p>
259
+ </li>
260
+
261
+ <li>
262
+ <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
263
+ <p>To see all available options, run it without parameters.</p>
264
+ </li>
265
+
266
+ <li>
267
+ <h2>Set up a default route and remove or rename this file</h2>
268
+ <p>Routes are setup in config/routes.rb.</p>
269
+ </li>
270
+ </ol>
271
+ </div>
272
+ </div>
273
+
274
+ <div id="footer">&nbsp;</div>
275
+ </div>
276
+ </body>
277
+ </html>