backlog 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1451) hide show
  1. metadata +19 -1808
  2. data/History.txt +0 -4
  3. data/LICENSE_LOCALIZATION +0 -20
  4. data/README +0 -180
  5. data/README_LOCALIZATION +0 -61
  6. data/README_LOGIN_SUGAR +0 -194
  7. data/Rakefile +0 -10
  8. data/app/controllers/application.rb +0 -142
  9. data/app/controllers/backlogs_controller.rb +0 -117
  10. data/app/controllers/estimates_controller.rb +0 -10
  11. data/app/controllers/periods_controller.rb +0 -224
  12. data/app/controllers/tasks_controller.rb +0 -233
  13. data/app/controllers/user_controller.rb +0 -177
  14. data/app/controllers/works_controller.rb +0 -111
  15. data/app/helpers/application_helper.rb +0 -26
  16. data/app/helpers/backlogs_helper.rb +0 -2
  17. data/app/helpers/estimates_helper.rb +0 -2
  18. data/app/helpers/periods_helper.rb +0 -2
  19. data/app/helpers/tasks_helper.rb +0 -17
  20. data/app/helpers/user_helper.rb +0 -53
  21. data/app/helpers/works_helper.rb +0 -2
  22. data/app/models/backlog.rb +0 -40
  23. data/app/models/estimate.rb +0 -10
  24. data/app/models/period.rb +0 -120
  25. data/app/models/task.rb +0 -261
  26. data/app/models/user.rb +0 -101
  27. data/app/models/user_notify.rb +0 -50
  28. data/app/models/work.rb +0 -46
  29. data/app/views/backlogs/_form.rhtml +0 -49
  30. data/app/views/backlogs/edit.rhtml +0 -10
  31. data/app/views/backlogs/new.rhtml +0 -11
  32. data/app/views/backlogs/show.rhtml +0 -90
  33. data/app/views/layouts/_headers.rhtml +0 -22
  34. data/app/views/layouts/mwrt002.rhtml +0 -83
  35. data/app/views/layouts/wide.rhtml +0 -22
  36. data/app/views/periods/_burn_down_chart.rhtml +0 -8
  37. data/app/views/periods/_form.rhtml +0 -56
  38. data/app/views/periods/_show_active.rhtml +0 -61
  39. data/app/views/periods/_title.rhtml +0 -11
  40. data/app/views/periods/edit.rhtml +0 -10
  41. data/app/views/periods/new.rhtml +0 -10
  42. data/app/views/periods/show.rhtml +0 -26
  43. data/app/views/tasks/_form.rhtml +0 -29
  44. data/app/views/tasks/_task.rhtml +0 -98
  45. data/app/views/tasks/edit.rhtml +0 -11
  46. data/app/views/tasks/list.rhtml +0 -77
  47. data/app/views/tasks/list_started.rhtml +0 -64
  48. data/app/views/tasks/new.rhtml +0 -10
  49. data/app/views/user/_edit.rhtml +0 -30
  50. data/app/views/user/_password.rhtml +0 -21
  51. data/app/views/user/change_password.rhtml +0 -15
  52. data/app/views/user/edit.rhtml +0 -19
  53. data/app/views/user/forgot_password.rhtml +0 -19
  54. data/app/views/user/login.rhtml +0 -24
  55. data/app/views/user/logout.rhtml +0 -8
  56. data/app/views/user/signup.rhtml +0 -14
  57. data/app/views/user/welcome.rhtml +0 -10
  58. data/app/views/user_notify/change_password.rhtml +0 -10
  59. data/app/views/user_notify/forgot_password.rhtml +0 -11
  60. data/app/views/user_notify/signup.rhtml +0 -12
  61. data/app/views/user_notify/signup_no.rhtml +0 -12
  62. data/app/views/works/_form.rhtml +0 -81
  63. data/app/views/works/edit.rhtml +0 -11
  64. data/app/views/works/list.rhtml +0 -45
  65. data/app/views/works/new.rhtml +0 -11
  66. data/app/views/works/show.rhtml +0 -10
  67. data/app/views/works/timeliste.rhtml +0 -883
  68. data/app/views/works/weekly_work_sheet.rhtml +0 -79
  69. data/app/views/works/weekly_work_sheet2.rhtml +0 -91
  70. data/backlog +0 -27
  71. data/backlog-0.0.2.gem +0 -0
  72. data/backlog.gemspec +0 -21
  73. data/config/boot.rb +0 -45
  74. data/config/database.yml +0 -31
  75. data/config/deploy.rb +0 -34
  76. data/config/deploy_kubosch.rb +0 -106
  77. data/config/environment.rb +0 -63
  78. data/config/environments/datek_production.rb +0 -26
  79. data/config/environments/development.rb +0 -27
  80. data/config/environments/kubosch_production.rb +0 -21
  81. data/config/environments/localization_environment.rb +0 -12
  82. data/config/environments/test.rb +0 -19
  83. data/config/environments/user_environment.rb +0 -21
  84. data/config/mime_types.yaml +0 -1
  85. data/config/routes.rb +0 -5
  86. data/db/migrate/001_tasks.rb +0 -15
  87. data/db/migrate/002_backlogs.rb +0 -14
  88. data/db/migrate/003_add_estimation_points.rb +0 -16
  89. data/db/migrate/004_add_period.rb +0 -63
  90. data/db/migrate/005_add_field_work_started_at.rb +0 -9
  91. data/db/migrate/006_works_data_fix.rb +0 -13
  92. data/db/migrate/007_add_task_created_at.rb +0 -23
  93. data/db/migrate/008_add_backlog_options.rb +0 -13
  94. data/db/migrate/009_add_subtasks.rb +0 -28
  95. data/db/migrate/010_add_work_start.rb +0 -9
  96. data/db/migrate/011_login_sugar.rb +0 -21
  97. data/db/migrate/012_add_resolution.rb +0 -12
  98. data/db/migrate/013_create_estimates.rb +0 -20
  99. data/db/migrate/014_add_customer_option.rb +0 -11
  100. data/db/migrate/015_add_user_option.rb +0 -43
  101. data/db/migrate/016_add_invoicable_flag.rb +0 -11
  102. data/db/migrate/017_insert_datek_projects.rb +0 -95
  103. data/db/schema.rb +0 -92
  104. data/default_login_sugar_setup.zip +0 -0
  105. data/doc/README_FOR_APP +0 -2
  106. data/lang/en.yaml +0 -72
  107. data/lang/localizations.yaml +0 -2
  108. data/lang/no.yaml +0 -71
  109. data/lib/array_helper.rb +0 -10
  110. data/lib/clock.rb +0 -14
  111. data/lib/localization.rb +0 -88
  112. data/lib/tasks/capistrano.rake +0 -90
  113. data/lib/user_system.rb +0 -54
  114. data/log/development.log +0 -40556
  115. data/public/404.html +0 -8
  116. data/public/500.html +0 -8
  117. data/public/dispatch.cgi +0 -10
  118. data/public/dispatch.fcgi +0 -24
  119. data/public/dispatch.rb +0 -10
  120. data/public/favicon.ico +0 -0
  121. data/public/images/add.png +0 -0
  122. data/public/images/add.svg +0 -70
  123. data/public/images/appunti_architetto_franc_01.svg +0 -92
  124. data/public/images/arrow07_2.png +0 -0
  125. data/public/images/arrow07_4.png +0 -0
  126. data/public/images/arrow_down.png +0 -0
  127. data/public/images/arrow_down.svg +0 -59
  128. data/public/images/arrow_left.png +0 -0
  129. data/public/images/arrow_left.svg +0 -59
  130. data/public/images/arrow_right.png +0 -0
  131. data/public/images/arrow_right.svg +0 -59
  132. data/public/images/arrow_up.png +0 -0
  133. data/public/images/arrow_up.svg +0 -59
  134. data/public/images/blank.jpg +0 -0
  135. data/public/images/cestino_pieno_architetto_01.svg +0 -470
  136. data/public/images/checkmark.png +0 -0
  137. data/public/images/checkmark_org.png +0 -0
  138. data/public/images/clipboard.png +0 -0
  139. data/public/images/clipboard.svg +0 -62
  140. data/public/images/construction_hammer_jon__01.svg +0 -116
  141. data/public/images/eraser.png +0 -0
  142. data/public/images/eraser_org.png +0 -0
  143. data/public/images/ernes_stop.png +0 -0
  144. data/public/images/ernes_stop_org.png +0 -0
  145. data/public/images/hammer.png +0 -0
  146. data/public/images/header.jpg +0 -0
  147. data/public/images/pagebak.jpg +0 -0
  148. data/public/images/paper3.svg +0 -54
  149. data/public/images/period.png +0 -0
  150. data/public/images/period_org.png +0 -0
  151. data/public/images/question.svg +0 -56
  152. data/public/images/rails.png +0 -0
  153. data/public/images/tabella_architetto_franc_01.svg +0 -105
  154. data/public/javascripts/application.js +0 -2
  155. data/public/javascripts/controls.js +0 -833
  156. data/public/javascripts/dragdrop.js +0 -944
  157. data/public/javascripts/effects.js +0 -1088
  158. data/public/javascripts/prototype.js +0 -2515
  159. data/public/javascripts/zapatec/utils/transport.js +0 -2217
  160. data/public/javascripts/zapatec/utils/utils.js +0 -1799
  161. data/public/javascripts/zapatec/utils/zapatec.js +0 -90
  162. data/public/javascripts/zapatec/utils/zpeventdriven.js +0 -212
  163. data/public/javascripts/zapatec/utils/zpwidget.js +0 -729
  164. data/public/javascripts/zapatec/zpcal/lang/calendar-no.js +0 -124
  165. data/public/javascripts/zapatec/zpcal/src/calendar-core.js +0 -2878
  166. data/public/javascripts/zapatec/zpcal/src/calendar-date-core.js +0 -348
  167. data/public/javascripts/zapatec/zpcal/src/calendar-setup.js +0 -360
  168. data/public/javascripts/zapatec/zpcal/src/calendar.js +0 -35
  169. data/public/robots.txt +0 -1
  170. data/public/stylesheets/backlog.css +0 -65
  171. data/public/stylesheets/mwrt002.css +0 -54
  172. data/public/stylesheets/mwrt002MAC.css +0 -3
  173. data/public/stylesheets/mwrt002NN.css +0 -3
  174. data/public/stylesheets/scaffold.css +0 -74
  175. data/public/stylesheets/user.css +0 -74
  176. data/public/stylesheets/zpcal/themes/green.css +0 -153
  177. data/public/stylesheets/zpcal/themes/layouts/layout-2d.css +0 -134
  178. data/public/stylesheets/zpcal/themes/layouts/layout-common.css +0 -74
  179. data/public/stylesheets/zpcal/themes/menuarrow.gif +0 -0
  180. data/public/stylesheets/zpcal/themes/scroller-down.gif +0 -0
  181. data/public/stylesheets/zpcal/themes/scroller-up.gif +0 -0
  182. data/script/about +0 -3
  183. data/script/breakpointer +0 -3
  184. data/script/console +0 -3
  185. data/script/destroy +0 -3
  186. data/script/generate +0 -3
  187. data/script/performance/benchmarker +0 -3
  188. data/script/performance/profiler +0 -3
  189. data/script/plugin +0 -3
  190. data/script/process/inspector +0 -3
  191. data/script/process/reaper +0 -3
  192. data/script/process/spawner +0 -3
  193. data/script/runner +0 -3
  194. data/script/server +0 -3
  195. data/test/fixtures/backlogs.yml +0 -5
  196. data/test/fixtures/estimates.yml +0 -5
  197. data/test/fixtures/periods.yml +0 -7
  198. data/test/fixtures/tasks.yml +0 -6
  199. data/test/fixtures/users.yml +0 -48
  200. data/test/fixtures/works.yml +0 -5
  201. data/test/functional/backlogs_controller_test.rb +0 -88
  202. data/test/functional/estimates_controller_test.rb +0 -18
  203. data/test/functional/periods_controller_test.rb +0 -88
  204. data/test/functional/tasks_controller_test.rb +0 -88
  205. data/test/functional/user_controller_test.rb +0 -254
  206. data/test/functional/works_controller_test.rb +0 -88
  207. data/test/integration/user_system_test.rb +0 -95
  208. data/test/mocks/test/clock.rb +0 -14
  209. data/test/mocks/test/user_notify.rb +0 -16
  210. data/test/unit/backlog_item_test.rb +0 -10
  211. data/test/unit/estimate_test.rb +0 -10
  212. data/test/unit/localization_test.rb +0 -47
  213. data/test/unit/period_test.rb +0 -10
  214. data/test/unit/task_test.rb +0 -10
  215. data/test/unit/user_test.rb +0 -133
  216. data/test/unit/work_test.rb +0 -10
  217. data/vendor/plugins/activerecord_foreign_key_extensions/init.rb +0 -2
  218. data/vendor/plugins/activerecord_foreign_key_extensions/lib/active_record_extensions.rb +0 -180
  219. data/vendor/plugins/foreign_key_migrations/CHANGELOG +0 -67
  220. data/vendor/plugins/foreign_key_migrations/MIT-LICENSE +0 -20
  221. data/vendor/plugins/foreign_key_migrations/README +0 -60
  222. data/vendor/plugins/foreign_key_migrations/init.rb +0 -2
  223. data/vendor/plugins/foreign_key_migrations/install.rb +0 -1
  224. data/vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations.rb +0 -57
  225. data/vendor/plugins/redhillonrails_core/CHANGELOG +0 -85
  226. data/vendor/plugins/redhillonrails_core/MIT-LICENSE +0 -20
  227. data/vendor/plugins/redhillonrails_core/README +0 -97
  228. data/vendor/plugins/redhillonrails_core/init.rb +0 -9
  229. data/vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core.rb +0 -290
  230. data/vendor/rails/REVISION_6747 +0 -0
  231. data/vendor/rails/actionmailer/CHANGELOG +0 -281
  232. data/vendor/rails/actionmailer/MIT-LICENSE +0 -21
  233. data/vendor/rails/actionmailer/README +0 -145
  234. data/vendor/rails/actionmailer/Rakefile +0 -95
  235. data/vendor/rails/actionmailer/install.rb +0 -30
  236. data/vendor/rails/actionmailer/lib/action_mailer.rb +0 -51
  237. data/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb +0 -30
  238. data/vendor/rails/actionmailer/lib/action_mailer/base.rb +0 -570
  239. data/vendor/rails/actionmailer/lib/action_mailer/helpers.rb +0 -111
  240. data/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb +0 -19
  241. data/vendor/rails/actionmailer/lib/action_mailer/part.rb +0 -113
  242. data/vendor/rails/actionmailer/lib/action_mailer/part_container.rb +0 -51
  243. data/vendor/rails/actionmailer/lib/action_mailer/quoting.rb +0 -59
  244. data/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb +0 -67
  245. data/vendor/rails/actionmailer/lib/action_mailer/utils.rb +0 -8
  246. data/vendor/rails/actionmailer/lib/action_mailer/vendor/text/format.rb +0 -1466
  247. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail.rb +0 -3
  248. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/address.rb +0 -242
  249. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/attachments.rb +0 -41
  250. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/base64.rb +0 -71
  251. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/config.rb +0 -69
  252. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/encode.rb +0 -467
  253. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/facade.rb +0 -552
  254. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb +0 -914
  255. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/info.rb +0 -35
  256. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/loader.rb +0 -1
  257. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mail.rb +0 -447
  258. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mailbox.rb +0 -433
  259. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mbox.rb +0 -1
  260. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/net.rb +0 -280
  261. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/obsolete.rb +0 -135
  262. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/parser.rb +0 -1522
  263. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/port.rb +0 -377
  264. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/quoting.rb +0 -131
  265. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/scanner.rb +0 -41
  266. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/scanner_r.rb +0 -263
  267. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/stringio.rb +0 -277
  268. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/tmail.rb +0 -1
  269. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/utils.rb +0 -238
  270. data/vendor/rails/actionmailer/lib/action_mailer/version.rb +0 -9
  271. data/vendor/rails/actionmailer/test/abstract_unit.rb +0 -39
  272. data/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb +0 -1
  273. data/vendor/rails/actionmailer/test/fixtures/first_mailer/share.rhtml +0 -0
  274. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb +0 -1
  275. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml +0 -0
  276. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb +0 -1
  277. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml +0 -0
  278. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb +0 -1
  279. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml +0 -0
  280. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb +0 -5
  281. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml +0 -0
  282. data/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb +0 -5
  283. data/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb +0 -1
  284. data/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml +0 -0
  285. data/vendor/rails/actionmailer/test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml +0 -0
  286. data/vendor/rails/actionmailer/test/fixtures/raw_email +0 -14
  287. data/vendor/rails/actionmailer/test/fixtures/raw_email10 +0 -20
  288. data/vendor/rails/actionmailer/test/fixtures/raw_email11 +0 -34
  289. data/vendor/rails/actionmailer/test/fixtures/raw_email12 +0 -32
  290. data/vendor/rails/actionmailer/test/fixtures/raw_email13 +0 -29
  291. data/vendor/rails/actionmailer/test/fixtures/raw_email2 +0 -114
  292. data/vendor/rails/actionmailer/test/fixtures/raw_email3 +0 -70
  293. data/vendor/rails/actionmailer/test/fixtures/raw_email4 +0 -59
  294. data/vendor/rails/actionmailer/test/fixtures/raw_email5 +0 -19
  295. data/vendor/rails/actionmailer/test/fixtures/raw_email6 +0 -20
  296. data/vendor/rails/actionmailer/test/fixtures/raw_email7 +0 -66
  297. data/vendor/rails/actionmailer/test/fixtures/raw_email8 +0 -47
  298. data/vendor/rails/actionmailer/test/fixtures/raw_email9 +0 -28
  299. data/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a +0 -14
  300. data/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment +0 -100
  301. data/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject +0 -14
  302. data/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb +0 -1
  303. data/vendor/rails/actionmailer/test/fixtures/second_mailer/share.rhtml +0 -0
  304. data/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb +0 -3
  305. data/vendor/rails/actionmailer/test/fixtures/templates/signed_up.rhtml +0 -0
  306. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb +0 -1
  307. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml +0 -0
  308. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb +0 -10
  309. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml +0 -0
  310. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb +0 -2
  311. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml +0 -0
  312. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb +0 -1
  313. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml +0 -0
  314. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb +0 -3
  315. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.rhtml +0 -0
  316. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +0 -3
  317. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.rhtml +0 -0
  318. data/vendor/rails/actionmailer/test/mail_helper_test.rb +0 -91
  319. data/vendor/rails/actionmailer/test/mail_render_test.rb +0 -79
  320. data/vendor/rails/actionmailer/test/mail_service_test.rb +0 -850
  321. data/vendor/rails/actionmailer/test/quoting_test.rb +0 -57
  322. data/vendor/rails/actionmailer/test/test_helper_test.rb +0 -79
  323. data/vendor/rails/actionmailer/test/tmail_test.rb +0 -21
  324. data/vendor/rails/actionmailer/test/url_test.rb +0 -68
  325. data/vendor/rails/actionpack/CHANGELOG +0 -3560
  326. data/vendor/rails/actionpack/MIT-LICENSE +0 -21
  327. data/vendor/rails/actionpack/README +0 -469
  328. data/vendor/rails/actionpack/RUNNING_UNIT_TESTS +0 -25
  329. data/vendor/rails/actionpack/Rakefile +0 -154
  330. data/vendor/rails/actionpack/examples/address_book/index.erb +0 -33
  331. data/vendor/rails/actionpack/examples/address_book/index.rhtml +0 -0
  332. data/vendor/rails/actionpack/examples/address_book/layout.erb +0 -8
  333. data/vendor/rails/actionpack/examples/address_book/layout.rhtml +0 -0
  334. data/vendor/rails/actionpack/examples/address_book_controller.cgi +0 -9
  335. data/vendor/rails/actionpack/examples/address_book_controller.fcgi +0 -6
  336. data/vendor/rails/actionpack/examples/address_book_controller.rb +0 -52
  337. data/vendor/rails/actionpack/examples/address_book_controller.rbx +0 -4
  338. data/vendor/rails/actionpack/examples/benchmark.rb +0 -52
  339. data/vendor/rails/actionpack/examples/benchmark_with_ar.fcgi +0 -89
  340. data/vendor/rails/actionpack/examples/blog_controller.cgi +0 -53
  341. data/vendor/rails/actionpack/examples/debate/index.erb +0 -14
  342. data/vendor/rails/actionpack/examples/debate/index.rhtml +0 -0
  343. data/vendor/rails/actionpack/examples/debate/new_topic.erb +0 -22
  344. data/vendor/rails/actionpack/examples/debate/new_topic.rhtml +0 -0
  345. data/vendor/rails/actionpack/examples/debate/topic.erb +0 -32
  346. data/vendor/rails/actionpack/examples/debate/topic.rhtml +0 -0
  347. data/vendor/rails/actionpack/examples/debate_controller.cgi +0 -57
  348. data/vendor/rails/actionpack/install.rb +0 -30
  349. data/vendor/rails/actionpack/lib/action_controller.rb +0 -85
  350. data/vendor/rails/actionpack/lib/action_controller/assertions.rb +0 -70
  351. data/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb +0 -25
  352. data/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb +0 -12
  353. data/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb +0 -141
  354. data/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb +0 -99
  355. data/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb +0 -585
  356. data/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb +0 -117
  357. data/vendor/rails/actionpack/lib/action_controller/base.rb +0 -1251
  358. data/vendor/rails/actionpack/lib/action_controller/benchmarking.rb +0 -93
  359. data/vendor/rails/actionpack/lib/action_controller/caching.rb +0 -656
  360. data/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb +0 -18
  361. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb +0 -123
  362. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/parameters.rb +0 -208
  363. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb +0 -96
  364. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb +0 -63
  365. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb +0 -23
  366. data/vendor/rails/actionpack/lib/action_controller/cgi_process.rb +0 -217
  367. data/vendor/rails/actionpack/lib/action_controller/components.rb +0 -165
  368. data/vendor/rails/actionpack/lib/action_controller/cookies.rb +0 -78
  369. data/vendor/rails/actionpack/lib/action_controller/filters.rb +0 -752
  370. data/vendor/rails/actionpack/lib/action_controller/flash.rb +0 -184
  371. data/vendor/rails/actionpack/lib/action_controller/helpers.rb +0 -153
  372. data/vendor/rails/actionpack/lib/action_controller/http_authentication.rb +0 -121
  373. data/vendor/rails/actionpack/lib/action_controller/integration.rb +0 -552
  374. data/vendor/rails/actionpack/lib/action_controller/layout.rb +0 -318
  375. data/vendor/rails/actionpack/lib/action_controller/macros/auto_complete.rb +0 -53
  376. data/vendor/rails/actionpack/lib/action_controller/macros/in_place_editing.rb +0 -33
  377. data/vendor/rails/actionpack/lib/action_controller/mime_responds.rb +0 -191
  378. data/vendor/rails/actionpack/lib/action_controller/mime_type.rb +0 -157
  379. data/vendor/rails/actionpack/lib/action_controller/mime_types.rb +0 -20
  380. data/vendor/rails/actionpack/lib/action_controller/pagination.rb +0 -402
  381. data/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb +0 -56
  382. data/vendor/rails/actionpack/lib/action_controller/record_identifier.rb +0 -91
  383. data/vendor/rails/actionpack/lib/action_controller/request.rb +0 -316
  384. data/vendor/rails/actionpack/lib/action_controller/rescue.rb +0 -152
  385. data/vendor/rails/actionpack/lib/action_controller/resources.rb +0 -485
  386. data/vendor/rails/actionpack/lib/action_controller/response.rb +0 -76
  387. data/vendor/rails/actionpack/lib/action_controller/routing.rb +0 -1365
  388. data/vendor/rails/actionpack/lib/action_controller/scaffolding.rb +0 -191
  389. data/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb +0 -335
  390. data/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb +0 -143
  391. data/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb +0 -32
  392. data/vendor/rails/actionpack/lib/action_controller/session/drb_store.rb +0 -35
  393. data/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb +0 -105
  394. data/vendor/rails/actionpack/lib/action_controller/session_management.rb +0 -150
  395. data/vendor/rails/actionpack/lib/action_controller/status_codes.rb +0 -88
  396. data/vendor/rails/actionpack/lib/action_controller/streaming.rb +0 -141
  397. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb +0 -24
  398. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml +0 -0
  399. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb +0 -26
  400. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.rhtml +0 -0
  401. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb +0 -11
  402. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.rhtml +0 -0
  403. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb +0 -29
  404. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.rhtml +0 -0
  405. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb +0 -2
  406. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.rhtml +0 -0
  407. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb +0 -10
  408. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml +0 -0
  409. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb +0 -21
  410. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml +0 -0
  411. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb +0 -2
  412. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.rhtml +0 -0
  413. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/edit.erb +0 -7
  414. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/edit.rhtml +0 -0
  415. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/layout.erb +0 -69
  416. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml +0 -0
  417. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/list.erb +0 -27
  418. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/list.rhtml +0 -0
  419. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/new.erb +0 -6
  420. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/new.rhtml +0 -0
  421. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/show.erb +0 -9
  422. data/vendor/rails/actionpack/lib/action_controller/templates/scaffolds/show.rhtml +0 -0
  423. data/vendor/rails/actionpack/lib/action_controller/test_process.rb +0 -516
  424. data/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb +0 -124
  425. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb +0 -64
  426. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb +0 -530
  427. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb +0 -828
  428. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb +0 -105
  429. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb +0 -11
  430. data/vendor/rails/actionpack/lib/action_controller/verification.rb +0 -108
  431. data/vendor/rails/actionpack/lib/action_pack.rb +0 -24
  432. data/vendor/rails/actionpack/lib/action_pack/version.rb +0 -9
  433. data/vendor/rails/actionpack/lib/action_view.rb +0 -31
  434. data/vendor/rails/actionpack/lib/action_view/base.rb +0 -625
  435. data/vendor/rails/actionpack/lib/action_view/compiled_templates.rb +0 -69
  436. data/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb +0 -237
  437. data/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb +0 -405
  438. data/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb +0 -24
  439. data/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb +0 -10
  440. data/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb +0 -128
  441. data/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb +0 -454
  442. data/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb +0 -31
  443. data/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb +0 -609
  444. data/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb +0 -372
  445. data/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb +0 -192
  446. data/vendor/rails/actionpack/lib/action_view/helpers/java_script_macros_helper.rb +0 -233
  447. data/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb +0 -193
  448. data/vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js +0 -833
  449. data/vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js +0 -942
  450. data/vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js +0 -1088
  451. data/vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js +0 -2515
  452. data/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb +0 -152
  453. data/vendor/rails/actionpack/lib/action_view/helpers/pagination_helper.rb +0 -86
  454. data/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb +0 -913
  455. data/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb +0 -20
  456. data/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb +0 -59
  457. data/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +0 -140
  458. data/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb +0 -108
  459. data/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb +0 -401
  460. data/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb +0 -496
  461. data/vendor/rails/actionpack/lib/action_view/partials.rb +0 -128
  462. data/vendor/rails/actionpack/lib/action_view/template_error.rb +0 -102
  463. data/vendor/rails/actionpack/test/abstract_unit.rb +0 -29
  464. data/vendor/rails/actionpack/test/active_record_unit.rb +0 -108
  465. data/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb +0 -142
  466. data/vendor/rails/actionpack/test/activerecord/pagination_test.rb +0 -156
  467. data/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb +0 -479
  468. data/vendor/rails/actionpack/test/controller/addresses_render_test.rb +0 -43
  469. data/vendor/rails/actionpack/test/controller/assert_select_test.rb +0 -597
  470. data/vendor/rails/actionpack/test/controller/base_test.rb +0 -134
  471. data/vendor/rails/actionpack/test/controller/benchmark_test.rb +0 -33
  472. data/vendor/rails/actionpack/test/controller/caching_test.rb +0 -262
  473. data/vendor/rails/actionpack/test/controller/capture_test.rb +0 -71
  474. data/vendor/rails/actionpack/test/controller/cgi_test.rb +0 -432
  475. data/vendor/rails/actionpack/test/controller/components_test.rb +0 -129
  476. data/vendor/rails/actionpack/test/controller/content_type_test.rb +0 -139
  477. data/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb +0 -0
  478. data/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb +0 -0
  479. data/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb +0 -0
  480. data/vendor/rails/actionpack/test/controller/cookie_test.rb +0 -88
  481. data/vendor/rails/actionpack/test/controller/custom_handler_test.rb +0 -41
  482. data/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb +0 -48
  483. data/vendor/rails/actionpack/test/controller/fake_controllers.rb +0 -16
  484. data/vendor/rails/actionpack/test/controller/filter_params_test.rb +0 -42
  485. data/vendor/rails/actionpack/test/controller/filters_test.rb +0 -752
  486. data/vendor/rails/actionpack/test/controller/flash_test.rb +0 -147
  487. data/vendor/rails/actionpack/test/controller/fragment_store_setting_test.rb +0 -45
  488. data/vendor/rails/actionpack/test/controller/helper_test.rb +0 -204
  489. data/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb +0 -104
  490. data/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb +0 -69
  491. data/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb +0 -239
  492. data/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb +0 -51
  493. data/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb +0 -125
  494. data/vendor/rails/actionpack/test/controller/http_authentication_test.rb +0 -42
  495. data/vendor/rails/actionpack/test/controller/integration_test.rb +0 -187
  496. data/vendor/rails/actionpack/test/controller/layout_test.rb +0 -202
  497. data/vendor/rails/actionpack/test/controller/mime_responds_test.rb +0 -358
  498. data/vendor/rails/actionpack/test/controller/mime_type_test.rb +0 -54
  499. data/vendor/rails/actionpack/test/controller/new_render_test.rb +0 -769
  500. data/vendor/rails/actionpack/test/controller/raw_post_test.rb +0 -74
  501. data/vendor/rails/actionpack/test/controller/record_identifier_test.rb +0 -103
  502. data/vendor/rails/actionpack/test/controller/redirect_test.rb +0 -180
  503. data/vendor/rails/actionpack/test/controller/render_test.rb +0 -404
  504. data/vendor/rails/actionpack/test/controller/request_test.rb +0 -393
  505. data/vendor/rails/actionpack/test/controller/rescue_test.rb +0 -215
  506. data/vendor/rails/actionpack/test/controller/resources_test.rb +0 -585
  507. data/vendor/rails/actionpack/test/controller/routing_test.rb +0 -1902
  508. data/vendor/rails/actionpack/test/controller/selector_test.rb +0 -628
  509. data/vendor/rails/actionpack/test/controller/send_file_test.rb +0 -127
  510. data/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb +0 -228
  511. data/vendor/rails/actionpack/test/controller/session_management_test.rb +0 -156
  512. data/vendor/rails/actionpack/test/controller/test_test.rb +0 -520
  513. data/vendor/rails/actionpack/test/controller/url_rewriter_test.rb +0 -218
  514. data/vendor/rails/actionpack/test/controller/verification_test.rb +0 -242
  515. data/vendor/rails/actionpack/test/controller/view_paths_test.rb +0 -79
  516. data/vendor/rails/actionpack/test/controller/webservice_test.rb +0 -181
  517. data/vendor/rails/actionpack/test/fixtures/addresses/list.erb +0 -1
  518. data/vendor/rails/actionpack/test/fixtures/addresses/list.rhtml +0 -0
  519. data/vendor/rails/actionpack/test/fixtures/companies.yml +0 -24
  520. data/vendor/rails/actionpack/test/fixtures/company.rb +0 -9
  521. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml +0 -1
  522. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml +0 -1
  523. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs +0 -1
  524. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml +0 -1
  525. data/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql +0 -42
  526. data/vendor/rails/actionpack/test/fixtures/developer.rb +0 -7
  527. data/vendor/rails/actionpack/test/fixtures/developers.yml +0 -21
  528. data/vendor/rails/actionpack/test/fixtures/developers_projects.yml +0 -13
  529. data/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb +0 -1
  530. data/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.rhtml +0 -0
  531. data/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb +0 -5
  532. data/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb +0 -3
  533. data/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb +0 -3
  534. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml +0 -1
  535. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml +0 -1
  536. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml +0 -1
  537. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb +0 -1
  538. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab +0 -1
  539. data/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml +0 -1
  540. data/vendor/rails/actionpack/test/fixtures/layouts/builder.builder +0 -3
  541. data/vendor/rails/actionpack/test/fixtures/layouts/builder.rxml +0 -0
  542. data/vendor/rails/actionpack/test/fixtures/layouts/standard.erb +0 -1
  543. data/vendor/rails/actionpack/test/fixtures/layouts/standard.rhtml +0 -0
  544. data/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb +0 -2
  545. data/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.rhtml +0 -0
  546. data/vendor/rails/actionpack/test/fixtures/layouts/yield.erb +0 -2
  547. data/vendor/rails/actionpack/test/fixtures/layouts/yield.rhtml +0 -0
  548. data/vendor/rails/actionpack/test/fixtures/multipart/binary_file +0 -0
  549. data/vendor/rails/actionpack/test/fixtures/multipart/large_text_file +0 -10
  550. data/vendor/rails/actionpack/test/fixtures/multipart/mixed_files +0 -0
  551. data/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg +0 -0
  552. data/vendor/rails/actionpack/test/fixtures/multipart/single_parameter +0 -5
  553. data/vendor/rails/actionpack/test/fixtures/multipart/text_file +0 -10
  554. data/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb +0 -1
  555. data/vendor/rails/actionpack/test/fixtures/override/test/hello_world.rhtml +0 -0
  556. data/vendor/rails/actionpack/test/fixtures/project.rb +0 -3
  557. data/vendor/rails/actionpack/test/fixtures/projects.yml +0 -7
  558. data/vendor/rails/actionpack/test/fixtures/public/404.html +0 -1
  559. data/vendor/rails/actionpack/test/fixtures/public/500.html +0 -1
  560. data/vendor/rails/actionpack/test/fixtures/public/images/rails.png +0 -0
  561. data/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js +0 -0
  562. data/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js +0 -1
  563. data/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js +0 -1
  564. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css +0 -1
  565. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css +0 -1
  566. data/vendor/rails/actionpack/test/fixtures/replies.yml +0 -13
  567. data/vendor/rails/actionpack/test/fixtures/reply.rb +0 -5
  568. data/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb +0 -1
  569. data/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs +0 -1
  570. data/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.rhtml +0 -1
  571. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb +0 -1
  572. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs +0 -1
  573. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder +0 -1
  574. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb +0 -1
  575. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs +0 -1
  576. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder +0 -1
  577. data/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb +0 -1
  578. data/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.rhtml +0 -0
  579. data/vendor/rails/actionpack/test/fixtures/test/_customer.erb +0 -1
  580. data/vendor/rails/actionpack/test/fixtures/test/_customer.rhtml +0 -0
  581. data/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb +0 -1
  582. data/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.rhtml +0 -0
  583. data/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb +0 -1
  584. data/vendor/rails/actionpack/test/fixtures/test/_hash_object.rhtml +0 -0
  585. data/vendor/rails/actionpack/test/fixtures/test/_hello.builder +0 -1
  586. data/vendor/rails/actionpack/test/fixtures/test/_hello.rxml +0 -0
  587. data/vendor/rails/actionpack/test/fixtures/test/_partial.erb +0 -1
  588. data/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb +0 -1
  589. data/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb +0 -1
  590. data/vendor/rails/actionpack/test/fixtures/test/_partial.rhtml +0 -0
  591. data/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb +0 -1
  592. data/vendor/rails/actionpack/test/fixtures/test/_partial_only.rhtml +0 -0
  593. data/vendor/rails/actionpack/test/fixtures/test/_person.erb +0 -2
  594. data/vendor/rails/actionpack/test/fixtures/test/_person.rhtml +0 -0
  595. data/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb +0 -2
  596. data/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.rhtml +0 -0
  597. data/vendor/rails/actionpack/test/fixtures/test/block_content_for.erb +0 -2
  598. data/vendor/rails/actionpack/test/fixtures/test/block_content_for.rhtml +0 -0
  599. data/vendor/rails/actionpack/test/fixtures/test/capturing.erb +0 -4
  600. data/vendor/rails/actionpack/test/fixtures/test/capturing.rhtml +0 -0
  601. data/vendor/rails/actionpack/test/fixtures/test/content_for.erb +0 -2
  602. data/vendor/rails/actionpack/test/fixtures/test/content_for.rhtml +0 -0
  603. data/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs +0 -2
  604. data/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb +0 -1
  605. data/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml +0 -0
  606. data/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs +0 -6
  607. data/vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb +0 -2
  608. data/vendor/rails/actionpack/test/fixtures/test/erb_content_for.rhtml +0 -0
  609. data/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb +0 -1
  610. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder +0 -1
  611. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb +0 -1
  612. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb +0 -1
  613. data/vendor/rails/actionpack/test/fixtures/test/greeting.erb +0 -1
  614. data/vendor/rails/actionpack/test/fixtures/test/greeting.rhtml +0 -0
  615. data/vendor/rails/actionpack/test/fixtures/test/hello.builder +0 -4
  616. data/vendor/rails/actionpack/test/fixtures/test/hello.rxml +0 -0
  617. data/vendor/rails/actionpack/test/fixtures/test/hello_world.builder +0 -4
  618. data/vendor/rails/actionpack/test/fixtures/test/hello_world.erb +0 -1
  619. data/vendor/rails/actionpack/test/fixtures/test/hello_world.rhtml +0 -0
  620. data/vendor/rails/actionpack/test/fixtures/test/hello_world.rxml +0 -0
  621. data/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder +0 -3
  622. data/vendor/rails/actionpack/test/fixtures/test/hello_world_container.rxml +0 -0
  623. data/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb +0 -1
  624. data/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml +0 -0
  625. data/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder +0 -11
  626. data/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.rxml +0 -0
  627. data/vendor/rails/actionpack/test/fixtures/test/list.erb +0 -1
  628. data/vendor/rails/actionpack/test/fixtures/test/list.rhtml +0 -0
  629. data/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder +0 -4
  630. data/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.rxml +0 -0
  631. data/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb +0 -4
  632. data/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.rhtml +0 -0
  633. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb +0 -1
  634. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.rhtml +0 -0
  635. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb +0 -1
  636. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.rhtml +0 -0
  637. data/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb +0 -1
  638. data/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.rhtml +0 -0
  639. data/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb +0 -9
  640. data/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.rhtml +0 -0
  641. data/vendor/rails/actionpack/test/fixtures/topic.rb +0 -3
  642. data/vendor/rails/actionpack/test/fixtures/topics.yml +0 -22
  643. data/vendor/rails/actionpack/test/template/active_record_helper_test.rb +0 -197
  644. data/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb +0 -367
  645. data/vendor/rails/actionpack/test/template/benchmark_helper_test.rb +0 -72
  646. data/vendor/rails/actionpack/test/template/compiled_templates_test.rb +0 -168
  647. data/vendor/rails/actionpack/test/template/date_helper_test.rb +0 -1394
  648. data/vendor/rails/actionpack/test/template/form_helper_test.rb +0 -611
  649. data/vendor/rails/actionpack/test/template/form_options_helper_test.rb +0 -489
  650. data/vendor/rails/actionpack/test/template/form_tag_helper_test.rb +0 -149
  651. data/vendor/rails/actionpack/test/template/java_script_macros_helper_test.rb +0 -109
  652. data/vendor/rails/actionpack/test/template/javascript_helper_test.rb +0 -67
  653. data/vendor/rails/actionpack/test/template/number_helper_test.rb +0 -89
  654. data/vendor/rails/actionpack/test/template/prototype_helper_test.rb +0 -556
  655. data/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb +0 -90
  656. data/vendor/rails/actionpack/test/template/tag_helper_test.rb +0 -74
  657. data/vendor/rails/actionpack/test/template/text_helper_test.rb +0 -356
  658. data/vendor/rails/actionpack/test/template/url_helper_test.rb +0 -423
  659. data/vendor/rails/actionpack/test/testing_sandbox.rb +0 -11
  660. data/vendor/rails/actionwebservice/CHANGELOG +0 -265
  661. data/vendor/rails/actionwebservice/MIT-LICENSE +0 -21
  662. data/vendor/rails/actionwebservice/README +0 -364
  663. data/vendor/rails/actionwebservice/Rakefile +0 -171
  664. data/vendor/rails/actionwebservice/TODO +0 -32
  665. data/vendor/rails/actionwebservice/examples/googlesearch/README +0 -143
  666. data/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_api.rb +0 -50
  667. data/vendor/rails/actionwebservice/examples/googlesearch/autoloading/google_search_controller.rb +0 -57
  668. data/vendor/rails/actionwebservice/examples/googlesearch/delegated/google_search_service.rb +0 -108
  669. data/vendor/rails/actionwebservice/examples/googlesearch/delegated/search_controller.rb +0 -7
  670. data/vendor/rails/actionwebservice/examples/googlesearch/direct/google_search_api.rb +0 -50
  671. data/vendor/rails/actionwebservice/examples/googlesearch/direct/search_controller.rb +0 -58
  672. data/vendor/rails/actionwebservice/examples/metaWeblog/README +0 -17
  673. data/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_api.rb +0 -60
  674. data/vendor/rails/actionwebservice/examples/metaWeblog/apis/blogger_service.rb +0 -34
  675. data/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_api.rb +0 -67
  676. data/vendor/rails/actionwebservice/examples/metaWeblog/apis/meta_weblog_service.rb +0 -48
  677. data/vendor/rails/actionwebservice/examples/metaWeblog/controllers/xmlrpc_controller.rb +0 -16
  678. data/vendor/rails/actionwebservice/install.rb +0 -30
  679. data/vendor/rails/actionwebservice/lib/action_web_service.rb +0 -66
  680. data/vendor/rails/actionwebservice/lib/action_web_service/api.rb +0 -301
  681. data/vendor/rails/actionwebservice/lib/action_web_service/base.rb +0 -42
  682. data/vendor/rails/actionwebservice/lib/action_web_service/casting.rb +0 -138
  683. data/vendor/rails/actionwebservice/lib/action_web_service/client.rb +0 -3
  684. data/vendor/rails/actionwebservice/lib/action_web_service/client/base.rb +0 -28
  685. data/vendor/rails/actionwebservice/lib/action_web_service/client/soap_client.rb +0 -113
  686. data/vendor/rails/actionwebservice/lib/action_web_service/client/xmlrpc_client.rb +0 -58
  687. data/vendor/rails/actionwebservice/lib/action_web_service/container.rb +0 -3
  688. data/vendor/rails/actionwebservice/lib/action_web_service/container/action_controller_container.rb +0 -93
  689. data/vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb +0 -86
  690. data/vendor/rails/actionwebservice/lib/action_web_service/container/direct_container.rb +0 -69
  691. data/vendor/rails/actionwebservice/lib/action_web_service/dispatcher.rb +0 -2
  692. data/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/abstract.rb +0 -207
  693. data/vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb +0 -379
  694. data/vendor/rails/actionwebservice/lib/action_web_service/invocation.rb +0 -202
  695. data/vendor/rails/actionwebservice/lib/action_web_service/protocol.rb +0 -4
  696. data/vendor/rails/actionwebservice/lib/action_web_service/protocol/abstract.rb +0 -112
  697. data/vendor/rails/actionwebservice/lib/action_web_service/protocol/discovery.rb +0 -37
  698. data/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb +0 -176
  699. data/vendor/rails/actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb +0 -235
  700. data/vendor/rails/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb +0 -122
  701. data/vendor/rails/actionwebservice/lib/action_web_service/scaffolding.rb +0 -283
  702. data/vendor/rails/actionwebservice/lib/action_web_service/struct.rb +0 -68
  703. data/vendor/rails/actionwebservice/lib/action_web_service/support/class_inheritable_options.rb +0 -26
  704. data/vendor/rails/actionwebservice/lib/action_web_service/support/signature_types.rb +0 -226
  705. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.erb +0 -65
  706. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml +0 -0
  707. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.erb +0 -6
  708. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/methods.rhtml +0 -0
  709. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.erb +0 -29
  710. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/parameters.rhtml +0 -0
  711. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.erb +0 -30
  712. data/vendor/rails/actionwebservice/lib/action_web_service/templates/scaffolds/result.rhtml +0 -0
  713. data/vendor/rails/actionwebservice/lib/action_web_service/test_invoke.rb +0 -110
  714. data/vendor/rails/actionwebservice/lib/action_web_service/version.rb +0 -9
  715. data/vendor/rails/actionwebservice/setup.rb +0 -1379
  716. data/vendor/rails/actionwebservice/test/abstract_client.rb +0 -183
  717. data/vendor/rails/actionwebservice/test/abstract_dispatcher.rb +0 -551
  718. data/vendor/rails/actionwebservice/test/abstract_unit.rb +0 -45
  719. data/vendor/rails/actionwebservice/test/api_test.rb +0 -102
  720. data/vendor/rails/actionwebservice/test/apis/auto_load_api.rb +0 -3
  721. data/vendor/rails/actionwebservice/test/apis/broken_auto_load_api.rb +0 -2
  722. data/vendor/rails/actionwebservice/test/base_test.rb +0 -42
  723. data/vendor/rails/actionwebservice/test/casting_test.rb +0 -86
  724. data/vendor/rails/actionwebservice/test/client_soap_test.rb +0 -153
  725. data/vendor/rails/actionwebservice/test/client_xmlrpc_test.rb +0 -152
  726. data/vendor/rails/actionwebservice/test/container_test.rb +0 -73
  727. data/vendor/rails/actionwebservice/test/dispatcher_action_controller_soap_test.rb +0 -137
  728. data/vendor/rails/actionwebservice/test/dispatcher_action_controller_xmlrpc_test.rb +0 -59
  729. data/vendor/rails/actionwebservice/test/fixtures/db_definitions/mysql.sql +0 -8
  730. data/vendor/rails/actionwebservice/test/fixtures/users.yml +0 -12
  731. data/vendor/rails/actionwebservice/test/gencov +0 -3
  732. data/vendor/rails/actionwebservice/test/invocation_test.rb +0 -185
  733. data/vendor/rails/actionwebservice/test/run +0 -6
  734. data/vendor/rails/actionwebservice/test/scaffolded_controller_test.rb +0 -146
  735. data/vendor/rails/actionwebservice/test/struct_test.rb +0 -52
  736. data/vendor/rails/actionwebservice/test/test_invoke_test.rb +0 -112
  737. data/vendor/rails/activerecord/CHANGELOG +0 -3195
  738. data/vendor/rails/activerecord/MIT-LICENSE +0 -20
  739. data/vendor/rails/activerecord/README +0 -360
  740. data/vendor/rails/activerecord/RUNNING_UNIT_TESTS +0 -64
  741. data/vendor/rails/activerecord/Rakefile +0 -223
  742. data/vendor/rails/activerecord/benchmarks/benchmark.rb +0 -26
  743. data/vendor/rails/activerecord/benchmarks/mysql_benchmark.rb +0 -19
  744. data/vendor/rails/activerecord/examples/associations.png +0 -0
  745. data/vendor/rails/activerecord/examples/associations.rb +0 -87
  746. data/vendor/rails/activerecord/examples/shared_setup.rb +0 -15
  747. data/vendor/rails/activerecord/examples/validation.rb +0 -85
  748. data/vendor/rails/activerecord/install.rb +0 -30
  749. data/vendor/rails/activerecord/lib/active_record.rb +0 -85
  750. data/vendor/rails/activerecord/lib/active_record/acts/list.rb +0 -253
  751. data/vendor/rails/activerecord/lib/active_record/acts/nested_set.rb +0 -211
  752. data/vendor/rails/activerecord/lib/active_record/acts/tree.rb +0 -96
  753. data/vendor/rails/activerecord/lib/active_record/aggregations.rb +0 -191
  754. data/vendor/rails/activerecord/lib/active_record/associations.rb +0 -1701
  755. data/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb +0 -212
  756. data/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb +0 -162
  757. data/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb +0 -56
  758. data/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb +0 -50
  759. data/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb +0 -163
  760. data/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb +0 -196
  761. data/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb +0 -245
  762. data/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb +0 -96
  763. data/vendor/rails/activerecord/lib/active_record/attribute_methods.rb +0 -75
  764. data/vendor/rails/activerecord/lib/active_record/base.rb +0 -2276
  765. data/vendor/rails/activerecord/lib/active_record/calculations.rb +0 -274
  766. data/vendor/rails/activerecord/lib/active_record/callbacks.rb +0 -371
  767. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb +0 -279
  768. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -135
  769. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb +0 -61
  770. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -393
  771. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -303
  772. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +0 -157
  773. data/vendor/rails/activerecord/lib/active_record/connection_adapters/db2_adapter.rb +0 -228
  774. data/vendor/rails/activerecord/lib/active_record/connection_adapters/firebird_adapter.rb +0 -728
  775. data/vendor/rails/activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb +0 -863
  776. data/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb +0 -421
  777. data/vendor/rails/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb +0 -349
  778. data/vendor/rails/activerecord/lib/active_record/connection_adapters/oracle_adapter.rb +0 -710
  779. data/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -582
  780. data/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb +0 -415
  781. data/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb +0 -606
  782. data/vendor/rails/activerecord/lib/active_record/connection_adapters/sybase_adapter.rb +0 -666
  783. data/vendor/rails/activerecord/lib/active_record/deprecated_associations.rb +0 -104
  784. data/vendor/rails/activerecord/lib/active_record/deprecated_finders.rb +0 -44
  785. data/vendor/rails/activerecord/lib/active_record/fixtures.rb +0 -639
  786. data/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb +0 -137
  787. data/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb +0 -77
  788. data/vendor/rails/activerecord/lib/active_record/migration.rb +0 -393
  789. data/vendor/rails/activerecord/lib/active_record/observer.rb +0 -178
  790. data/vendor/rails/activerecord/lib/active_record/query_cache.rb +0 -111
  791. data/vendor/rails/activerecord/lib/active_record/reflection.rb +0 -219
  792. data/vendor/rails/activerecord/lib/active_record/schema.rb +0 -58
  793. data/vendor/rails/activerecord/lib/active_record/schema_dumper.rb +0 -164
  794. data/vendor/rails/activerecord/lib/active_record/timestamp.rb +0 -50
  795. data/vendor/rails/activerecord/lib/active_record/transactions.rb +0 -128
  796. data/vendor/rails/activerecord/lib/active_record/validations.rb +0 -902
  797. data/vendor/rails/activerecord/lib/active_record/vendor/db2.rb +0 -362
  798. data/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb +0 -1214
  799. data/vendor/rails/activerecord/lib/active_record/version.rb +0 -9
  800. data/vendor/rails/activerecord/lib/active_record/wrappers/yaml_wrapper.rb +0 -15
  801. data/vendor/rails/activerecord/lib/active_record/wrappings.rb +0 -58
  802. data/vendor/rails/activerecord/lib/active_record/xml_serialization.rb +0 -327
  803. data/vendor/rails/activerecord/test/aaa_create_tables_test.rb +0 -59
  804. data/vendor/rails/activerecord/test/abstract_unit.rb +0 -79
  805. data/vendor/rails/activerecord/test/active_schema_test_mysql.rb +0 -31
  806. data/vendor/rails/activerecord/test/adapter_test.rb +0 -87
  807. data/vendor/rails/activerecord/test/adapter_test_sqlserver.rb +0 -95
  808. data/vendor/rails/activerecord/test/aggregations_test.rb +0 -95
  809. data/vendor/rails/activerecord/test/all.sh +0 -8
  810. data/vendor/rails/activerecord/test/ar_schema_test.rb +0 -33
  811. data/vendor/rails/activerecord/test/association_inheritance_reload.rb +0 -14
  812. data/vendor/rails/activerecord/test/associations/callbacks_test.rb +0 -126
  813. data/vendor/rails/activerecord/test/associations/cascaded_eager_loading_test.rb +0 -138
  814. data/vendor/rails/activerecord/test/associations/eager_singularization_test.rb +0 -145
  815. data/vendor/rails/activerecord/test/associations/eager_test.rb +0 -393
  816. data/vendor/rails/activerecord/test/associations/extension_test.rb +0 -42
  817. data/vendor/rails/activerecord/test/associations/join_model_test.rb +0 -497
  818. data/vendor/rails/activerecord/test/associations_test.rb +0 -1880
  819. data/vendor/rails/activerecord/test/attribute_methods_test.rb +0 -49
  820. data/vendor/rails/activerecord/test/base_test.rb +0 -1656
  821. data/vendor/rails/activerecord/test/binary_test.rb +0 -37
  822. data/vendor/rails/activerecord/test/calculations_test.rb +0 -219
  823. data/vendor/rails/activerecord/test/callbacks_test.rb +0 -400
  824. data/vendor/rails/activerecord/test/class_inheritable_attributes_test.rb +0 -32
  825. data/vendor/rails/activerecord/test/column_alias_test.rb +0 -17
  826. data/vendor/rails/activerecord/test/connection_test_firebird.rb +0 -8
  827. data/vendor/rails/activerecord/test/connections/native_db2/connection.rb +0 -25
  828. data/vendor/rails/activerecord/test/connections/native_firebird/connection.rb +0 -26
  829. data/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb +0 -27
  830. data/vendor/rails/activerecord/test/connections/native_mysql/connection.rb +0 -27
  831. data/vendor/rails/activerecord/test/connections/native_openbase/connection.rb +0 -21
  832. data/vendor/rails/activerecord/test/connections/native_oracle/connection.rb +0 -27
  833. data/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb +0 -23
  834. data/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb +0 -25
  835. data/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb +0 -25
  836. data/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb +0 -18
  837. data/vendor/rails/activerecord/test/connections/native_sqlserver/connection.rb +0 -23
  838. data/vendor/rails/activerecord/test/connections/native_sqlserver_odbc/connection.rb +0 -25
  839. data/vendor/rails/activerecord/test/connections/native_sybase/connection.rb +0 -23
  840. data/vendor/rails/activerecord/test/copy_table_test_sqlite.rb +0 -65
  841. data/vendor/rails/activerecord/test/datatype_test_postgresql.rb +0 -52
  842. data/vendor/rails/activerecord/test/default_test_firebird.rb +0 -16
  843. data/vendor/rails/activerecord/test/defaults_test.rb +0 -60
  844. data/vendor/rails/activerecord/test/deprecated_associations_test.rb +0 -396
  845. data/vendor/rails/activerecord/test/deprecated_finder_test.rb +0 -151
  846. data/vendor/rails/activerecord/test/empty_date_time_test.rb +0 -25
  847. data/vendor/rails/activerecord/test/finder_test.rb +0 -523
  848. data/vendor/rails/activerecord/test/fixtures/accounts.yml +0 -28
  849. data/vendor/rails/activerecord/test/fixtures/all/developers.yml +0 -0
  850. data/vendor/rails/activerecord/test/fixtures/all/people.csv +0 -0
  851. data/vendor/rails/activerecord/test/fixtures/all/tasks.yml +0 -0
  852. data/vendor/rails/activerecord/test/fixtures/author.rb +0 -99
  853. data/vendor/rails/activerecord/test/fixtures/author_favorites.yml +0 -4
  854. data/vendor/rails/activerecord/test/fixtures/authors.yml +0 -7
  855. data/vendor/rails/activerecord/test/fixtures/auto_id.rb +0 -4
  856. data/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_numeric_first_char +0 -1
  857. data/vendor/rails/activerecord/test/fixtures/bad_fixtures/attr_with_spaces +0 -1
  858. data/vendor/rails/activerecord/test/fixtures/bad_fixtures/blank_line +0 -3
  859. data/vendor/rails/activerecord/test/fixtures/bad_fixtures/duplicate_attributes +0 -3
  860. data/vendor/rails/activerecord/test/fixtures/bad_fixtures/missing_value +0 -1
  861. data/vendor/rails/activerecord/test/fixtures/binary.rb +0 -2
  862. data/vendor/rails/activerecord/test/fixtures/categories.yml +0 -14
  863. data/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml +0 -9
  864. data/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml +0 -4
  865. data/vendor/rails/activerecord/test/fixtures/categories_ordered.yml +0 -7
  866. data/vendor/rails/activerecord/test/fixtures/categories_posts.yml +0 -23
  867. data/vendor/rails/activerecord/test/fixtures/categorization.rb +0 -5
  868. data/vendor/rails/activerecord/test/fixtures/categorizations.yml +0 -17
  869. data/vendor/rails/activerecord/test/fixtures/category.rb +0 -20
  870. data/vendor/rails/activerecord/test/fixtures/column_name.rb +0 -3
  871. data/vendor/rails/activerecord/test/fixtures/comment.rb +0 -23
  872. data/vendor/rails/activerecord/test/fixtures/comments.yml +0 -59
  873. data/vendor/rails/activerecord/test/fixtures/companies.yml +0 -55
  874. data/vendor/rails/activerecord/test/fixtures/company.rb +0 -111
  875. data/vendor/rails/activerecord/test/fixtures/company_in_module.rb +0 -59
  876. data/vendor/rails/activerecord/test/fixtures/computer.rb +0 -3
  877. data/vendor/rails/activerecord/test/fixtures/computers.yml +0 -4
  878. data/vendor/rails/activerecord/test/fixtures/course.rb +0 -3
  879. data/vendor/rails/activerecord/test/fixtures/courses.yml +0 -7
  880. data/vendor/rails/activerecord/test/fixtures/customer.rb +0 -55
  881. data/vendor/rails/activerecord/test/fixtures/customers.yml +0 -17
  882. data/vendor/rails/activerecord/test/fixtures/db_definitions/db2.drop.sql +0 -32
  883. data/vendor/rails/activerecord/test/fixtures/db_definitions/db2.sql +0 -231
  884. data/vendor/rails/activerecord/test/fixtures/db_definitions/db22.drop.sql +0 -2
  885. data/vendor/rails/activerecord/test/fixtures/db_definitions/db22.sql +0 -5
  886. data/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.drop.sql +0 -63
  887. data/vendor/rails/activerecord/test/fixtures/db_definitions/firebird.sql +0 -304
  888. data/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.drop.sql +0 -2
  889. data/vendor/rails/activerecord/test/fixtures/db_definitions/firebird2.sql +0 -6
  890. data/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.drop.sql +0 -32
  891. data/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase.sql +0 -268
  892. data/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.drop.sql +0 -1
  893. data/vendor/rails/activerecord/test/fixtures/db_definitions/frontbase2.sql +0 -4
  894. data/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.drop.sql +0 -32
  895. data/vendor/rails/activerecord/test/fixtures/db_definitions/mysql.sql +0 -234
  896. data/vendor/rails/activerecord/test/fixtures/db_definitions/mysql2.drop.sql +0 -2
  897. data/vendor/rails/activerecord/test/fixtures/db_definitions/mysql2.sql +0 -5
  898. data/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.drop.sql +0 -2
  899. data/vendor/rails/activerecord/test/fixtures/db_definitions/openbase.sql +0 -302
  900. data/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.drop.sql +0 -2
  901. data/vendor/rails/activerecord/test/fixtures/db_definitions/openbase2.sql +0 -7
  902. data/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.drop.sql +0 -65
  903. data/vendor/rails/activerecord/test/fixtures/db_definitions/oracle.sql +0 -325
  904. data/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.drop.sql +0 -2
  905. data/vendor/rails/activerecord/test/fixtures/db_definitions/oracle2.sql +0 -6
  906. data/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.drop.sql +0 -37
  907. data/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql.sql +0 -247
  908. data/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.drop.sql +0 -2
  909. data/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql +0 -4
  910. data/vendor/rails/activerecord/test/fixtures/db_definitions/schema.rb +0 -74
  911. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.drop.sql +0 -32
  912. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite.sql +0 -215
  913. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.drop.sql +0 -2
  914. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlite2.sql +0 -5
  915. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver.drop.sql +0 -34
  916. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver.sql +0 -243
  917. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver2.drop.sql +0 -2
  918. data/vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver2.sql +0 -5
  919. data/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.drop.sql +0 -34
  920. data/vendor/rails/activerecord/test/fixtures/db_definitions/sybase.sql +0 -218
  921. data/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.drop.sql +0 -4
  922. data/vendor/rails/activerecord/test/fixtures/db_definitions/sybase2.sql +0 -5
  923. data/vendor/rails/activerecord/test/fixtures/default.rb +0 -2
  924. data/vendor/rails/activerecord/test/fixtures/developer.rb +0 -52
  925. data/vendor/rails/activerecord/test/fixtures/developers.yml +0 -21
  926. data/vendor/rails/activerecord/test/fixtures/developers_projects.yml +0 -17
  927. data/vendor/rails/activerecord/test/fixtures/developers_projects/david_action_controller +0 -3
  928. data/vendor/rails/activerecord/test/fixtures/developers_projects/david_active_record +0 -3
  929. data/vendor/rails/activerecord/test/fixtures/developers_projects/jamis_active_record +0 -2
  930. data/vendor/rails/activerecord/test/fixtures/edge.rb +0 -5
  931. data/vendor/rails/activerecord/test/fixtures/edges.yml +0 -6
  932. data/vendor/rails/activerecord/test/fixtures/entrant.rb +0 -3
  933. data/vendor/rails/activerecord/test/fixtures/entrants.yml +0 -14
  934. data/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml +0 -3
  935. data/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml +0 -2
  936. data/vendor/rails/activerecord/test/fixtures/flowers.jpg +0 -0
  937. data/vendor/rails/activerecord/test/fixtures/funny_jokes.yml +0 -10
  938. data/vendor/rails/activerecord/test/fixtures/joke.rb +0 -6
  939. data/vendor/rails/activerecord/test/fixtures/keyboard.rb +0 -3
  940. data/vendor/rails/activerecord/test/fixtures/legacy_thing.rb +0 -3
  941. data/vendor/rails/activerecord/test/fixtures/legacy_things.yml +0 -3
  942. data/vendor/rails/activerecord/test/fixtures/migrations/1_people_have_last_names.rb +0 -9
  943. data/vendor/rails/activerecord/test/fixtures/migrations/2_we_need_reminders.rb +0 -12
  944. data/vendor/rails/activerecord/test/fixtures/migrations/3_innocent_jointable.rb +0 -12
  945. data/vendor/rails/activerecord/test/fixtures/migrations_with_decimal/1_give_me_big_numbers.rb +0 -15
  946. data/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/1_people_have_last_names.rb +0 -9
  947. data/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/2_we_need_reminders.rb +0 -12
  948. data/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb +0 -7
  949. data/vendor/rails/activerecord/test/fixtures/migrations_with_duplicate/3_innocent_jointable.rb +0 -12
  950. data/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1000_people_have_middle_names.rb +0 -9
  951. data/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/1_people_have_last_names.rb +0 -9
  952. data/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/3_we_need_reminders.rb +0 -12
  953. data/vendor/rails/activerecord/test/fixtures/migrations_with_missing_versions/4_innocent_jointable.rb +0 -12
  954. data/vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb +0 -3
  955. data/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml +0 -6
  956. data/vendor/rails/activerecord/test/fixtures/mixin.rb +0 -63
  957. data/vendor/rails/activerecord/test/fixtures/mixins.yml +0 -127
  958. data/vendor/rails/activerecord/test/fixtures/movie.rb +0 -5
  959. data/vendor/rails/activerecord/test/fixtures/movies.yml +0 -7
  960. data/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv +0 -1
  961. data/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml +0 -1
  962. data/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml +0 -1
  963. data/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml +0 -1
  964. data/vendor/rails/activerecord/test/fixtures/order.rb +0 -4
  965. data/vendor/rails/activerecord/test/fixtures/people.yml +0 -3
  966. data/vendor/rails/activerecord/test/fixtures/person.rb +0 -4
  967. data/vendor/rails/activerecord/test/fixtures/post.rb +0 -58
  968. data/vendor/rails/activerecord/test/fixtures/posts.yml +0 -48
  969. data/vendor/rails/activerecord/test/fixtures/project.rb +0 -27
  970. data/vendor/rails/activerecord/test/fixtures/projects.yml +0 -7
  971. data/vendor/rails/activerecord/test/fixtures/reader.rb +0 -4
  972. data/vendor/rails/activerecord/test/fixtures/readers.yml +0 -4
  973. data/vendor/rails/activerecord/test/fixtures/reply.rb +0 -37
  974. data/vendor/rails/activerecord/test/fixtures/subject.rb +0 -4
  975. data/vendor/rails/activerecord/test/fixtures/subscriber.rb +0 -6
  976. data/vendor/rails/activerecord/test/fixtures/subscribers/first +0 -2
  977. data/vendor/rails/activerecord/test/fixtures/subscribers/second +0 -2
  978. data/vendor/rails/activerecord/test/fixtures/tag.rb +0 -7
  979. data/vendor/rails/activerecord/test/fixtures/tagging.rb +0 -6
  980. data/vendor/rails/activerecord/test/fixtures/taggings.yml +0 -18
  981. data/vendor/rails/activerecord/test/fixtures/tags.yml +0 -7
  982. data/vendor/rails/activerecord/test/fixtures/task.rb +0 -3
  983. data/vendor/rails/activerecord/test/fixtures/tasks.yml +0 -7
  984. data/vendor/rails/activerecord/test/fixtures/topic.rb +0 -25
  985. data/vendor/rails/activerecord/test/fixtures/topics.yml +0 -22
  986. data/vendor/rails/activerecord/test/fixtures/vertex.rb +0 -9
  987. data/vendor/rails/activerecord/test/fixtures/vertices.yml +0 -4
  988. data/vendor/rails/activerecord/test/fixtures_test.rb +0 -410
  989. data/vendor/rails/activerecord/test/inheritance_test.rb +0 -212
  990. data/vendor/rails/activerecord/test/lifecycle_test.rb +0 -137
  991. data/vendor/rails/activerecord/test/locking_test.rb +0 -241
  992. data/vendor/rails/activerecord/test/method_scoping_test.rb +0 -416
  993. data/vendor/rails/activerecord/test/migration_test.rb +0 -781
  994. data/vendor/rails/activerecord/test/migration_test_firebird.rb +0 -124
  995. data/vendor/rails/activerecord/test/mixin_nested_set_test.rb +0 -196
  996. data/vendor/rails/activerecord/test/mixin_test.rb +0 -550
  997. data/vendor/rails/activerecord/test/modules_test.rb +0 -34
  998. data/vendor/rails/activerecord/test/multiple_db_test.rb +0 -60
  999. data/vendor/rails/activerecord/test/pk_test.rb +0 -101
  1000. data/vendor/rails/activerecord/test/query_cache_test.rb +0 -107
  1001. data/vendor/rails/activerecord/test/readonly_test.rb +0 -107
  1002. data/vendor/rails/activerecord/test/reflection_test.rb +0 -166
  1003. data/vendor/rails/activerecord/test/schema_authorization_test_postgresql.rb +0 -75
  1004. data/vendor/rails/activerecord/test/schema_dumper_test.rb +0 -124
  1005. data/vendor/rails/activerecord/test/schema_test_postgresql.rb +0 -64
  1006. data/vendor/rails/activerecord/test/synonym_test_oracle.rb +0 -17
  1007. data/vendor/rails/activerecord/test/table_name_test_sqlserver.rb +0 -23
  1008. data/vendor/rails/activerecord/test/threaded_connections_test.rb +0 -48
  1009. data/vendor/rails/activerecord/test/transactions_test.rb +0 -268
  1010. data/vendor/rails/activerecord/test/unconnected_test.rb +0 -32
  1011. data/vendor/rails/activerecord/test/validations_test.rb +0 -1131
  1012. data/vendor/rails/activerecord/test/xml_serialization_test.rb +0 -153
  1013. data/vendor/rails/activeresource/CHANGELOG +0 -177
  1014. data/vendor/rails/activeresource/MIT-LICENSE +0 -20
  1015. data/vendor/rails/activeresource/README +0 -235
  1016. data/vendor/rails/activeresource/Rakefile +0 -132
  1017. data/vendor/rails/activeresource/lib/active_resource.rb +0 -47
  1018. data/vendor/rails/activeresource/lib/active_resource/base.rb +0 -424
  1019. data/vendor/rails/activeresource/lib/active_resource/connection.rb +0 -161
  1020. data/vendor/rails/activeresource/lib/active_resource/custom_methods.rb +0 -104
  1021. data/vendor/rails/activeresource/lib/active_resource/http_mock.rb +0 -131
  1022. data/vendor/rails/activeresource/lib/active_resource/struct.rb +0 -16
  1023. data/vendor/rails/activeresource/lib/active_resource/validations.rb +0 -161
  1024. data/vendor/rails/activeresource/lib/active_resource/version.rb +0 -9
  1025. data/vendor/rails/activeresource/test/abstract_unit.rb +0 -10
  1026. data/vendor/rails/activeresource/test/authorization_test.rb +0 -82
  1027. data/vendor/rails/activeresource/test/base/custom_methods_test.rb +0 -87
  1028. data/vendor/rails/activeresource/test/base/equality_test.rb +0 -43
  1029. data/vendor/rails/activeresource/test/base/load_test.rb +0 -111
  1030. data/vendor/rails/activeresource/test/base_errors_test.rb +0 -35
  1031. data/vendor/rails/activeresource/test/base_test.rb +0 -390
  1032. data/vendor/rails/activeresource/test/connection_test.rb +0 -148
  1033. data/vendor/rails/activeresource/test/fixtures/beast.rb +0 -14
  1034. data/vendor/rails/activeresource/test/fixtures/person.rb +0 -3
  1035. data/vendor/rails/activeresource/test/fixtures/street_address.rb +0 -4
  1036. data/vendor/rails/activeresource/test/setter_trap.rb +0 -29
  1037. data/vendor/rails/activesupport/CHANGELOG +0 -787
  1038. data/vendor/rails/activesupport/MIT-LICENSE +0 -20
  1039. data/vendor/rails/activesupport/README +0 -43
  1040. data/vendor/rails/activesupport/Rakefile +0 -82
  1041. data/vendor/rails/activesupport/install.rb +0 -30
  1042. data/vendor/rails/activesupport/lib/active_support.rb +0 -46
  1043. data/vendor/rails/activesupport/lib/active_support/caching_tools.rb +0 -62
  1044. data/vendor/rails/activesupport/lib/active_support/clean_logger.rb +0 -78
  1045. data/vendor/rails/activesupport/lib/active_support/core_ext.rb +0 -1
  1046. data/vendor/rails/activesupport/lib/active_support/core_ext/array.rb +0 -7
  1047. data/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb +0 -72
  1048. data/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb +0 -55
  1049. data/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb +0 -3
  1050. data/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb +0 -7
  1051. data/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb +0 -50
  1052. data/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb +0 -5
  1053. data/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb +0 -14
  1054. data/vendor/rails/activesupport/lib/active_support/core_ext/class.rb +0 -3
  1055. data/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb +0 -48
  1056. data/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb +0 -140
  1057. data/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb +0 -24
  1058. data/vendor/rails/activesupport/lib/active_support/core_ext/date.rb +0 -10
  1059. data/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb +0 -13
  1060. data/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb +0 -45
  1061. data/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb +0 -40
  1062. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb +0 -8
  1063. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb +0 -173
  1064. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb +0 -33
  1065. data/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb +0 -62
  1066. data/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb +0 -33
  1067. data/vendor/rails/activesupport/lib/active_support/core_ext/file.rb +0 -21
  1068. data/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb +0 -12
  1069. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb +0 -221
  1070. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb +0 -11
  1071. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb +0 -101
  1072. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb +0 -53
  1073. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb +0 -25
  1074. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb +0 -28
  1075. data/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb +0 -7
  1076. data/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb +0 -24
  1077. data/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb +0 -21
  1078. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb +0 -5
  1079. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb +0 -11
  1080. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb +0 -15
  1081. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb +0 -13
  1082. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb +0 -51
  1083. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb +0 -24
  1084. data/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb +0 -38
  1085. data/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb +0 -16
  1086. data/vendor/rails/activesupport/lib/active_support/core_ext/module.rb +0 -8
  1087. data/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb +0 -70
  1088. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb +0 -31
  1089. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb +0 -31
  1090. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb +0 -48
  1091. data/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb +0 -41
  1092. data/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb +0 -11
  1093. data/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb +0 -35
  1094. data/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb +0 -13
  1095. data/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb +0 -17
  1096. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb +0 -7
  1097. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb +0 -44
  1098. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb +0 -91
  1099. data/vendor/rails/activesupport/lib/active_support/core_ext/object.rb +0 -2
  1100. data/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb +0 -47
  1101. data/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb +0 -54
  1102. data/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb +0 -7
  1103. data/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb +0 -14
  1104. data/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb +0 -12
  1105. data/vendor/rails/activesupport/lib/active_support/core_ext/range.rb +0 -5
  1106. data/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb +0 -21
  1107. data/vendor/rails/activesupport/lib/active_support/core_ext/string.rb +0 -15
  1108. data/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb +0 -58
  1109. data/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb +0 -19
  1110. data/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb +0 -153
  1111. data/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb +0 -17
  1112. data/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb +0 -20
  1113. data/vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb +0 -42
  1114. data/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb +0 -12
  1115. data/vendor/rails/activesupport/lib/active_support/core_ext/test.rb +0 -2
  1116. data/vendor/rails/activesupport/lib/active_support/core_ext/test/difference.rb +0 -40
  1117. data/vendor/rails/activesupport/lib/active_support/core_ext/time.rb +0 -19
  1118. data/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb +0 -13
  1119. data/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb +0 -239
  1120. data/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb +0 -39
  1121. data/vendor/rails/activesupport/lib/active_support/dependencies.rb +0 -539
  1122. data/vendor/rails/activesupport/lib/active_support/deprecation.rb +0 -202
  1123. data/vendor/rails/activesupport/lib/active_support/duration.rb +0 -89
  1124. data/vendor/rails/activesupport/lib/active_support/inflections.rb +0 -52
  1125. data/vendor/rails/activesupport/lib/active_support/inflector.rb +0 -275
  1126. data/vendor/rails/activesupport/lib/active_support/json.rb +0 -31
  1127. data/vendor/rails/activesupport/lib/active_support/json/decoding.rb +0 -40
  1128. data/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb +0 -5
  1129. data/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb +0 -5
  1130. data/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb +0 -12
  1131. data/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb +0 -5
  1132. data/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb +0 -5
  1133. data/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb +0 -10
  1134. data/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb +0 -5
  1135. data/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb +0 -27
  1136. data/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb +0 -5
  1137. data/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb +0 -5
  1138. data/vendor/rails/activesupport/lib/active_support/json/encoding.rb +0 -45
  1139. data/vendor/rails/activesupport/lib/active_support/json/variable.rb +0 -10
  1140. data/vendor/rails/activesupport/lib/active_support/multibyte.rb +0 -7
  1141. data/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb +0 -129
  1142. data/vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb +0 -149
  1143. data/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb +0 -9
  1144. data/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb +0 -458
  1145. data/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb +0 -43
  1146. data/vendor/rails/activesupport/lib/active_support/option_merger.rb +0 -25
  1147. data/vendor/rails/activesupport/lib/active_support/ordered_options.rb +0 -44
  1148. data/vendor/rails/activesupport/lib/active_support/reloadable.rb +0 -60
  1149. data/vendor/rails/activesupport/lib/active_support/values/time_zone.rb +0 -180
  1150. data/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat +0 -0
  1151. data/vendor/rails/activesupport/lib/active_support/vendor/builder.rb +0 -13
  1152. data/vendor/rails/activesupport/lib/active_support/vendor/builder/blankslate.rb +0 -63
  1153. data/vendor/rails/activesupport/lib/active_support/vendor/builder/xchar.rb +0 -112
  1154. data/vendor/rails/activesupport/lib/active_support/vendor/builder/xmlbase.rb +0 -145
  1155. data/vendor/rails/activesupport/lib/active_support/vendor/builder/xmlevents.rb +0 -63
  1156. data/vendor/rails/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb +0 -327
  1157. data/vendor/rails/activesupport/lib/active_support/vendor/xml_simple.rb +0 -1021
  1158. data/vendor/rails/activesupport/lib/active_support/version.rb +0 -9
  1159. data/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -38
  1160. data/vendor/rails/activesupport/test/abstract_unit.rb +0 -7
  1161. data/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb +0 -2
  1162. data/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb +0 -2
  1163. data/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb +0 -2
  1164. data/vendor/rails/activesupport/test/autoloading_fixtures/application.rb +0 -1
  1165. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb +0 -3
  1166. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb +0 -3
  1167. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb +0 -2
  1168. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb +0 -7
  1169. data/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb +0 -1
  1170. data/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb +0 -5
  1171. data/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb +0 -2
  1172. data/vendor/rails/activesupport/test/autoloading_fixtures/e.rb +0 -2
  1173. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb +0 -2
  1174. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb +0 -4
  1175. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb +0 -2
  1176. data/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb +0 -1
  1177. data/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb +0 -2
  1178. data/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb +0 -3
  1179. data/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb +0 -3
  1180. data/vendor/rails/activesupport/test/caching_tools_test.rb +0 -79
  1181. data/vendor/rails/activesupport/test/clean_logger_test.rb +0 -87
  1182. data/vendor/rails/activesupport/test/core_ext/array_ext_test.rb +0 -182
  1183. data/vendor/rails/activesupport/test/core_ext/blank_test.rb +0 -11
  1184. data/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb +0 -14
  1185. data/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb +0 -31
  1186. data/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb +0 -208
  1187. data/vendor/rails/activesupport/test/core_ext/class_test.rb +0 -36
  1188. data/vendor/rails/activesupport/test/core_ext/date_ext_test.rb +0 -21
  1189. data/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb +0 -152
  1190. data/vendor/rails/activesupport/test/core_ext/duration_test.rb +0 -21
  1191. data/vendor/rails/activesupport/test/core_ext/enumerable_test.rb +0 -61
  1192. data/vendor/rails/activesupport/test/core_ext/exception_test.rb +0 -64
  1193. data/vendor/rails/activesupport/test/core_ext/file_test.rb +0 -29
  1194. data/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb +0 -622
  1195. data/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb +0 -37
  1196. data/vendor/rails/activesupport/test/core_ext/kernel_test.rb +0 -43
  1197. data/vendor/rails/activesupport/test/core_ext/load_error_tests.rb +0 -16
  1198. data/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default.rb +0 -30
  1199. data/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb +0 -30
  1200. data/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb +0 -52
  1201. data/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb +0 -33
  1202. data/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb +0 -31
  1203. data/vendor/rails/activesupport/test/core_ext/module_test.rb +0 -274
  1204. data/vendor/rails/activesupport/test/core_ext/name_error_test.rb +0 -24
  1205. data/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb +0 -104
  1206. data/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb +0 -216
  1207. data/vendor/rails/activesupport/test/core_ext/pathname_test.rb +0 -9
  1208. data/vendor/rails/activesupport/test/core_ext/proc_test.rb +0 -11
  1209. data/vendor/rails/activesupport/test/core_ext/range_ext_test.rb +0 -13
  1210. data/vendor/rails/activesupport/test/core_ext/string_ext_test.rb +0 -152
  1211. data/vendor/rails/activesupport/test/core_ext/symbol_test.rb +0 -9
  1212. data/vendor/rails/activesupport/test/core_ext/time_ext_test.rb +0 -373
  1213. data/vendor/rails/activesupport/test/dependencies/check_warnings.rb +0 -2
  1214. data/vendor/rails/activesupport/test/dependencies/conflict.rb +0 -1
  1215. data/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb +0 -3
  1216. data/vendor/rails/activesupport/test/dependencies/mutual_one.rb +0 -4
  1217. data/vendor/rails/activesupport/test/dependencies/mutual_two.rb +0 -4
  1218. data/vendor/rails/activesupport/test/dependencies/raises_exception.rb +0 -3
  1219. data/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb +0 -1
  1220. data/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb +0 -1
  1221. data/vendor/rails/activesupport/test/dependencies/service_one.rb +0 -5
  1222. data/vendor/rails/activesupport/test/dependencies/service_two.rb +0 -2
  1223. data/vendor/rails/activesupport/test/dependencies_test.rb +0 -752
  1224. data/vendor/rails/activesupport/test/deprecation_test.rb +0 -151
  1225. data/vendor/rails/activesupport/test/inflector_test.rb +0 -438
  1226. data/vendor/rails/activesupport/test/json/decoding_test.rb +0 -28
  1227. data/vendor/rails/activesupport/test/json/encoding_test.rb +0 -96
  1228. data/vendor/rails/activesupport/test/multibyte_chars_test.rb +0 -164
  1229. data/vendor/rails/activesupport/test/multibyte_conformance.rb +0 -141
  1230. data/vendor/rails/activesupport/test/multibyte_handler_test.rb +0 -277
  1231. data/vendor/rails/activesupport/test/option_merger_test.rb +0 -50
  1232. data/vendor/rails/activesupport/test/ordered_options_test.rb +0 -80
  1233. data/vendor/rails/activesupport/test/reloadable_test.rb +0 -123
  1234. data/vendor/rails/activesupport/test/test_test.rb +0 -56
  1235. data/vendor/rails/activesupport/test/time_zone_test.rb +0 -91
  1236. data/vendor/rails/activesupport/test/whiny_nil_test.rb +0 -38
  1237. data/vendor/rails/railties/CHANGELOG +0 -1407
  1238. data/vendor/rails/railties/MIT-LICENSE +0 -20
  1239. data/vendor/rails/railties/README +0 -180
  1240. data/vendor/rails/railties/Rakefile +0 -355
  1241. data/vendor/rails/railties/bin/about +0 -3
  1242. data/vendor/rails/railties/bin/console +0 -3
  1243. data/vendor/rails/railties/bin/destroy +0 -3
  1244. data/vendor/rails/railties/bin/generate +0 -3
  1245. data/vendor/rails/railties/bin/performance/benchmarker +0 -3
  1246. data/vendor/rails/railties/bin/performance/profiler +0 -3
  1247. data/vendor/rails/railties/bin/plugin +0 -3
  1248. data/vendor/rails/railties/bin/process/inspector +0 -3
  1249. data/vendor/rails/railties/bin/process/reaper +0 -3
  1250. data/vendor/rails/railties/bin/process/spawner +0 -3
  1251. data/vendor/rails/railties/bin/rails +0 -19
  1252. data/vendor/rails/railties/bin/runner +0 -3
  1253. data/vendor/rails/railties/bin/server +0 -3
  1254. data/vendor/rails/railties/builtin/rails_info/rails/info.rb +0 -123
  1255. data/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb +0 -9
  1256. data/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb +0 -2
  1257. data/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb +0 -2
  1258. data/vendor/rails/railties/configs/apache.conf +0 -40
  1259. data/vendor/rails/railties/configs/databases/frontbase.yml +0 -28
  1260. data/vendor/rails/railties/configs/databases/mysql.yml +0 -48
  1261. data/vendor/rails/railties/configs/databases/oracle.yml +0 -39
  1262. data/vendor/rails/railties/configs/databases/postgresql.yml +0 -44
  1263. data/vendor/rails/railties/configs/databases/sqlite2.yml +0 -16
  1264. data/vendor/rails/railties/configs/databases/sqlite3.yml +0 -19
  1265. data/vendor/rails/railties/configs/initializers/inflections.rb +0 -8
  1266. data/vendor/rails/railties/configs/initializers/mime_types.rb +0 -3
  1267. data/vendor/rails/railties/configs/lighttpd.conf +0 -54
  1268. data/vendor/rails/railties/configs/routes.rb +0 -27
  1269. data/vendor/rails/railties/dispatches/dispatch.fcgi +0 -24
  1270. data/vendor/rails/railties/dispatches/dispatch.rb +0 -10
  1271. data/vendor/rails/railties/dispatches/gateway.cgi +0 -97
  1272. data/vendor/rails/railties/doc/README_FOR_APP +0 -2
  1273. data/vendor/rails/railties/environments/boot.rb +0 -36
  1274. data/vendor/rails/railties/environments/development.rb +0 -18
  1275. data/vendor/rails/railties/environments/environment.rb +0 -55
  1276. data/vendor/rails/railties/environments/production.rb +0 -18
  1277. data/vendor/rails/railties/environments/test.rb +0 -19
  1278. data/vendor/rails/railties/fresh_rakefile +0 -10
  1279. data/vendor/rails/railties/helpers/application.rb +0 -6
  1280. data/vendor/rails/railties/helpers/application_helper.rb +0 -3
  1281. data/vendor/rails/railties/helpers/test_helper.rb +0 -36
  1282. data/vendor/rails/railties/html/404.html +0 -30
  1283. data/vendor/rails/railties/html/500.html +0 -30
  1284. data/vendor/rails/railties/html/favicon.ico +0 -0
  1285. data/vendor/rails/railties/html/images/rails.png +0 -0
  1286. data/vendor/rails/railties/html/index.html +0 -277
  1287. data/vendor/rails/railties/html/javascripts/application.js +0 -2
  1288. data/vendor/rails/railties/html/javascripts/controls.js +0 -833
  1289. data/vendor/rails/railties/html/javascripts/dragdrop.js +0 -942
  1290. data/vendor/rails/railties/html/javascripts/effects.js +0 -1088
  1291. data/vendor/rails/railties/html/javascripts/prototype.js +0 -2515
  1292. data/vendor/rails/railties/html/robots.txt +0 -1
  1293. data/vendor/rails/railties/lib/code_statistics.rb +0 -107
  1294. data/vendor/rails/railties/lib/commands.rb +0 -17
  1295. data/vendor/rails/railties/lib/commands/about.rb +0 -2
  1296. data/vendor/rails/railties/lib/commands/console.rb +0 -32
  1297. data/vendor/rails/railties/lib/commands/destroy.rb +0 -6
  1298. data/vendor/rails/railties/lib/commands/generate.rb +0 -6
  1299. data/vendor/rails/railties/lib/commands/ncgi/listener +0 -86
  1300. data/vendor/rails/railties/lib/commands/ncgi/tracker +0 -69
  1301. data/vendor/rails/railties/lib/commands/performance/benchmarker.rb +0 -24
  1302. data/vendor/rails/railties/lib/commands/performance/profiler.rb +0 -50
  1303. data/vendor/rails/railties/lib/commands/plugin.rb +0 -918
  1304. data/vendor/rails/railties/lib/commands/process/inspector.rb +0 -68
  1305. data/vendor/rails/railties/lib/commands/process/reaper.rb +0 -149
  1306. data/vendor/rails/railties/lib/commands/process/spawner.rb +0 -209
  1307. data/vendor/rails/railties/lib/commands/process/spinner.rb +0 -57
  1308. data/vendor/rails/railties/lib/commands/runner.rb +0 -48
  1309. data/vendor/rails/railties/lib/commands/server.rb +0 -39
  1310. data/vendor/rails/railties/lib/commands/servers/base.rb +0 -31
  1311. data/vendor/rails/railties/lib/commands/servers/lighttpd.rb +0 -94
  1312. data/vendor/rails/railties/lib/commands/servers/mongrel.rb +0 -69
  1313. data/vendor/rails/railties/lib/commands/servers/webrick.rb +0 -65
  1314. data/vendor/rails/railties/lib/commands/update.rb +0 -4
  1315. data/vendor/rails/railties/lib/console_app.rb +0 -27
  1316. data/vendor/rails/railties/lib/console_sandbox.rb +0 -6
  1317. data/vendor/rails/railties/lib/console_with_helpers.rb +0 -23
  1318. data/vendor/rails/railties/lib/dispatcher.rb +0 -181
  1319. data/vendor/rails/railties/lib/fcgi_handler.rb +0 -207
  1320. data/vendor/rails/railties/lib/initializer.rb +0 -693
  1321. data/vendor/rails/railties/lib/rails/plugin/loader.rb +0 -123
  1322. data/vendor/rails/railties/lib/rails/plugin/locator.rb +0 -59
  1323. data/vendor/rails/railties/lib/rails/version.rb +0 -9
  1324. data/vendor/rails/railties/lib/rails_generator.rb +0 -43
  1325. data/vendor/rails/railties/lib/rails_generator/base.rb +0 -261
  1326. data/vendor/rails/railties/lib/rails_generator/commands.rb +0 -581
  1327. data/vendor/rails/railties/lib/rails_generator/generated_attribute.rb +0 -42
  1328. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE +0 -16
  1329. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb +0 -175
  1330. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE +0 -30
  1331. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -37
  1332. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -10
  1333. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -18
  1334. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
  1335. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
  1336. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE +0 -14
  1337. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
  1338. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
  1339. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE +0 -18
  1340. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -34
  1341. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
  1342. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
  1343. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -13
  1344. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -37
  1345. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
  1346. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
  1347. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE +0 -14
  1348. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -7
  1349. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -7
  1350. data/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE +0 -26
  1351. data/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb +0 -38
  1352. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -11
  1353. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb +0 -13
  1354. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb +0 -2
  1355. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -10
  1356. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE +0 -15
  1357. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
  1358. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
  1359. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -10
  1360. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE +0 -35
  1361. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
  1362. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
  1363. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README +0 -13
  1364. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -22
  1365. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
  1366. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
  1367. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
  1368. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
  1369. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
  1370. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
  1371. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
  1372. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
  1373. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE +0 -30
  1374. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -63
  1375. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/USAGE +0 -18
  1376. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
  1377. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/fixtures.yml +0 -0
  1378. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -20
  1379. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
  1380. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/migration.rb +0 -0
  1381. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/model.rb +0 -0
  1382. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/unit_test.rb +0 -0
  1383. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE +0 -37
  1384. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -92
  1385. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -85
  1386. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/fixtures.yml +0 -11
  1387. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -57
  1388. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
  1389. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
  1390. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/migration.rb +0 -13
  1391. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/model.rb +0 -2
  1392. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -74
  1393. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/unit_test.rb +0 -10
  1394. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -19
  1395. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
  1396. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -18
  1397. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
  1398. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE +0 -15
  1399. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
  1400. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
  1401. data/vendor/rails/railties/lib/rails_generator/generators/components/web_service/USAGE +0 -28
  1402. data/vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/api_definition.rb +0 -5
  1403. data/vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/controller.rb +0 -8
  1404. data/vendor/rails/railties/lib/rails_generator/generators/components/web_service/templates/functional_test.rb +0 -19
  1405. data/vendor/rails/railties/lib/rails_generator/generators/components/web_service/web_service_generator.rb +0 -29
  1406. data/vendor/rails/railties/lib/rails_generator/lookup.rb +0 -209
  1407. data/vendor/rails/railties/lib/rails_generator/manifest.rb +0 -53
  1408. data/vendor/rails/railties/lib/rails_generator/options.rb +0 -143
  1409. data/vendor/rails/railties/lib/rails_generator/scripts.rb +0 -83
  1410. data/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb +0 -30
  1411. data/vendor/rails/railties/lib/rails_generator/scripts/generate.rb +0 -7
  1412. data/vendor/rails/railties/lib/rails_generator/scripts/update.rb +0 -12
  1413. data/vendor/rails/railties/lib/rails_generator/simple_logger.rb +0 -46
  1414. data/vendor/rails/railties/lib/rails_generator/spec.rb +0 -44
  1415. data/vendor/rails/railties/lib/railties_path.rb +0 -1
  1416. data/vendor/rails/railties/lib/ruby_version_check.rb +0 -17
  1417. data/vendor/rails/railties/lib/rubyprof_ext.rb +0 -35
  1418. data/vendor/rails/railties/lib/tasks/annotations.rake +0 -84
  1419. data/vendor/rails/railties/lib/tasks/databases.rake +0 -187
  1420. data/vendor/rails/railties/lib/tasks/documentation.rake +0 -82
  1421. data/vendor/rails/railties/lib/tasks/framework.rake +0 -112
  1422. data/vendor/rails/railties/lib/tasks/log.rake +0 -9
  1423. data/vendor/rails/railties/lib/tasks/misc.rake +0 -4
  1424. data/vendor/rails/railties/lib/tasks/pre_namespace_aliases.rake +0 -53
  1425. data/vendor/rails/railties/lib/tasks/rails.rb +0 -8
  1426. data/vendor/rails/railties/lib/tasks/statistics.rake +0 -18
  1427. data/vendor/rails/railties/lib/tasks/testing.rake +0 -120
  1428. data/vendor/rails/railties/lib/tasks/tmp.rake +0 -37
  1429. data/vendor/rails/railties/lib/test_help.rb +0 -17
  1430. data/vendor/rails/railties/lib/webrick_server.rb +0 -165
  1431. data/vendor/rails/railties/test/abstract_unit.rb +0 -17
  1432. data/vendor/rails/railties/test/dispatcher_test.rb +0 -139
  1433. data/vendor/rails/railties/test/fcgi_dispatcher_test.rb +0 -266
  1434. data/vendor/rails/railties/test/fixtures/environment_with_constant.rb +0 -1
  1435. data/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb +0 -0
  1436. data/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb +0 -2
  1437. data/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb +0 -0
  1438. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb +0 -7
  1439. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb +0 -2
  1440. data/vendor/rails/railties/test/initializer_test.rb +0 -22
  1441. data/vendor/rails/railties/test/mocks/dispatcher.rb +0 -13
  1442. data/vendor/rails/railties/test/mocks/fcgi.rb +0 -15
  1443. data/vendor/rails/railties/test/mocks/routes.rb +0 -6
  1444. data/vendor/rails/railties/test/mocks/stubbed_breakpoint.rb +0 -2
  1445. data/vendor/rails/railties/test/mocks/stubbed_kernel.rb +0 -5
  1446. data/vendor/rails/railties/test/plugin_loader_test.rb +0 -78
  1447. data/vendor/rails/railties/test/plugin_locator_test.rb +0 -41
  1448. data/vendor/rails/railties/test/plugin_test_helper.rb +0 -18
  1449. data/vendor/rails/railties/test/rails_generator_test.rb +0 -137
  1450. data/vendor/rails/railties/test/rails_info_controller_test.rb +0 -48
  1451. data/vendor/rails/railties/test/rails_info_test.rb +0 -98
@@ -1,50 +0,0 @@
1
- require File.dirname(__FILE__) + '/abstract_unit'
2
-
3
- class OptionMergerTest < Test::Unit::TestCase
4
- def setup
5
- @options = {:hello => 'world'}
6
- end
7
-
8
- def test_method_with_options_merges_options_when_options_are_present
9
- local_options = {:cool => true}
10
-
11
- with_options(@options) do |o|
12
- assert_equal local_options, method_with_options(local_options)
13
- assert_equal @options.merge(local_options),
14
- o.method_with_options(local_options)
15
- end
16
- end
17
-
18
- def test_method_with_options_appends_options_when_options_are_missing
19
- with_options(@options) do |o|
20
- assert_equal Hash.new, method_with_options
21
- assert_equal @options, o.method_with_options
22
- end
23
- end
24
-
25
- def test_method_with_options_allows_to_overwrite_options
26
- local_options = {:hello => 'moon'}
27
- assert_equal @options.keys, local_options.keys
28
-
29
- with_options(@options) do |o|
30
- assert_equal local_options, method_with_options(local_options)
31
- assert_equal @options.merge(local_options),
32
- o.method_with_options(local_options)
33
- assert_equal local_options, o.method_with_options(local_options)
34
- end
35
- with_options(local_options) do |o|
36
- assert_equal local_options.merge(@options),
37
- o.method_with_options(@options)
38
- end
39
- end
40
-
41
- # Needed when counting objects with the ObjectSpace
42
- def test_option_merger_class_method
43
- assert_equal ActiveSupport::OptionMerger, ActiveSupport::OptionMerger.new('', '').class
44
- end
45
-
46
- private
47
- def method_with_options(options = {})
48
- options
49
- end
50
- end
@@ -1,80 +0,0 @@
1
- require File.dirname(__FILE__) + '/abstract_unit'
2
-
3
- class OrderedHashTest < Test::Unit::TestCase
4
- def setup
5
- @keys = %w( blue green red pink orange )
6
- @values = %w( 000099 009900 aa0000 cc0066 cc6633 )
7
- @ordered_hash = ActiveSupport::OrderedHash.new(@keys.zip(@values))
8
- end
9
-
10
- def test_order
11
- assert_equal @keys, @ordered_hash.keys
12
- assert_equal @values, @ordered_hash.values
13
- end
14
-
15
- def test_access
16
- assert @keys.zip(@values).all? { |k, v| @ordered_hash[k] == v }
17
- end
18
-
19
- def test_assignment
20
- key, value = 'purple', '5422a8'
21
-
22
- @ordered_hash[key] = value
23
- assert_equal @keys.length + 1, @ordered_hash.length
24
- assert_equal key, @ordered_hash.keys.last
25
- assert_equal value, @ordered_hash.values.last
26
- assert_equal value, @ordered_hash[key]
27
- end
28
- end
29
-
30
- class OrderedOptionsTest < Test::Unit::TestCase
31
- def test_usage
32
- a = OrderedOptions.new
33
-
34
- assert_nil a[:not_set]
35
-
36
- a[:allow_concurreny] = true
37
- assert_equal 1, a.size
38
- assert a[:allow_concurreny]
39
-
40
- a[:allow_concurreny] = false
41
- assert_equal 1, a.size
42
- assert !a[:allow_concurreny]
43
-
44
- a["else_where"] = 56
45
- assert_equal 2, a.size
46
- assert_equal 56, a[:else_where]
47
- end
48
-
49
- def test_looping
50
- a = OrderedOptions.new
51
-
52
- a[:allow_concurreny] = true
53
- a["else_where"] = 56
54
-
55
- test = [[:allow_concurreny, true], [:else_where, 56]]
56
-
57
- a.each_with_index do |(key, value), index|
58
- assert_equal test[index].first, key
59
- assert_equal test[index].last, value
60
- end
61
- end
62
-
63
- def test_method_access
64
- a = OrderedOptions.new
65
-
66
- assert_nil a.not_set
67
-
68
- a.allow_concurreny = true
69
- assert_equal 1, a.size
70
- assert a.allow_concurreny
71
-
72
- a.allow_concurreny = false
73
- assert_equal 1, a.size
74
- assert !a.allow_concurreny
75
-
76
- a.else_where = 56
77
- assert_equal 2, a.size
78
- assert_equal 56, a.else_where
79
- end
80
- end
@@ -1,123 +0,0 @@
1
- require File.dirname(__FILE__) + '/abstract_unit'
2
-
3
- ActiveSupport::Deprecation.silence do
4
- module ReloadableTestSandbox
5
- class AReloadableClass
6
- include Reloadable
7
- end
8
- class AReloadableClassWithSubclasses
9
- include Reloadable
10
- end
11
- class AReloadableSubclass < AReloadableClassWithSubclasses
12
- end
13
- class ANonReloadableSubclass < AReloadableClassWithSubclasses
14
- def self.reloadable?
15
- false
16
- end
17
- end
18
- class AClassWhichDefinesItsOwnReloadable
19
- def self.reloadable?
20
- 10
21
- end
22
- include Reloadable
23
- end
24
-
25
- class SubclassesReloadable
26
- include Reloadable::Subclasses
27
- end
28
- class ASubclassOfSubclassesReloadable < SubclassesReloadable
29
- end
30
-
31
- class AnOnlySubclassReloadableClassSubclassingAReloadableClass
32
- include Reloadable::Subclasses
33
- end
34
-
35
- class ASubclassofAOnlySubclassReloadableClassWhichWasSubclassingAReloadableClass < AnOnlySubclassReloadableClassSubclassingAReloadableClass
36
- end
37
- end
38
- end
39
-
40
- class ReloadableTest < Test::Unit::TestCase
41
- def test_classes_receive_reloadable
42
- assert ReloadableTestSandbox::AReloadableClass.respond_to?(:reloadable?)
43
- end
44
- def test_classes_inherit_reloadable
45
- assert ReloadableTestSandbox::AReloadableSubclass.respond_to?(:reloadable?)
46
- end
47
- def test_reloadable_is_not_overwritten_if_present
48
- assert_equal 10, ReloadableTestSandbox::AClassWhichDefinesItsOwnReloadable.reloadable?
49
- end
50
-
51
- def test_only_subclass_reloadable
52
- assert_deprecated_reloadable do
53
- assert !ReloadableTestSandbox::SubclassesReloadable.reloadable?
54
- assert ReloadableTestSandbox::ASubclassOfSubclassesReloadable.reloadable?
55
- end
56
- end
57
-
58
- def test_inside_hierarchy_only_subclass_reloadable
59
- assert_deprecated_reloadable do
60
- assert !ReloadableTestSandbox::AnOnlySubclassReloadableClassSubclassingAReloadableClass.reloadable?
61
- assert ReloadableTestSandbox::ASubclassofAOnlySubclassReloadableClassWhichWasSubclassingAReloadableClass.reloadable?
62
- end
63
- end
64
-
65
- def test_removable_classes
66
- reloadables = %w(
67
- AReloadableClass
68
- AReloadableClassWithSubclasses
69
- AReloadableSubclass
70
- AClassWhichDefinesItsOwnReloadable
71
- ASubclassOfSubclassesReloadable
72
- )
73
- non_reloadables = %w(
74
- ANonReloadableSubclass
75
- SubclassesReloadable
76
- )
77
-
78
- results = []
79
- assert_deprecated_reloadable { results = Reloadable.reloadable_classes }
80
- reloadables.each do |name|
81
- assert results.include?(ReloadableTestSandbox.const_get(name)), "Expected #{name} to be reloadable"
82
- end
83
- non_reloadables.each do |name|
84
- assert ! results.include?(ReloadableTestSandbox.const_get(name)), "Expected #{name} NOT to be reloadable"
85
- end
86
- end
87
-
88
- def test_including_reloadable_should_warn
89
- c = Class.new
90
- assert_deprecated_reloadable do
91
- c.send :include, Reloadable
92
- end
93
-
94
- assert_deprecated_reloadable { c.reloadable? }
95
- end
96
-
97
- def test_include_subclasses_should_warn
98
- c = Class.new
99
- result, deps = collect_deprecations do
100
- c.send :include, Reloadable::Subclasses
101
- end
102
- assert_equal 1, deps.size
103
- assert_match %r{Reloadable::Subclasses}, deps.first
104
-
105
- assert_deprecated_reloadable { c.reloadable? }
106
- end
107
-
108
- def test_include_deprecated_should_not_warn
109
- c = Class.new
110
- result, deps = collect_deprecations do
111
- c.send :include, Reloadable::Deprecated
112
- end
113
- assert_equal 0, deps.size
114
-
115
- assert c.respond_to?(:reloadable?)
116
- assert_deprecated_reloadable { c.reloadable? }
117
- end
118
-
119
- protected
120
- def assert_deprecated_reloadable(&block)
121
- assert_deprecated(/reloadable/, &block)
122
- end
123
- end
@@ -1,56 +0,0 @@
1
- require File.dirname(__FILE__) + '/abstract_unit'
2
-
3
- class AssertDifferenceTest < Test::Unit::TestCase
4
-
5
- def setup
6
- @object = Class.new do
7
- attr_accessor :num
8
- def increment
9
- self.num += 1
10
- end
11
-
12
- def decrement
13
- self.num -= 1
14
- end
15
- end.new
16
- @object.num = 0
17
- end
18
-
19
- def test_assert_no_difference
20
- assert_no_difference '@object.num' do
21
- # ...
22
- end
23
- end
24
-
25
- def test_assert_difference
26
- assert_difference '@object.num', +1 do
27
- @object.increment
28
- end
29
- end
30
-
31
- def test_assert_difference_with_implicit_difference
32
- assert_difference '@object.num' do
33
- @object.increment
34
- end
35
- end
36
-
37
- def test_arbitrary_expression
38
- assert_difference '@object.num + 1', +2 do
39
- @object.increment
40
- @object.increment
41
- end
42
- end
43
-
44
- def test_negative_differences
45
- assert_difference '@object.num', -1 do
46
- @object.decrement
47
- end
48
- end
49
-
50
- def test_expression_is_evaluated_in_the_appropriate_scope
51
- local_scope = 'foo'
52
- assert_difference 'local_scope; @object.num' do
53
- @object.increment
54
- end
55
- end
56
- end
@@ -1,91 +0,0 @@
1
- require File.dirname(__FILE__) + '/abstract_unit'
2
-
3
- class TimeZoneTest < Test::Unit::TestCase
4
- class MockTime
5
- def self.now
6
- Time.utc( 2004, 7, 25, 14, 49, 00 )
7
- end
8
-
9
- def self.local(*args)
10
- Time.utc(*args)
11
- end
12
- end
13
-
14
- TimeZone::Time = MockTime
15
-
16
- def test_formatted_offset_positive
17
- zone = TimeZone.create( "Test", 4200 )
18
- assert_equal "+01:10", zone.formatted_offset
19
- end
20
-
21
- def test_formatted_offset_negative
22
- zone = TimeZone.create( "Test", -4200 )
23
- assert_equal "-01:10", zone.formatted_offset
24
- end
25
-
26
- def test_now
27
- zone = TimeZone.create( "Test", 4200 )
28
- assert_equal Time.local(2004,7,25,15,59,00).to_a[0,6], zone.now.to_a[0,6]
29
- end
30
-
31
- def test_today
32
- zone = TimeZone.create( "Test", 43200 )
33
- assert_equal Date.new(2004,7,26), zone.today
34
- end
35
-
36
- def test_adjust_negative
37
- zone = TimeZone.create( "Test", -4200 )
38
- assert_equal Time.utc(2004,7,24,23,55,0), zone.adjust(Time.utc(2004,7,25,1,5,0))
39
- end
40
-
41
- def test_adjust_positive
42
- zone = TimeZone.create( "Test", 4200 )
43
- assert_equal Time.utc(2004,7,26,1,5,0), zone.adjust(Time.utc(2004,7,25,23,55,0))
44
- end
45
-
46
- def test_unadjust
47
- zone = TimeZone.create( "Test", 4200 )
48
- expect = Time.utc(2004,7,24,23,55,0).to_a[0,6]
49
- actual = zone.unadjust(Time.utc(2004,7,25,1,5,0)).to_a[0,6]
50
- assert_equal expect, actual
51
- end
52
-
53
- def test_zone_compare
54
- zone1 = TimeZone.create( "Test1", 4200 )
55
- zone2 = TimeZone.create( "Test1", 5600 )
56
- assert zone1 < zone2
57
- assert zone2 > zone1
58
-
59
- zone1 = TimeZone.create( "Able", 10000 )
60
- zone2 = TimeZone.create( "Zone", 10000 )
61
- assert zone1 < zone2
62
- assert zone2 > zone1
63
-
64
- zone1 = TimeZone.create( "Able", 10000 )
65
- assert zone1 == zone1
66
- end
67
-
68
- def test_to_s
69
- zone = TimeZone.create( "Test", 4200 )
70
- assert_equal "(GMT+01:10) Test", zone.to_s
71
- end
72
-
73
- def test_all_sorted
74
- all = TimeZone.all
75
- 1.upto( all.length-1 ) do |i|
76
- assert all[i-1] < all[i]
77
- end
78
- end
79
-
80
- def test_index
81
- assert_nil TimeZone["bogus"]
82
- assert_not_nil TimeZone["Central Time (US & Canada)"]
83
- end
84
-
85
- def test_new
86
- a = TimeZone.new("Berlin")
87
- b = TimeZone.new("Berlin")
88
- assert_same a, b
89
- assert_nil TimeZone.new("bogus")
90
- end
91
- end
@@ -1,38 +0,0 @@
1
- # Stub to enable testing without Active Record
2
- module ActiveRecord
3
- class Base
4
- def save!
5
- end
6
- end
7
- end
8
-
9
- require File.dirname(__FILE__) + '/abstract_unit'
10
- require 'active_support/whiny_nil'
11
-
12
- class WhinyNilTest < Test::Unit::TestCase
13
- def test_unchanged
14
- nil.method_thats_not_in_whiners
15
- rescue NoMethodError => nme
16
- assert_match(/nil.method_thats_not_in_whiners/, nme.message)
17
- end
18
-
19
- def test_active_record
20
- nil.save!
21
- rescue NoMethodError => nme
22
- assert(!(nme.message =~ /nil:NilClass/))
23
- assert_match(/nil\.save!/, nme.message)
24
- end
25
-
26
- def test_array
27
- nil.each
28
- rescue NoMethodError => nme
29
- assert(!(nme.message =~ /nil:NilClass/))
30
- assert_match(/nil\.each/, nme.message)
31
- end
32
-
33
- def test_id
34
- nil.id
35
- rescue RuntimeError => nme
36
- assert(!(nme.message =~ /nil:NilClass/))
37
- end
38
- end
@@ -1,1407 +0,0 @@
1
- *SVN*
2
-
3
- * Generators use *.html.erb view template naming. #8278 [Tim Pope]
4
-
5
- * Updated resource_scaffold and model generators to use short-hand style migrations [DHH]
6
-
7
- * Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warning for config.breakpoint_server. [Nicholas Seckar]
8
-
9
- * Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
10
-
11
- To use the new debugger, start your server with script/server --debugger and insert a call to 'debugger'
12
- (instead of 'breakpoint') where you want to jump into the debugger.
13
-
14
- BACKWARDS INCOMPATIBILITY NOTE: You must remove the default line 12 from config/environments/development.rb:
15
-
16
- config.breakpoint_server = true
17
-
18
- This configuration option is no longer available. Rails will fail to start in development mode as long as
19
- that's still present.
20
-
21
- * Resource scaffolding returns the created entity.to_xml. [Jeremy Kemper]
22
-
23
- * Resource scaffolding responds to new.xml. #8185 [Eric Mill]
24
-
25
- * Include Active Resource in rails:freeze:edge rake task. [Thomas Fuchs]
26
-
27
- * Include Active Resource instead of Action Web Service [DHH] You can add AWS back with this in config/environment.rb:
28
-
29
- config.load_paths += %W( #{RAILS_ROOT}/vendor/rails/actionwebservice/lib )
30
-
31
- ...or just gem 'actionwebservice'
32
-
33
- * Give generate scaffold a more descriptive database message. Closes #7316 [jeremymcanally]
34
-
35
- * Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. #6755 [Jeremy Kemper, trevor]
36
-
37
- * Deprecation: remove components from controller paths. [Jeremy Kemper]
38
-
39
- * Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin default of 'mysql' to be overridden. [Nicholas Seckar]
40
-
41
- * Windows: include MinGW in RUBY_PLATFORM check. #2982 [okkez000@gmail.com, Kaspar Schiess]
42
-
43
- * Split out the basic plugin locator functionality into an abstract super class. Add a FileSystemLocator to do the job of checking the plugin_paths for plugins. Add plugin_locators configuration option which will iterate over the set of plugin locators and load each of the plugin loaders they return. Rename locater everywhere to locator. [Marcel Molina Jr.]
44
-
45
- * Split plugin location and loading out of the initializer and into a new Plugin namespace, which includes Plugin::Locater and Plugin::Loader. The loader class that is used can be customized using the config.plugin_loader option. Those monkey patching the plugin loading subsystem take note, the internals changing here will likely break your modifications. The good news is that it should be substantially easier to hook into the plugin locating and loading process now. [Marcel Molina Jr.]
46
-
47
- * Added assumption that all plugin creators desire to be sharing individuals and release their work under the MIT license [DHH]
48
-
49
- * Added source-annotations extractor tasks to rake [Jamis Buck]. This allows you to add FIXME, OPTIMIZE, and TODO comments to your source code that can then be extracted in concert with rake notes (shows all), rake notes:fixme, rake notes:optimize and rake notes:todo.
50
-
51
- * Added fixtures :all to test_helper.rb to assume that most people just want all their fixtures loaded all the time [DHH]
52
-
53
- * Added config/initializers where all ruby files within it are automatically loaded after the Rails configuration is done, so you don't have to litter the environment.rb file with a ton of mixed stuff [DHH]
54
-
55
- * For new apps, generate a random secret for the cookie-based session store. [Jeremy Kemper]
56
-
57
- * Stop swallowing errors during rake test [Koz]
58
-
59
- * Update Rails Initializer to use ActionController::Base#view_paths [Rick]
60
-
61
- * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
62
-
63
- * Plugins may be symlinked in vendor/plugins. #4245 [brandon, progrium@gmail.com]
64
-
65
- * Resource generator depends on the model generator rather than duplicating it. #7269 [bscofield]
66
-
67
- * Add/Update usage documentation for script/destroy, resource generator and scaffold_resource generator. Closes #7092, #7271, #7267. [bscofield]
68
-
69
- * Update to script.aculo.us 1.7.0. [Thomas Fuchs]
70
-
71
- * Update to Prototype 1.5.0. [Sam Stephenson]
72
-
73
- * Generator: use destination path for diff tempfiles. #7015 [alfeld]
74
-
75
- * Fixed that webrick would strip leading newlines and hang connection #4156 [psross]
76
-
77
- * Ensure plugins are in the Dependencies.load_once_paths collection by default. [Rick]
78
- If you really want your plugins to reload, add this to the very top of init.rb:
79
-
80
- Dependencies.load_once_paths.delete(lib_path)
81
-
82
- * Allow config.to_prepare to work, make the dispatcher safe to 're require'. [Koz, Nicholas Seckar]
83
-
84
- * Fix scaffold_resource generator so it respects the --pretend argument when creating the routes file. Closes #6852 [fearoffish]
85
-
86
- * Fix Webrick Daemon dispatching bug regarding a bad current working directory. Closes #4899 [Rick Olson]
87
-
88
- * Make config.plugins affect the load path and the dependencies system. Allows you to control plugin loading order, and keep disabled plugins off the load path. [James Adam]
89
-
90
- * Don't generate a components directory in new Rails apps. [Jeremy Kemper]
91
-
92
- * Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH]
93
-
94
- * Added one-letter aliases for the three default environments to script/console, so script/console p will load the production environment (t for test, d for development) [DHH]
95
-
96
- * Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH]
97
-
98
- * Update initializer to load Rails::VERSION as soon as possible. Closes #6698. [Nicholas Seckar]
99
-
100
- * Added ActiveRecord::Base.clear_active_connections! in development mode so the database connection is not carried over from request to request. Some databases won't reread the schema if that doesn't happen (I'm looking at you SQLite), so you have to restart the server after each migration (= no fun) [DHH]
101
-
102
- * Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give you 1.1.6.4520 if available [DHH]
103
-
104
- * Update to Prototype and script.aculo.us [5579]. [Thomas Fuchs]
105
-
106
- * Made script/server work with -e and -d when using Mongrel [DHH]
107
-
108
- * Update to Prototype 1.5.0_rc2 [5550] which makes it work in Opera again [Thomas Fuchs]
109
-
110
- * Make sure that exceptions which are thrown outside of the user code try their best to be handeled in ApplicationController#rescue_action [Tobias Luetke]
111
-
112
- * Rails::VERSION::STRING should always be available without having to require 'rails/version'. #6244 [fearoffish]
113
-
114
- * Update to Prototype 1.5.0_rc2. [Sam Stephenson]
115
-
116
- * Add grep-based fallback to reaper, to work in pidless setups [Jamis Buck]
117
-
118
- * Only wrap request processing with our USR1 signal handler so FastCGI can trap it and raise an exception while waiting for connections. Idle processes exit immediately rather than waiting for another request; active processes gracefully exit when the request is finished. [Jeremy Kemper]
119
-
120
- * Alter prior change to use require_dependency instead of require_or_load. Causes ApplicationController to be reloaded again. Closes #6587. [Nicholas Seckar]
121
-
122
- * Rake: use absolute paths to load lib and vendor tasks so they may be run outside of RAILS_ROOT. #6584 [jchris]
123
-
124
- * Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. [Nicholas Seckar]
125
-
126
- * scaffold_resource generator uses _path named routes and head instead of render :nothing => true. #6545 [Josh Susser]
127
-
128
- * Generator can show diff on file collision to help you decide whether to skip or overwrite. #6364 [jeffw, Jeremy Kemper]
129
-
130
- * Generated directories are recursively svn added, like mkdir -p. #6416 [NeilW]
131
-
132
- * resource and scaffold_resource generators add a restful route to config/routes.rb [Jeremy Kemper]
133
-
134
- * Revert environment changes for autoload_paths. [Koz]
135
-
136
- * Update to latest Prototype, which doesn't serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs]
137
-
138
- * Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
139
-
140
- * Added option to script/process/spawner of specifying the binding address #5133 [zsombor]
141
-
142
- * Update environment.rb comments to include config.autoload_paths. Closes #6478 [caio]
143
-
144
- * Update scaffold to use new form_tag block functionality. Closes #6480. [BobSilva]
145
-
146
- * Plugin generator: check for class collisions. #4833 [vinbarnes@gmail.com]
147
-
148
- * Mailer generator: handle mailers in modules, set mime_version in unit test. [Jeremy Kemper]
149
-
150
- * Set $KCODE to 'u' by default to enable the multibyte safe String#chars proxy. [Koz]
151
-
152
- * Added config.plugins to control which plugins are loaded #6269 [skaes]. By default, everything in vendor/plugins will be loaded, but if you specify config.plugins, only those will be loaded. Example:
153
-
154
- config.plugins = %w[ routing_navigator simply_helpful ]
155
-
156
- * Clean up html on included error pages. [Tim Lucas]
157
-
158
- * Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH]
159
-
160
- * Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs]
161
-
162
- * PostgreSQL: db:test:purge closes open database connections first. #6236 [alex]
163
-
164
- * Fixed test:uncommitted on Windows (backslash issue) #4999 [paul@paulbutcher.com]
165
-
166
- * Fixed migration creation to work with namespaced models, so script/generate model Gallery::Image will use create_table :gallery_images #6327 [BobSilva]
167
-
168
- * Fixed rename_table on SQLite tables with indexes defined #5942 [brandon@opensoul.org]
169
-
170
- * Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH]
171
-
172
- * Added generated attribute options to script/generate model, like the one found in scaffold_resource and resource [DHH]. Examples:
173
-
174
- ./script/generate model post title:string created_on:date body:text published:boolean
175
-
176
- * Added script/generate resource which works just like scaffold_resource, but creates empty placeholders instead of predefined [DHH]
177
-
178
- * script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie, dlpond]
179
- #!/usr/bin/env /path/to/my/app/script/runner
180
- # Example: just start using your models as if you are in script/console
181
- Product.find(:all).each { |product| product.check_inventory }
182
-
183
- * Look for rake tasks in plugin subdirs. #6259 [obrie]
184
-
185
- * Added map.connect ':controller/:action/:id.:format' as a default route to config/routes.rb [DHH]
186
-
187
- * Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
188
-
189
- - XPATH support
190
- - Make Form.getElements() return elements in the correct order
191
- - fix broken Form.serialize return
192
-
193
- * session_migration generator adds an index on updated_at. #6207 [grg]
194
-
195
- * script/server creates the tmp/pids directory. #6204 [jonathan]
196
-
197
- * Fix script/console --sandbox for internal transactions changes. #5738 [chris@octopod.info, charles.gerungan@gmail.com]
198
-
199
- * Remove the uncanny default of adding all app/models/*/ directories to the load path. This change will break application which expect the current behavior. As
200
- documented in initializer.rb, the workaround is:
201
-
202
- config.autoload_paths += Dir[RAILS_ROOT + '/app/models/*/']
203
-
204
- References #6031. [Nicholas Seckar]
205
-
206
- * Update to script.aculo.us 1.6.3 [Thomas Fuchs]
207
-
208
- * Update to Prototype 1.5.0_rc1 [sam]
209
-
210
- * Formally Deprecate the old rake tasks. [Koz]
211
-
212
- * Thoroughly test the FCGI dispatcher. #5970 [Kevin Clark]
213
-
214
- * Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad path errors when trying to load config/routes.rb. [Rick Olson]
215
-
216
- * Tighten rescue clauses. #5985 [james@grayproductions.net]
217
-
218
- * Cleaning up tests. [Kevin Clark, Jeremy Kemper]
219
-
220
- * Add Dependencies.load_once_paths. [Nicholas Seckar]
221
-
222
- * Updated to script.aculo.us 1.6.2 [Thomas Fuchs]
223
-
224
- * Assign Routing.controller_paths; fix script/about and rails info controller. [Nicholas Seckar]
225
-
226
- * Don't warn dispatcher of Reloadable deprecations. [Nicholas Seckar]
227
-
228
- * Rearrange application resetting and preparation, fix bug with leaking subclasses hash in ActiveRecord::Base [Rick Olson]
229
-
230
- ActiveRecord::Base.reset_subclasses is called before Dependencies are cleared and classes removed.
231
- ActiveRecord::Base.instantiate_observers is called during a Dispatcher preparation callback.
232
-
233
- * Add missing mock directories from the autoload_paths configuration. [Rick Olson]
234
-
235
- * Nested controller scaffolding also nests the generated layout. [iain d broadfoot]
236
-
237
- * Add "require 'dispatcher'" to webrick server in the continuing quest to squash webrick weirdness. [Nicholas Seckar]
238
-
239
- * Add autoload_paths support to Initializer. [Nicholas Seckar]
240
-
241
- * Fix Dispatcher.reset_application! so that AR subclasses are removed and Observers re-initialized *after* Reloadable classes are removed. Closes #5743. [Rick Olson]
242
-
243
- * Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]
244
-
245
- * Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar]
246
-
247
- * Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
248
-
249
- * Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p #5465 [mats@imediatec.co.uk]
250
-
251
- * script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]
252
-
253
- * Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
254
-
255
- * Make sure script/reaper only reaps dispatcher pids by default, and not the spawner's pid. [Jamis Buck]
256
-
257
- * Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]
258
-
259
- * Dispatcher processes rescued actions with the same controller that processed the request. #4625 [sd@notso.net]
260
-
261
- * rails -d frontbase to create a new project with a frontbase database.yml. #4945 [mlaster@metavillage.com]
262
-
263
- * Ensure the logger is initialized. #5629 [mike@clarkware.com]
264
-
265
- * Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will be the default choice if installed, otherwise FCGI is tried [DHH]. Examples:
266
-
267
- spawner # starts instances on 8000, 8001, and 8002 using Mongrel if available
268
- spawner fcgi # starts instances on 8000, 8001, and 8002 using FCGI
269
- spawner mongrel -i 5 # starts instances on 8000, 8001, 8002, 8003, and 8004 using Mongrel
270
- spawner -p 9100 -i 10 # starts 10 instances counting from 9100 to 9109 using Mongrel if available
271
- spawner -p 9100 -r 5 # starts 3 instances counting from 9100 to 9102 and attempts start them every 5 seconds
272
-
273
- Also note that script/process/reaper is Mongrel capable. So the combination of spawner and reaper is a built-in alternative to something like mongrel_cluster.
274
-
275
- * Update scaffolding functional tests to use :id => people(:first) instead of :id => 1. #5612 [evan@protest.net]
276
-
277
- * db:test:clone should remove existing tables before reloading the schema. #5607 [sveit@tradeharbor.com]
278
-
279
- * Fixed migration generation for class names like ACLController #5197 [brad@madriska.com]
280
-
281
- * Added show_source_list and show_call_stack to breakpoints to make it easier to get context #5476 [takiuchi@drecom.co.jp]. Examples:
282
-
283
- irb(#<TopController:0x40822a68>):002:0> show_source_list
284
- 0001 class TopController < ApplicationController
285
- 0002 def show
286
- 0003-> breakpoint
287
- 0004 end
288
- 0005
289
- 0006 def index
290
- 0007 end
291
- 0008
292
- => "/path/to/rails/root/app/controllers/top_controller.rb"
293
-
294
- irb(#<TopController:0x40822a68>):004:0> show_call_stack 3
295
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
296
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
297
- app/controllers/top_controller.rb:3:in `show'
298
- => "/path/to/rails/root/app/controllers/top_controller.rb:3"
299
-
300
- * Generate scaffold layout in subdirectory appropriate to its module nesting. #5511 [nils@alumni.rice.edu]
301
-
302
- * Mongrel: script/server tails the rails log like it does with lighttpd. Prefer mongrel over lighttpd. #5541 [mike@clarkware.com]
303
-
304
- * Don't assume Active Record is available. #5497 [bob@sporkmonger.com]
305
-
306
- * Mongrel: script/server works on Win32. #5499 [jeremydurham@gmail.com]
307
-
308
- * Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. [nicksieger@gmail.com]
309
-
310
- * Mongrel support for script/server. #5475 [jeremydurham@gmail.com]
311
-
312
- * Fix script/plugin so it doesn't barf on invalid URLs [Rick]
313
-
314
- * Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
315
-
316
- * Fix bug with 'script/plugin install' so it reports unknown plugin names correctly. [Rick]
317
-
318
- * Added uninstall.rb hook to plugin handling, such that plugins have a way of removing assets and other artifacts on removal #5003 [takiuchi@drecom.co.jp]
319
-
320
- * Create temporary dirs relative to RAILS_ROOT when running script/server #5014 [elliot@townx.org]
321
-
322
- * Minor tweak to dispatcher to use recognize instead of recognize!, as per the new routes. [Jamis Buck]
323
-
324
- * Make "script/plugin install" work with svn+ssh URLs. [Sam Stephenson]
325
-
326
- * Added lib/ to the directories that will get application docs generated [DHH]
327
-
328
- * Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]
329
-
330
- * Session migration generator obeys pluralize_table_names. #5145 [james.adam@gmail.com]
331
-
332
- * rake test:recent understands subdirectories. #2925 [jerrett@bravenet.com]
333
-
334
- * The app generator detects the XAMPP package's MySQL socket location. #3832 [elliot@townx.org]
335
-
336
- * The app generator sets a session key in application.rb so apps running on the same host may distinguish their cookies. #2967 [rcoder, rails-bug@owl.me.uk]
337
-
338
- * Distinguish the spawners for different processes [DHH]
339
-
340
- * Added -n/--process to script/process/spawner name the process pid (default is dispatch) [DHH]
341
-
342
- * Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov]
343
-
344
- * Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
345
-
346
- * Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]
347
-
348
- * Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH]
349
-
350
-
351
- *1.1.2* (April 9th, 2005)
352
-
353
- * Mention in docs that config.frameworks doesn't work when getting Rails via Gems. Closes #4857. [Alisdair McDiarmid]
354
-
355
- * Change the scaffolding layout to use yield rather than @content_for_layout. [Marcel Molina Jr.]
356
-
357
- * Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH]
358
-
359
- * Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH]
360
-
361
-
362
- *1.1.1* (April 6th, 2006)
363
-
364
- * Enhances plugin#discover allowing it to discover svn:// like URIs (closes #4565) [ruben.nine@gmail.com]
365
-
366
- * Update to Prototype 1.5.0_rc0 [Sam Stephenson]
367
-
368
- * Fixed that the -r/--ruby path option of the rails command was not being respected #4549 [ryan.raaum@gmail.com]
369
-
370
- * Added that Dispatcher exceptions should not be shown to the user unless a default log has not been configured. Instead show public/500.html [DHH]
371
-
372
- * Fixed that rake clone_structure_to_test should quit on pgsql if the dump is unsuccesful #4585 [augustz@augustz.com]
373
-
374
- * Fixed that rails --version should have the return code of 0 (success) #4560 [blair@orcaware.com]
375
-
376
- * Install alias so Rails::InfoController is accessible at /rails_info. Closes #4546. [Nicholas Seckar]
377
-
378
- * Fixed that spawner should daemonize if running in repeat mode [DHH]
379
-
380
- * Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze:edge TAG=rel_1-1-0 to lock to the 1.1.0 release [DHH]
381
-
382
- * Applied Prototype $() performance patches (#4465, #4477) and updated script.aculo.us [Sam Stephenson, Thomas Fuchs]
383
-
384
- * Use --simple-prompt instead of --prompt-mode simple for console compatibility with Windows/Ruby 1.8.2 #4532 [starr@starrnhorne.com]
385
-
386
- * Make Rails::VERSION implicitly loadable #4491. [Nicholas Seckar]
387
-
388
- * Fixed rake rails:freeze:gems #4518 [benji@silverinsanity.com]
389
-
390
- * Added -f/--freeze option to rails command for freezing the application to the Rails version it was generated with [DHH]
391
-
392
- * Added gem binding of apps generated through the rails command to the gems of they were generated with [Nicholas Seckar]
393
-
394
- * Added expiration settings for JavaScript, CSS, HTML, and images to default lighttpd.conf [DHH]
395
-
396
- * Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf [DHH]
397
-
398
- * Avoid passing escapeHTML non-string in Rails' info controller [Nicholas Seckar]
399
-
400
-
401
- *1.1.0* (March 27th, 2006)
402
-
403
- * Allow db:fixtures:load to load a subset of the applications fixtures. [Chad Fowler]
404
-
405
- ex.
406
-
407
- rake db:fixtures:load FIXTURES=customers,plans
408
-
409
- * Update to Prototype 1.5.0_pre1 [Sam Stephenson]
410
-
411
- * Update to script.aculo.us 1.6 [Thomas Fuchs]
412
-
413
- * Add an integration_test generator [Jamis Buck]
414
-
415
- * Make all ActionView helpers available in the console from the helper method for debugging purposes. n.b.: Only an 80% solution. Some stuff won't work, most will. [Marcel Molina Jr.]
416
-
417
- ex.
418
-
419
- >> puts helper.options_for_select([%w(a 1), %w(b 2), %w(c 3)])
420
- <option value="1">a</option>
421
- <option value="2">b</option>
422
- <option value="3">c</option>
423
- => nil
424
-
425
- * Replaced old session rake tasks with db:sessions:create to generate a migration, and db:sessions:clear to remove sessions. [Rick Olson]
426
-
427
- * Reject Ruby 1.8.3 when loading Rails; extract version checking code. [Chad Fowler]
428
-
429
- * Remove explicit loading of RailsInfo and RailsInfoController. [Nicholas Seckar]
430
-
431
- * Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. [Nicholas Seckar]
432
-
433
- * Extend load path with Railties' builtin directory to make adding support code easy. [Nicholas Seckar]
434
-
435
- * Fix the rails_info controller by explicitly loading it, and marking it as not reloadable. [Nicholas Seckar]
436
-
437
- * Fixed rails:freeze:gems for Windows #3274 [paul@paulbutcher.com]
438
-
439
- * Added 'port open?' check to the spawner when running in repeat mode so we don't needlessly boot the dispatcher if the port is already in use anyway #4089 [guy.naor@famundo.com]
440
-
441
- * Add verification to generated scaffolds, don't allow get for unsafe actions [Michael Koziarski]
442
-
443
- * Don't replace application.js in public/javascripts if it already exists [Cody Fauser]
444
-
445
- * Change test:uncommitted to delay execution of `svn status` by using internal Rake API's. [Nicholas Seckar]
446
-
447
- * Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. [rob.rasmussen@gmail.com]
448
-
449
- * Use the Rake API instead of shelling out to create the tmp directory in commands/server.rb. [Chad Fowler]
450
-
451
- * Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TODO: Clearer exceptions [Rick Olson]
452
-
453
- * Added tracking of database and framework versions in script/about #4088 [charles.gerungan@gmail.com/Rick Olson]
454
-
455
- * Added public/javascripts/application.js as a sample since it'll automatically be included in javascript_include_tag :defaults [DHH]
456
-
457
- * Added socket cleanup for lighttpd, both before and after [DHH]
458
-
459
- * Added automatic creation of tmp/ when running script/server [DHH]
460
-
461
- * Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH]
462
-
463
- * Added reload! method to script/console to reload all models and others that include Reloadable without quitting the console #4056 [esad@esse.at]
464
-
465
- * Added that rake rails:freeze:edge will now just export all the contents of the frameworks instead of just lib, so stuff like rails:update:scripts, rails:update:javascripts, and script/server on lighttpd still just works #4047 [DHH]
466
-
467
- * Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd.conf #3999 [thijs@fngtps.com]
468
-
469
- * Added test:uncommitted to test changes since last checkin to Subversion #4035 [technomancy@gmail.com]
470
-
471
- * Help script/about print the correct svn revision when in a non-English locale. #4026 [babie7a0@ybb.ne.jp]
472
-
473
- * Add 'app' accessor to script/console as an instance of Integration::Session [Jamis Buck]
474
-
475
- * Generator::Base#usage takes an optional message argument which defaults to Generator::Base#usage_message. [Jeremy Kemper]
476
-
477
- * Remove the extraneous AR::Base.threaded_connections setting from the webrick server. [Jeremy Kemper]
478
-
479
- * Add integration test support to app generation and testing [Jamis Buck]
480
-
481
- * Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH]
482
-
483
- * CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default instead of :sql. This means that we'll assume you want to live in the world of db/schema.rb where the grass is green and the girls are pretty. If your schema contains un-dumpable elements, such as constraints or database-specific column types, you just got an invitation to either 1) patch the dumper to include foreign key support, 2) stop being db specific, or 3) just change the default in config/environment.rb to config.active_record.schema_format = :sql -- we even include an example for that on new Rails skeletons now. Brought to you by the federation of opinionated framework builders! [DHH]
484
-
485
- * Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility #3461 [ror@andreas-s.net]
486
-
487
- * Added collision option to template generation in generators #3329 [anna@wota.jp]. Examples:
488
-
489
- m.template "stuff.config" , "config/stuff.config" , :collision => :skip
490
- m.template "auto-stamping", "config/generator.log", :collision => :force
491
-
492
- * Added more information to script/plugin's doings to ease debugging #3755 [Rick Olson]
493
-
494
- * Changed the default configuration for lighttpd to use tmp/sockets instead of log/ for the FastCGI sockets [DHH]
495
-
496
- * Added a default configuration of the FileStore for fragment caching if tmp/cache is available, which makes action/fragment caching ready to use out of the box with no additional configuration [DHH]
497
-
498
- * Changed the default session configuration to place sessions in tmp/sessions, if that directory is available, instead of /tmp (this essentially means a goodbye to 9/10 White Screen of Death errors and should have web hosting firms around the world cheering) [DHH]
499
-
500
- * Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the Rails skeleton [DHH]
501
-
502
- * Added that script/generate model will now automatically create a migration file for the model created. This can be turned off by calling the generator with --skip-migration [DHH]
503
-
504
- * Added -d/--database option to the rails command, so you can do "rails --database=sqlite2 myapp" to start a new application preconfigured to use SQLite2 as the database. Removed the configuration examples from SQLite and PostgreSQL from the default MySQL configuration [DHH]
505
-
506
- * Allow script/server -c /path/to/lighttpd.conf [Jeremy Kemper]
507
-
508
- * Remove hardcoded path to reaper script in script/server [Jeremy Kemper]
509
-
510
- * Update script.aculo.us to V1.5.3 [Thomas Fuchs]
511
-
512
- * Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH]
513
-
514
- * Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the same configuration to be used for both detach and not. Also ensured that auto-repeaping of FCGIs only happens when lighttpd is not detached. [DHH]
515
-
516
- * Added Configuration#after_initialize for registering a block which gets called after the framework is fully initialized. Useful for things like per-environment configuration of plugins. [Michael Koziarski]
517
-
518
- * Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework to be found in a different place than vendor/rails. Should be set in boot.rb. [DHH]
519
-
520
- * Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet #3433 [tom@craz8.com]
521
-
522
- * Fixed documentation tasks to work with Rake 0.7.0 #3563 [kazuhiko@fdiary.net]
523
-
524
- * Update to Prototype 1.5.0_pre0 [Sam Stephenson]
525
-
526
- * Sort the list of plugins so we load in a consistent order [Rick Olson]
527
-
528
- * Show usage when script/plugin is called without arguments [tom@craz8.com]
529
-
530
- * Corrected problems with plugin loader where plugins set 'name' incorrectly #3297 [anna@wota.jp]
531
-
532
- * Make migration generator only report on exact duplicate names, not partial dupliate names. #3442 [jeremy@planetargon.com Marcel Molina Jr.]
533
-
534
- * Fix typo in mailer generator USAGE. #3458 [chriztian.steinmeier@gmail.com]
535
-
536
- * Ignore version mismatch between pg_dump and the database server. #3457 [simon.stapleton@gmail.com]
537
-
538
- * Reap FCGI processes after lighttpd exits. [Sam Stephenson]
539
-
540
- * Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
541
-
542
- *1.0.0* (December 13th, 2005)
543
-
544
- * Update instructions on how to find and install generators. #3172. [Chad Fowler]
545
-
546
- * Generator looks in vendor/generators also. [Chad Fowler]
547
-
548
- * Generator copies files in binary mode. #3156 [minimudboy@gmail.com]
549
-
550
- * Add builtin/ to the gemspec. Closes #3047. [Nicholas Seckar, Sam Stephenson]
551
-
552
- * Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. [Marcel Molina Jr.]
553
-
554
- * Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it. [Sam Stephenson]
555
-
556
- * Make load_fixtures include csv fixtures. #3053. [me@mdaines.com]
557
-
558
- * Fix freeze_gems so that the latest rails version is dumped by default. [Nicholas Seckar]
559
-
560
- * script/plugin: handle root paths and plugin names which contain spaces. #2995 [justin@aspect.net]
561
-
562
- * Model generator: correct relative path to test_helper in unit test. [Jeremy Kemper]
563
-
564
- * Make the db_schema_dump task honor the SCHEMA environment variable if present the way db_schema_import does. #2931. [Blair Zajac]
565
-
566
- * Have the lighttpd server script report the actual ip to which the server is bound. #2903. [Adam]
567
-
568
- * Add plugin library directories to the load path after the lib directory so that libraries in the lib directory get precedence. #2910. [james.adam@gmail.com]
569
-
570
- * Make help for the console command more explicit about how to specify the desired environment in which to run the console. #2911. [anonymous]
571
-
572
- * PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify the template0 template when creating a fresh test database. #2964 [dreamer3@gmail.com]
573
-
574
- * Introducing the session_migration generator. Creates an add_session_table migration. Allows generator to specify migrations directory. #2958, #2960 [Rick Olson]
575
-
576
- * script/console uses RAILS_ENV environment variable if present. #2932 [Blair Zajac <blair@orcaware.com>
577
-
578
- * Windows: eliminate the socket option in database.yml. #2924 [Wayne Vucenic <waynev@gmail.com>]
579
-
580
- * Eliminate nil from newly generated logfiles. #2927 [Blair Zajac <blair@orcaware.com>]
581
-
582
- * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
583
-
584
- * Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. Remove useless --long option for list. Use --quiet to quiet the download output and --revision to update to a specific svn revision. #2842 [Chad Fowler, Rick Olson]
585
-
586
- * SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. #2846 [Rick Olson]
587
-
588
- * Make sure that legacy db tasks also reference :database for SQLite #2830 [kazuhiko@fdiary.net]
589
-
590
- * Pass __FILE__ when evaluating plugins' init.rb. #2817 [james.adam@gmail.com]
591
-
592
- * Better svn status matching for generators. #2814 [François Beausoleil <francois.beausoleil@gmail.com>, Blair Zajac <blair@orcaware.com>]
593
-
594
- * Don't reload routes until plugins have been loaded so they have a chance to extend the routing capabilities [DHH]
595
-
596
- * Don't detach or fork for script/server tailing [Nicholas Seckar]
597
-
598
- * Changed all script/* to use #!/usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that don't have Ruby in path [DHH]
599
-
600
- * Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesn't wreck havok [DHH] #2660
601
-
602
- * Correct versioning in :freeze_gems Rake task. #2778 [jakob@mentalized.net, Jeremy Kemper]
603
-
604
- * Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. [Sam Stephenson]
605
-
606
-
607
- *0.14.3 (RC4)* (November 7th, 2005)
608
-
609
- * Add 'add_new_scripts' rake task for adding new rails scripts to script/* [Jamis Buck]
610
-
611
- * Remove bogus hyphen from script/process/reaper calls to 'ps'. #2767 [anonymous]
612
-
613
- * Copy lighttpd.conf when it is first needed, instead of on app creation [Jamis Buck]
614
-
615
- * Use require_library_or_gem 'fcgi' in script/server [Sam Stephenson]
616
-
617
- * Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH]
618
-
619
- * New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. [Jeremy Kemper]
620
-
621
- * Plugins are discovered in nested paths, so you can organize your plugins directory as you like. [Jeremy Kemper]
622
-
623
- * Refactor load_plugin from load_plugins. #2757 [alex.r.moon@gmail.com]
624
-
625
- * Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info [Sam Stephenson]
626
-
627
- * Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. [Chad Fowler]
628
-
629
- * Added script/about to display formatted Rails::Info output [Sam Stephenson]
630
-
631
- * Added Rails::Info to catalog assorted information about a Rails application's environment [Sam Stephenson]
632
-
633
- * Tail the logfile when running script/server lighttpd in the foreground [Sam Stephenson]
634
-
635
- * Try to guess the port number from config/lighttpd.conf in script/server lighttpd [Sam Stephenson]
636
-
637
- * Don't reap spawn-fcgi. #2727 [matthew@walker.wattle.id.au]
638
-
639
- * Reaper knows how to find processes even if the dispatch path is very long. #2711 [matthew@walker.wattle.id.au]
640
-
641
- * Make fcgi handler respond to TERM signals with an explicit exit [Jamis Buck]
642
-
643
- * Added demonstration of fixture use to the test case generated by the model generator [DHH]
644
-
645
- * If specified, pass PostgreSQL client character encoding to createdb. #2703 [Kazuhiko <kazuhiko@fdiary.net>]
646
-
647
- * Catch CGI multipart parse errors. Wrap dispatcher internals in a failsafe response handler. [Jeremy Kemper]
648
-
649
- * The freeze_gems Rake task accepts the VERSION environment variable to decide which version of Rails to pull into vendor/rails. [Chad Fowler, Jeremy Kemper]
650
-
651
- * Removed script.aculo.us.js, builder.js and slider.js (preperation for move of scriptaculous extensions to plugins, core scriptaculous will remain in Railties) [Thomas Fuchs]
652
-
653
- * The freeze_edge Rake task does smarter svn detection and can export a specific revision by passing the REVISION environment variable. For example: rake freeze_edge REVISION=1234. #2663 [Rick Olson]
654
-
655
- * Comment database.yml and include PostgreSQL and SQLite examples. [Jeremy Kemper]
656
-
657
- * Improve script/plugin on Windows. #2646 [Chad Fowler]
658
-
659
- * The *_plugindoc Rake tasks look deeper into the plugins' lib directories. #2652 [bellis@deepthought.org]
660
-
661
- * The PostgreSQL :db_structure_dump Rake task limits its dump to the schema search path in database.yml. [Anatol Pomozov <anatol.pomozov@gmail.com>]
662
-
663
- * Add task to generate rdoc for all installed plugins. [Marcel Molina]
664
-
665
- * Update script.aculo.us to V1.5_rc4 [Thomas Fuchs]
666
-
667
- * Add default Mac + DarwinPorts MySQL socket locations to the app generator. [Jeremy Kemper]
668
-
669
- * Migrations may be destroyed: script/destroy migration foo. #2635 [Charles M. Gerungan <charles.gerungan@gmail.com>, Jamis Buck, Jeremy Kemper]
670
-
671
- * Added that plugins can carry generators and that generator stub files can be created along with new plugins using script/generate plugin <name> --with-generator [DHH]
672
-
673
- * Removed app/apis as a default empty dir since its automatically created when using script/generate web_service [DHH]
674
-
675
- * Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Tomayko]
676
-
677
- * Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or specify with PLUGIN=name) [DHH]
678
-
679
- * Added plugin generator to create a stub structure for a new plugin in vendor/plugins (see "script/generate plugin" for help) [DHH]
680
-
681
- * Fixed scaffold generator when started with only 1 parameter #2609 [self@mattmower.com]
682
-
683
- * rake should run functional tests even if the unit tests have failures [Jim Weirich]
684
-
685
- * Back off cleanpath to be symlink friendly. Closes #2533 [Nicholas Seckar]
686
-
687
- * Load rake task files in alphabetical order so you can build dependencies and count on them #2554 [Blair Zajac]
688
-
689
-
690
- *0.14.2 (RC3)* (October 26th, 2005)
691
-
692
- * Constants set in the development/test/production environment file are set in Object
693
-
694
- * Scaffold generator pays attention to the controller name. #2562 [self@mattmower.com]
695
-
696
- * Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]
697
-
698
-
699
- *0.14.1 (RC2)* (October 19th, 2005)
700
-
701
- * Don't clean RAILS_ROOT on windows
702
-
703
- * Remove trailing '/' from RAILS_ROOT [Nicholas Seckar]
704
-
705
- * Upgraded to Active Record 1.12.1 and Action Pack 1.10.1
706
-
707
-
708
- *0.14.0 (RC1)* (October 16th, 2005)
709
-
710
- * Moved generator folder from RAILS_ROOT/generators to RAILS_ROOT/lib/generators [Tobias Luetke]
711
-
712
- * Fix rake dev and related commands [Nicholas Seckar]
713
-
714
- * The rails command tries to deduce your MySQL socket by running `mysql_config
715
- --socket`. If it fails, default to /path/to/your/mysql.sock
716
-
717
- * Made the rails command use the application name for database names in the tailored database.yml file. Example: "rails ~/projects/blog" will use "blog_development" instead of "rails_development". [Florian Weber]
718
-
719
- * Added Rails framework freezing tasks: freeze_gems (freeze to current gems), freeze_edge (freeze to Rails SVN trunk), unfreeze_rails (float with newest gems on system)
720
-
721
- * Added update_javascripts task which will fetch all the latest js files from your current rails install. Use after updating rails. [Tobias Luetke]
722
-
723
- * Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. Provides cleaner backtraces and error messages. [Nicholas Seckar]
724
-
725
- * Made the instantiated/transactional fixtures settings be controlled through Rails::Initializer. Transactional and non-instantiated fixtures are default from now on. [Florian Weber]
726
-
727
- * Support using different database adapters for development and test with ActiveRecord::Base.schema_format = :ruby [Sam Stephenson]
728
-
729
- * Make webrick work with session(:off)
730
-
731
- * Add --version, -v option to the Rails command. Closes #1840. [stancell]
732
-
733
- * Update Prototype to V1.4.0_pre11, script.aculo.us to V1.5_rc3 [2504] and fix the rails generator to include the new .js files [Thomas Fuchs]
734
-
735
- * Make the generator skip a file if it already exists and is identical to the new file.
736
-
737
- * Add experimental plugin support #2335
738
-
739
- * Made Rakefile aware of new .js files in script.aculo.us [Thomas Fuchs]
740
-
741
- * Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #1216 #2213 [kazuhiko@fdiary.net]
742
-
743
- * Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]
744
-
745
- * Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]
746
-
747
- * Added prevention of duplicate migrations from the generator #2240 [fbeausoleil@ftml.net]
748
-
749
- * Add db_schema_dump and db_schema_import rake tasks to work with the new ActiveRecord::SchemaDumper (for dumping a schema to and reading a schema from a ruby file).
750
-
751
- * Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.
752
-
753
- * Added create_sessions_table, drop_sessions_table, and purge_sessions_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore
754
-
755
- * Added dump of schema version to the db_structure_dump task for databases that support migrations #1835 [Rick Olson]
756
-
757
- * Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson]
758
-
759
- * Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]
760
-
761
- * Added -m/--mime-types option to the WEBrick server, so you can specify a Apache-style mime.types file to load #2059 [ask@develooper.com]
762
-
763
- * Added -c/--svn option to the generator that'll add new files and remove destroyed files using svn add/revert/remove as appropriate #2064 [kevin.clark@gmail.com]
764
-
765
- * Added -c/--charset option to WEBrick server, so you can specify a default charset (which without changes is UTF-8) #2084 [wejn@box.cz]
766
-
767
- * Make the default stats task extendable by modifying the STATS_DIRECTORIES constant
768
-
769
- * Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails::Initializer use it if it exists.
770
-
771
- * Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating.
772
-
773
- * Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths)
774
-
775
- * Fixed the scaffold generator to fail right away if the database isn't accessible instead of in mid-air #1169 [Chad Fowler]
776
-
777
- * Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
778
-
779
- * Don't require the environment just to clear the logs #2093 [Scott Barron]
780
-
781
- * Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)
782
-
783
- * Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is defined.
784
-
785
- * Allow the --toggle-spin switch on process/reaper to be negated
786
-
787
- * Replace render_partial with render :partial in scaffold generator [Nicholas Seckar]
788
-
789
- * Added -w flag to ps in process/reaper #1934 [Scott Barron]
790
-
791
- * Allow ERb in the database.yml file (just like with fixtures), so you can pull out the database configuration in environment variables #1822 [Duane Johnson]
792
-
793
- * Added convenience controls for FCGI processes (especially when managed remotely): spinner, spawner, and reaper. They reside in script/process. More details can be had by calling them with -h/--help.
794
-
795
- * Added load_fixtures task to the Rakefile, which will load all the fixtures into the database for the current environment #1791 [Marcel Molina]
796
-
797
- * Added an empty robots.txt to public/, so that web servers asking for it won't trigger a dynamic call, like favicon.ico #1738 [michael@schubert]
798
-
799
- * Dropped the 'immediate close-down' of FCGI processes since it didn't work consistently and produced bad responses when it didn't. So now a TERM ensures exit after the next request (just as if the process is handling a request when it receives the signal). This means that you'll have to 'nudge' all FCGI processes with a request in order to ensure that they have all reloaded. This can be done by something like ./script/process/repear --nudge 'http://www.myapp.com' --instances 10, which will load the myapp site 10 times (and thus hit all of the 10 FCGI processes once, enough to shut down).
800
-
801
-
802
- *0.13.1* (11 July, 2005)
803
-
804
- * Look for app-specific generators in RAILS_ROOT/generators rather than the clunky old RAILS_ROOT/script/generators. Nobody really uses this feature except for the unit tests, so it's a negligible-impact change. If you want to work with third-party generators, drop them in ~/.rails/generators or simply install gems.
805
-
806
- * Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]
807
-
808
- * Added support for SQL Server in the database rake tasks #1652 [ken.barker@gmail.com] Note: osql and scptxfr may need to be installed on your development environment. This involves getting the .exes and a .rll (scptxfr) from a production SQL Server (not developer level SQL Server). Add their location to your Environment PATH and you are all set.
809
-
810
- * Added a VERSION parameter to the migrate task that allows you to do "rake migrate VERSION=34" to migrate to the 34th version traveling up or down depending on the current version
811
-
812
- * Extend Ruby version check to include RUBY_RELEASE_DATE >= '2005-12-25', the final Ruby 1.8.2 release #1674 [court3nay@gmail.com]
813
-
814
- * Improved documentation for environment config files #1625 [court3nay@gmail.com]
815
-
816
-
817
- *0.13.0* (6 July, 2005)
818
-
819
- * Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
820
-
821
- * Added migration generator: ./script/generate migration add_system_settings
822
-
823
- * Added "migrate" as rake task to execute all the pending migrations from db/migrate
824
-
825
- * Fixed that model generator would make fixtures plural, even if ActiveRecord::Base.pluralize_table_names was false #1185 [Marcel Molina]
826
-
827
- * Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski]
828
-
829
- * SIGTERM also gracefully exits dispatch.fcgi. Ignore SIGUSR1 on Windows.
830
-
831
- * Add the option to manually manage garbage collection in the FastCGI dispatcher. Set the number of requests between GC runs in your public/dispatch.fcgi [skaes@web.de]
832
-
833
- * Allow dynamic application reloading for dispatch.fcgi processes by sending a SIGHUP. If the process is currently handling a request, the request will be allowed to complete first. This allows production fcgi's to be reloaded without having to restart them.
834
-
835
- * RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout (CgiProcess#out always calls flush)
836
-
837
- * Fixed rakefile actions against PostgreSQL when the password is all numeric #1462 [michael@schubert.cx]
838
-
839
- * ActionMailer::Base subclasses are reloaded with the other rails components #1262
840
-
841
- * Made the WEBrick adapter not use a mutex around action performance if ActionController::Base.allow_concurrency is true (default is false)
842
-
843
- * Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron]
844
-
845
- * Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski]
846
-
847
- * Fixed the test_helper.rb to be safe for requiring controllers from multiple spots, like app/controllers/article_controller.rb and app/controllers/admin/article_controller.rb, without reloading the environment twice #1390 [Nicholas Seckar]
848
-
849
- * Fixed Webrick to escape + characters in URL's the same way that lighttpd and apache do #1397 [Nicholas Seckar]
850
-
851
- * Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]
852
-
853
- * Modernize the scaffold generator to use the simplified render and test methods and to change style from @params["id"] to params[:id]. #1367
854
-
855
- * Added graceful exit from pressing CTRL-C during the run of the rails command #1150 [Caleb Tennis]
856
-
857
- * Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck]
858
-
859
- * Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck]
860
-
861
- * Added console --profile for profiling an IRB session #1154 [Jeremy Kemper]
862
-
863
- * Changed console_sandbox into console --sandbox #1154 [Jeremy Kemper]
864
-
865
-
866
- *0.12.1* (20th April, 2005)
867
-
868
- * Upgraded to Active Record 1.10.1, Action Pack 1.8.1, Action Mailer 0.9.1, Action Web Service 0.7.1
869
-
870
-
871
- *0.12.0* (19th April, 2005)
872
-
873
- * Fixed that purge_test_database would use database settings from the development environment when recreating the test database #1122 [rails@cogentdude.com]
874
-
875
- * Added script/benchmarker to easily benchmark one or more statement a number of times from within the environment. Examples:
876
-
877
- # runs the one statement 10 times
878
- script/benchmarker 10 'Person.expensive_method(10)'
879
-
880
- # pits the two statements against each other with 50 runs each
881
- script/benchmarker 50 'Person.expensive_method(10)' 'Person.cheap_method(10)'
882
-
883
- * Added script/profiler to easily profile a single statement from within the environment. Examples:
884
-
885
- script/profiler 'Person.expensive_method(10)'
886
- script/profiler 'Person.expensive_method(10)' 10 # runs the statement 10 times
887
-
888
- * Added Rake target clear_logs that'll truncate all the *.log files in log/ to zero #1079 [Lucas Carlson]
889
-
890
- * Added lazy typing for generate, such that ./script/generate cn == ./script/generate controller and the likes #1051 [k@v2studio.com]
891
-
892
- * Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #1060 [pburleson@gmail.com]
893
-
894
- * Upgraded to Active Record 1.10.0, Action Pack 1.8.0, Action Mailer 0.9.0, Action Web Service 0.7.0, Active Support 1.0.4
895
-
896
-
897
- *0.11.1* (27th March, 2005)
898
-
899
- * Fixed the dispatch.fcgi use of a logger
900
-
901
- * Upgraded to Active Record 1.9.1, Action Pack 1.7.0, Action Mailer 0.8.1, Action Web Service 0.6.2, Active Support 1.0.3
902
-
903
-
904
- *0.11.0* (22th March, 2005)
905
-
906
- * Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PATH_INFO #896 [Nicholas Seckar]
907
-
908
- * Removed ?$1 from the dispatch.f/cgi redirect line to get rid of 'complete/path/from/request.html' => nil being in the @params now that the ENV["REQUEST_URI"] is used to determine the path #895 [dblack/Nicholas Seckar]
909
-
910
- * Added additional error handling to the FastCGI dispatcher to catch even errors taking down the entire process
911
-
912
- * Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke]
913
-
914
- * Combined the script/environment.rb used for gems and regular files version. If vendor/rails/* has all the frameworks, then files version is used, otherwise gems #878 [Nicholas Seckar]
915
-
916
- * Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke]
917
-
918
- * Added script/runner which can be used to run code inside the environment by eval'ing the first parameter. Examples:
919
-
920
- ./script/runner 'ReminderService.deliver'
921
- ./script/runner 'Mailer.receive(STDIN.read)'
922
-
923
- This makes it easier to do CRON and postfix scripts without actually making a script just to trigger 1 line of code.
924
-
925
- * Fixed webrick_server cookie handling to allow multiple cookes to be set at once #800, #813 [dave@cherryville.org]
926
-
927
- * Fixed the Rakefile's interaction with postgresql to:
928
-
929
- 1. Use PGPASSWORD and PGHOST in the environment to fix prompting for
930
- passwords when connecting to a remote db and local socket connections.
931
- 2. Add a '-x' flag to pg_dump which stops it dumping privileges #807 [rasputnik]
932
- 3. Quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson]
933
- 4. Use the port if available #875 [madrobby]
934
-
935
- * Upgraded to Active Record 1.9.0, Action Pack 1.6.0, Action Mailer 0.8.0, Action Web Service 0.6.1, Active Support 1.0.2
936
-
937
-
938
- *0.10.1* (7th March, 2005)
939
-
940
- * Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
941
-
942
- * Added exception shallowing if the DRb server can't be started (not worth making a fuss about to distract new users) #779 [Tobias Luetke]
943
-
944
- * Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)
945
-
946
- * Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]
947
-
948
- * Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacticasoftware.com]
949
-
950
- * Added web_service generator (run ./script/generate web_service for help) #776 [Leon Bredt]
951
-
952
- * Added app/apis and components to code statistics report #729 [Scott Barron]
953
-
954
- * Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory #687 [Nicholas Seckar]
955
-
956
- * Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]
957
-
958
- * Fixed -h/--help for generate and destroy generators #331
959
-
960
- * Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can bubble up to kill the process (logs to log/fastcgi.crash.log)
961
-
962
- * Fixed that association#count would produce invalid sql when called sequentialy #659 [kanis@comcard.de]
963
-
964
- * Fixed test/mocks/testing to the correct test/mocks/test #740
965
-
966
- * Added early failure if the Ruby version isn't 1.8.2 or above #735
967
-
968
- * Removed the obsolete -i/--index option from the WEBrick servlet #743
969
-
970
- * Upgraded to Active Record 1.8.0, Action Pack 1.5.1, Action Mailer 0.7.1, Action Web Service 0.6.0, Active Support 1.0.1
971
-
972
-
973
- *0.10.0* (24th February, 2005)
974
-
975
- * Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the server is accessible both locally and remotely #696 [Marcel]
976
-
977
- * Fixed that script/server -d was broken so daemon mode couldn't be used #687 [Nicholas Seckar]
978
-
979
- * Upgraded to breakpoint 92 which fixes:
980
-
981
- * overload IRB.parse_opts(), fixes #443
982
- => breakpoints in tests work even when running them via rake
983
- * untaint handlers, might fix an issue discussed on the Rails ML
984
- * added verbose mode to breakpoint_client
985
- * less noise caused by breakpoint_client by default
986
- * ignored TerminateLineInput exception in signal handler
987
- => quiet exit on Ctrl-C
988
-
989
- * Added support for independent components residing in /components. Example:
990
-
991
- Controller: components/list/items_controller.rb
992
- (holds a List::ItemsController class with uses_component_template_root called)
993
-
994
- Model : components/list/item.rb
995
- (namespace is still shared, so an Item model in app/models will take precedence)
996
-
997
- Views : components/list/items/show.rhtml
998
-
999
-
1000
- * Added --sandbox option to script/console that'll roll back all changes made to the database when you quit #672 [Jeremy Kemper]
1001
-
1002
- * Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [Jeremy Kemper]
1003
-
1004
- * Changed script/console to default to development environment and drop --no-inspect #650 [Jeremy Kemper]
1005
-
1006
- * Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_many fixtures where a model doesn't exist #572 [Jeremy Kemper]
1007
-
1008
- * Added that running test_units and test_functional now performs the clone_structure_to_test as well #566 [rasputnik]
1009
-
1010
- * Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [Jeremy Kemper]
1011
-
1012
- * Added Action Web Service as a new add-on framework for Action Pack [Leon Bredt]
1013
-
1014
- * Added Active Support as an independent utility and standard library extension bundle
1015
-
1016
- * Upgraded to Active Record 1.7.0, Action Pack 1.5.0, Action Mailer 0.7.0
1017
-
1018
-
1019
- *0.9.5* (January 25th, 2005)
1020
-
1021
- * Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it.
1022
-
1023
- * Added Florian Gross' latest version of Breakpointer and friends that fixes a variaty of bugs #441 [Florian Gross]
1024
-
1025
- * Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]
1026
-
1027
- * Fixed that script/breakpointer didn't get the Ruby path rewritten as the other scripts #523 [brandt@kurowski.net]
1028
-
1029
- * Fixed handling of syntax errors in models that had already been succesfully required once in the current interpreter
1030
-
1031
- * Fixed that models that weren't referenced in associations weren't being reloaded in the development mode by reinstating the reload
1032
-
1033
- * Fixed that generate scaffold would produce bad functional tests
1034
-
1035
- * Fixed that FCGI can also display SyntaxErrors
1036
-
1037
- * Upgraded to Active Record 1.6.0, Action Pack 1.4.0
1038
-
1039
-
1040
- *0.9.4.1* (January 18th, 2005)
1041
-
1042
- * Added 5-second timeout to WordNet alternatives on creating reserved-word models #501 [Marcel Molina]
1043
-
1044
- * Fixed binding of caller #496 [Alexey]
1045
-
1046
- * Upgraded to Active Record 1.5.1, Action Pack 1.3.1, Action Mailer 0.6.1
1047
-
1048
-
1049
- *0.9.4* (January 17th, 2005)
1050
-
1051
- * Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]
1052
-
1053
- * Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
1054
-
1055
- * Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]
1056
-
1057
- * Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
1058
-
1059
- * Added rewrite rules to deal with caching to public/.htaccess
1060
-
1061
- * Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
1062
-
1063
- * Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from
1064
- RAILS_ENV instead of just forcing development #424 [Tobias Luetke]
1065
-
1066
- * Fixed script/console to work with Windows (that requires the use of irb.bat) #418 [octopod]
1067
-
1068
- * Fixed WEBrick servlet slowdown over time by restricting the load path reloading to mod_ruby
1069
-
1070
- * Removed Fancy Indexing as a default option on the WEBrick servlet as it made it harder to use various caching schemes
1071
-
1072
- * Upgraded to Active Record 1.5, Action Pack 1.3, Action Mailer 0.6
1073
-
1074
-
1075
- *0.9.3* (January 4th, 2005)
1076
-
1077
- * Added support for SQLite in the auto-dumping/importing of schemas for development -> test #416
1078
-
1079
- * Added automated rewriting of the shebang lines on installs through the gem rails command #379 [Manfred Stienstra]
1080
-
1081
- * Added ActionMailer::Base.deliver_method = :test to the test environment so that mail objects are available in ActionMailer::Base.deliveries
1082
- for functional testing.
1083
-
1084
- * Added protection for creating a model through the generators with a name of an existing class, like Thread or Date.
1085
- It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross]
1086
-
1087
- * Fixed dependency management to happen in a unified fashion for Active Record and Action Pack using the new Dependencies module. This means that
1088
- the environment options needs to change from:
1089
-
1090
- Before in development.rb:
1091
- ActionController::Base.reload_dependencies = true  
1092
- ActiveRecord::Base.reload_associations     = true
1093
-
1094
- Now in development.rb:
1095
- Dependencies.mechanism = :load
1096
-
1097
- Before in production.rb and test.rb:
1098
- ActionController::Base.reload_dependencies = false
1099
- ActiveRecord::Base.reload_associations     = false
1100
-
1101
- Now in production.rb and test.rb:
1102
- Dependencies.mechanism = :require
1103
-
1104
- * Fixed problems with dependency caching and controller hierarchies on Ruby 1.8.2 in development mode #351
1105
-
1106
- * Fixed that generated action_mailers doesnt need to require the action_mailer since thats already done in the environment #382 [Lucas Carlson]
1107
-
1108
- * Upgraded to Action Pack 1.2.0 and Active Record 1.4.0
1109
-
1110
-
1111
- *0.9.2*
1112
-
1113
- * Fixed CTRL-C exists from the Breakpointer to be a clean affair without error dumping [Kent Sibilev]
1114
-
1115
- * Fixed "rake stats" to work with sub-directories in models and controllers and to report the code to test ration [Scott Baron]
1116
-
1117
- * Added that Active Record associations are now reloaded instead of cleared to work with the new const_missing hook in Active Record.
1118
-
1119
- * Added graceful handling of an inaccessible log file by redirecting output to STDERR with a warning #330 [rainmkr]
1120
-
1121
- * Added support for a -h/--help parameter in the generator #331 [Ulysses]
1122
-
1123
- * Fixed that File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin]
1124
-
1125
- * Upgraded to Action Pack 1.1.0 and Active Record 1.3.0
1126
-
1127
-
1128
- *0.9.1*
1129
-
1130
- * Upgraded to Action Pack 1.0.1 for important bug fix
1131
-
1132
- * Updated gem dependencies
1133
-
1134
-
1135
- *0.9.0*
1136
-
1137
- * Renamed public/dispatch.servlet to script/server -- it wasn't really dispatching anyway as its delegating calls to public/dispatch.rb
1138
-
1139
- * Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible
1140
- for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb
1141
-
1142
- * Added script/console that makes it even easier to start an IRB session for interacting with the domain model. Run with no-args to
1143
- see help.
1144
-
1145
- * Added breakpoint support through the script/breakpointer client. This means that you can break out of execution at any point in
1146
- the code, investigate and change the model, AND then resume execution! Example:
1147
-
1148
- class WeblogController < ActionController::Base
1149
- def index
1150
- @posts = Post.find_all
1151
- breakpoint "Breaking out from the list"
1152
- end
1153
- end
1154
-
1155
- So the controller will accept the action, run the first line, then present you with a IRB prompt in the breakpointer window.
1156
- Here you can do things like:
1157
-
1158
- Executing breakpoint "Breaking out from the list" at .../webrick_server.rb:16 in 'breakpoint'
1159
-
1160
- >> @posts.inspect
1161
- => "[#<Post:0x14a6be8 @attributes={\"title\"=>nil, \"body\"=>nil, \"id\"=>\"1\"}>,
1162
- #<Post:0x14a6620 @attributes={\"title\"=>\"Rails you know!\", \"body\"=>\"Only ten..\", \"id\"=>\"2\"}>]"
1163
- >> @posts.first.title = "hello from a breakpoint"
1164
- => "hello from a breakpoint"
1165
-
1166
- ...and even better is that you can examine how your runtime objects actually work:
1167
-
1168
- >> f = @posts.first
1169
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
1170
- >> f.
1171
- Display all 152 possibilities? (y or n)
1172
-
1173
- Finally, when you're ready to resume execution, you press CTRL-D
1174
-
1175
- * Changed environments to be configurable through an environment variable. By default, the environment is "development", but you
1176
- can change that and set your own by configuring the Apache vhost with a string like (mod_env must be available on the server):
1177
-
1178
- SetEnv RAILS_ENV production
1179
-
1180
- ...if you're using WEBrick, you can pick the environment to use with the command-line parameters -e/--environment, like this:
1181
-
1182
- ruby public/dispatcher.servlet -e production
1183
-
1184
- * Added a new default environment called "development", which leaves the production environment to be tuned exclusively for that.
1185
-
1186
- * Added a start_server in the root of the Rails application to make it even easier to get started
1187
-
1188
- * Fixed public/.htaccess to use RewriteBase and share the same rewrite rules for all the dispatch methods
1189
-
1190
- * Fixed webrick_server to handle requests in a serialized manner (the Rails reloading infrastructure is not thread-safe)
1191
-
1192
- * Added support for controllers in directories. So you can have:
1193
-
1194
- app/controllers/account_controller.rb # URL: /account/
1195
- app/controllers/admin/account_controller.rb # URL: /admin/account/
1196
-
1197
- NOTE: You need to update your public/.htaccess with the new rules to pick it up
1198
-
1199
- * Added reloading for associations and dependencies under cached environments like FastCGI and mod_ruby. This makes it possible to use
1200
- those environments for development. This is turned on by default, but can be turned off with
1201
- ActiveRecord::Base.reload_associations = false and ActionController::Base.reload_dependencies = false in production environments.
1202
-
1203
- * Added support for sub-directories in app/models. So now you can have something like Basecamp with:
1204
-
1205
- app/models/accounting
1206
- app/models/project
1207
- app/models/participants
1208
- app/models/settings
1209
-
1210
- It's poor man's namespacing, but only for file-system organization. You still require files just like before.
1211
- Nothing changes inside the files themselves.
1212
-
1213
-
1214
- * Fixed a few references in the tests generated by new_mailer [Jeremy Kemper]
1215
-
1216
- * Added support for mocks in testing with test/mocks
1217
-
1218
- * Cleaned up the environments a bit and added global constant RAILS_ROOT
1219
-
1220
-
1221
- *0.8.5* (9)
1222
-
1223
- * Made dev-util available to all tests, so you can insert breakpoints in any test case to get an IRB prompt at that point [Jeremy Kemper]:
1224
-
1225
- def test_complex_stuff
1226
- @david.projects << @new_project
1227
- breakpoint "Let's have a closer look at @david"
1228
- end
1229
-
1230
- You need to install dev-utils yourself for this to work ("gem install dev-util").
1231
-
1232
- * Added shared generator behavior so future upgrades should be possible without manually copying over files [Jeremy Kemper]
1233
-
1234
- * Added the new helper style to both controller and helper templates [Jeremy Kemper]
1235
-
1236
- * Added new_crud generator for creating a model and controller at the same time with explicit scaffolding [Jeremy Kemper]
1237
-
1238
- * Added configuration of Test::Unit::TestCase.fixture_path to test_helper to concide with the new AR fixtures style
1239
-
1240
- * Fixed that new_model was generating singular table/fixture names
1241
-
1242
- * Upgraded to Action Mailer 0.4.0
1243
-
1244
- * Upgraded to Action Pack 0.9.5
1245
-
1246
- * Upgraded to Active Record 1.1.0
1247
-
1248
-
1249
- *0.8.0 (15)*
1250
-
1251
- * Removed custom_table_name option for new_model now that the Inflector is as powerful as it is
1252
-
1253
- * Changed the default rake action to just do testing and separate API generation and coding statistics into a "doc" task.
1254
-
1255
- * Fixed WEBrick dispatcher to handle missing slashes in the URLs gracefully [alexey]
1256
-
1257
- * Added user option for all postgresql tool calls in the rakefile [elvstone]
1258
-
1259
- * Fixed problem with running "ruby public/dispatch.servlet" instead of "cd public; ruby dispatch.servlet" [alexey]
1260
-
1261
- * Fixed WEBrick server so that it no longer hardcodes the ruby interpreter used to "ruby" but will get the one used based
1262
- on the Ruby runtime configuration. [Marcel Molina Jr.]
1263
-
1264
- * Fixed Dispatcher so it'll route requests to magic_beans to MagicBeansController/magic_beans_controller.rb [Caio Chassot]
1265
-
1266
- * "new_controller MagicBeans" and "new_model SubscriptionPayments" will now both behave properly as they use the new Inflector.
1267
-
1268
- * Fixed problem with MySQL foreign key constraint checks in Rake :clone_production_structure_to_test target [Andreas Schwarz]
1269
-
1270
- * Changed WEBrick server to by default be auto-reloading, which is slower but makes source changes instant.
1271
- Class compilation cache can be turned on with "-c" or "--cache-classes".
1272
-
1273
- * Added "-b/--binding" option to WEBrick dispatcher to bind the server to a specific IP address (default: 127.0.0.1) [Kevin Temp]
1274
-
1275
- * dispatch.fcgi now DOESN'T set FCGI_PURE_RUBY as it was slowing things down for now reason [Andreas Schwarz]
1276
-
1277
- * Added new_mailer generator to work with Action Mailer
1278
-
1279
- * Included new framework: Action Mailer 0.3
1280
-
1281
- * Upgraded to Action Pack 0.9.0
1282
-
1283
- * Upgraded to Active Record 1.0.0
1284
-
1285
-
1286
- *0.7.0*
1287
-
1288
- * Added an optional second argument to the new_model script that allows the programmer to specify the table name,
1289
- which will used to generate a custom table_name method in the model and will also be used in the creation of fixtures.
1290
- [Kevin Radloff]
1291
-
1292
- * script/new_model now turns AccountHolder into account_holder instead of accountholder [Kevin Radloff]
1293
-
1294
- * Fixed the faulty handleing of static files with WEBrick [Andreas Schwarz]
1295
-
1296
- * Unified function_test_helper and unit_test_helper into test_helper
1297
-
1298
- * Fixed bug with the automated production => test database dropping on PostgreSQL [dhawkins]
1299
-
1300
- * create_fixtures in both the functional and unit test helper now turns off the log during fixture generation
1301
- and can generate more than one fixture at a time. Which makes it possible for assignments like:
1302
-
1303
- @people, @projects, @project_access, @companies, @accounts =
1304
- create_fixtures "people", "projects", "project_access", "companies", "accounts"
1305
-
1306
- * Upgraded to Action Pack 0.8.5 (locally-scoped variables, partials, advanced send_file)
1307
-
1308
- * Upgraded to Active Record 0.9.5 (better table_name guessing, cloning, find_all_in_collection)
1309
-
1310
-
1311
- *0.6.5*
1312
-
1313
- * No longer specifies a template for rdoc, so it'll use whatever is default (you can change it in the rakefile)
1314
-
1315
- * The new_model generator will now use the same rules for plural wordings as Active Record
1316
- (so Category will give categories, not categorys) [Kevin Radloff]
1317
-
1318
- * dispatch.fcgi now sets FCGI_PURE_RUBY to true to ensure that it's the Ruby version that's loaded [danp]
1319
-
1320
- * Made the GEM work with Windows
1321
-
1322
- * Fixed bug where mod_ruby would "forget" the load paths added when switching between controllers
1323
-
1324
- * PostgreSQL are now supported for the automated production => test database dropping [Kevin Radloff]
1325
-
1326
- * Errors thrown by the dispatcher are now properly handled in FCGI.
1327
-
1328
- * Upgraded to Action Pack 0.8.0 (lots and lots and lots of fixes)
1329
-
1330
- * Upgraded to Active Record 0.9.4 (a bunch of fixes)
1331
-
1332
-
1333
- *0.6.0*
1334
-
1335
- * Added AbstractionApplicationController as a superclass for all controllers generated. This class can be used
1336
- to carry filters and methods that are to be shared by all. It has an accompanying ApplicationHelper that all
1337
- controllers will also automatically have available.
1338
-
1339
- * Added environments that can be included from any script to get the full Active Record and Action Controller
1340
- context running. This can be used by maintenance scripts or to interact with the model through IRB. Example:
1341
-
1342
- require 'config/environments/production'
1343
-
1344
- for account in Account.find_all
1345
- account.recalculate_interests
1346
- end
1347
-
1348
- A short migration script for an account model that had it's interest calculation strategy changed.
1349
-
1350
- * Accessing the index of a controller with "/weblog" will now redirect to "/weblog/" (only on Apache, not WEBrick)
1351
-
1352
- * Simplified the default Apache config so even remote requests are served off CGI as a default.
1353
- You'll now have to do something specific to activate mod_ruby and FCGI (like using the force urls).
1354
- This should make it easier for new comers that start on an external server.
1355
-
1356
- * Added more of the necessary Apache options to .htaccess to make it easier to setup
1357
-
1358
- * Upgraded to Action Pack 0.7.9 (lots of fixes)
1359
-
1360
- * Upgraded to Active Record 0.9.3 (lots of fixes)
1361
-
1362
-
1363
- *0.5.7*
1364
-
1365
- * Fixed bug in the WEBrick dispatcher that prevented it from getting parameters from the URL
1366
- (through GET requests or otherwise)
1367
-
1368
- * Added lib in root as a place to store app specific libraries
1369
-
1370
- * Added lib and vendor to load_path, so anything store within can be loaded directly.
1371
- Hence lib/redcloth.rb can be loaded with require "redcloth"
1372
-
1373
- * Upgraded to Action Pack 0.7.8 (lots of fixes)
1374
-
1375
- * Upgraded to Active Record 0.9.2 (minor upgrade)
1376
-
1377
-
1378
- *0.5.6*
1379
-
1380
- * Upgraded to Action Pack 0.7.7 (multipart form fix)
1381
-
1382
- * Updated the generated template stubs to valid XHTML files
1383
-
1384
- * Ensure that controllers generated are capitalized, so "new_controller TodoLists"
1385
- gives the same as "new_controller Todolists" and "new_controller todolists".
1386
-
1387
-
1388
- *0.5.5*
1389
-
1390
- * Works on Windows out of the box! (Dropped symlinks)
1391
-
1392
- * Added webrick dispatcher: Try "ruby public/dispatch.servlet --help" [Florian Gross]
1393
-
1394
- * Report errors about initialization to browser (instead of attempting to use uninitialized logger)
1395
-
1396
- * Upgraded to Action Pack 0.7.6
1397
-
1398
- * Upgraded to Active Record 0.9.1
1399
-
1400
- * Added distinct 500.html instead of reusing 404.html
1401
-
1402
- * Added MIT license
1403
-
1404
-
1405
- *0.5.0*
1406
-
1407
- * First public release