antfarm 0.4.0 → 0.5.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1694) hide show
  1. data/README.md +160 -0
  2. data/bin/antfarm +134 -152
  3. data/lib/antfarm.rb +32 -246
  4. data/lib/antfarm/cli.rb +36 -0
  5. data/lib/antfarm/cli/console.rb +57 -0
  6. data/lib/antfarm/cli/framework.rb +136 -0
  7. data/lib/antfarm/cli/plugin.rb +64 -0
  8. data/lib/antfarm/cli/ui.rb +32 -0
  9. data/lib/antfarm/cli/ui/console.rb +32 -0
  10. data/lib/antfarm/cli/ui/console/table.rb +113 -0
  11. data/lib/antfarm/cli/version.rb +11 -0
  12. data/man/antfarm.1 +200 -0
  13. data/man/antfarm.1.ronn +132 -0
  14. metadata +83 -2072
  15. data/CHANGELOG +0 -29
  16. data/LICENSE +0 -504
  17. data/README.rdoc +0 -217
  18. data/config/boot.rb +0 -43
  19. data/config/environment.rb +0 -29
  20. data/db/migrate/001_create_nodes.rb +0 -33
  21. data/db/migrate/002_create_layer2_interfaces.rb +0 -33
  22. data/db/migrate/003_create_layer3_interfaces.rb +0 -34
  23. data/db/migrate/004_create_layer3_networks.rb +0 -32
  24. data/db/migrate/005_create_ethernet_interfaces.rb +0 -31
  25. data/db/migrate/006_create_ip_interfaces.rb +0 -31
  26. data/db/migrate/007_create_ip_networks.rb +0 -33
  27. data/db/migrate/008_create_private_networks.rb +0 -31
  28. data/db/migrate/009_create_traffic.rb +0 -35
  29. data/db/migrate/010_create_dns_entries.rb +0 -32
  30. data/db/migrate/011_create_actions.rb +0 -34
  31. data/db/migrate/012_create_services.rb +0 -36
  32. data/db/migrate/013_create_operating_systems.rb +0 -34
  33. data/db/schema.rb +0 -92
  34. data/lib/antfarm.jar +0 -0
  35. data/lib/antfarm/action.rb +0 -29
  36. data/lib/antfarm/dns_entry.rb +0 -23
  37. data/lib/antfarm/ethernet_interface.rb +0 -91
  38. data/lib/antfarm/ip_interface.rb +0 -189
  39. data/lib/antfarm/ip_network.rb +0 -109
  40. data/lib/antfarm/layer2_interface.rb +0 -111
  41. data/lib/antfarm/layer3_interface.rb +0 -140
  42. data/lib/antfarm/layer3_network.rb +0 -126
  43. data/lib/antfarm/node.rb +0 -84
  44. data/lib/antfarm/operating_system.rb +0 -25
  45. data/lib/antfarm/private_network.rb +0 -34
  46. data/lib/antfarm/service.rb +0 -25
  47. data/lib/antfarm/traffic.rb +0 -32
  48. data/lib/console.rb +0 -9
  49. data/lib/cpscript.rb +0 -70
  50. data/lib/dbmanage.rb +0 -164
  51. data/lib/init/initializer.rb +0 -129
  52. data/lib/scparse.rb +0 -345
  53. data/lib/scripts/cisco/parse-arp.rb +0 -66
  54. data/lib/scripts/cisco/parse-ip-ifaces.rb +0 -116
  55. data/lib/scripts/cisco/parse-network-objects.rb +0 -80
  56. data/lib/scripts/cisco/parse-pix-config.rb +0 -254
  57. data/lib/scripts/cisco/parse-routes.rb +0 -84
  58. data/lib/scripts/load-host.rb +0 -51
  59. data/lib/scripts/load-network.rb +0 -51
  60. data/lib/scripts/manipulate-dns.rb +0 -87
  61. data/lib/scripts/nmap/parse-xml.rb +0 -147
  62. data/lib/scripts/pcap/parse-pcap-file.rb +0 -126
  63. data/lib/scripts/viz/display-networks.rb +0 -88
  64. data/lib/scripts/viz/display-traffic.rb +0 -111
  65. data/lib/scripts/viz/dump-graphml.rb +0 -219
  66. data/lib/scripts/viz/dump-graphviz.rb +0 -136
  67. data/lib/version.rb +0 -5
  68. data/log/antfarm.log +0 -0
  69. data/rails/app/controllers/actions_controller.rb +0 -5
  70. data/rails/app/controllers/application.rb +0 -10
  71. data/rails/app/controllers/dns_entries_controller.rb +0 -4
  72. data/rails/app/controllers/ethernet_interfaces_controller.rb +0 -4
  73. data/rails/app/controllers/ip_interfaces_controller.rb +0 -4
  74. data/rails/app/controllers/ip_networks_controller.rb +0 -4
  75. data/rails/app/controllers/layer2_interfaces_controller.rb +0 -6
  76. data/rails/app/controllers/layer3_interfaces_controller.rb +0 -6
  77. data/rails/app/controllers/layer3_networks_controller.rb +0 -4
  78. data/rails/app/controllers/nodes_controller.rb +0 -9
  79. data/rails/app/controllers/operating_systems_controller.rb +0 -5
  80. data/rails/app/controllers/private_networks_controller.rb +0 -4
  81. data/rails/app/controllers/services_controller.rb +0 -5
  82. data/rails/app/controllers/traffic_controller.rb +0 -5
  83. data/rails/app/views/layouts/application.html.erb +0 -35
  84. data/rails/config/boot.rb +0 -145
  85. data/rails/config/environment.rb +0 -62
  86. data/rails/config/environments/development.rb +0 -17
  87. data/rails/config/initializers/inflections.rb +0 -10
  88. data/rails/config/initializers/mime_types.rb +0 -5
  89. data/rails/config/routes.rb +0 -36
  90. data/rails/public/404.html +0 -30
  91. data/rails/public/422.html +0 -30
  92. data/rails/public/500.html +0 -30
  93. data/rails/public/blank.html +0 -33
  94. data/rails/public/dispatch.cgi +0 -10
  95. data/rails/public/dispatch.fcgi +0 -24
  96. data/rails/public/dispatch.rb +0 -10
  97. data/rails/public/favicon.ico +0 -0
  98. data/rails/public/images/active_scaffold/DO_NOT_EDIT +0 -2
  99. data/rails/public/images/active_scaffold/default/add.gif +0 -0
  100. data/rails/public/images/active_scaffold/default/arrow_down.gif +0 -0
  101. data/rails/public/images/active_scaffold/default/arrow_up.gif +0 -0
  102. data/rails/public/images/active_scaffold/default/close.gif +0 -0
  103. data/rails/public/images/active_scaffold/default/cross.png +0 -0
  104. data/rails/public/images/active_scaffold/default/indicator-small.gif +0 -0
  105. data/rails/public/images/active_scaffold/default/indicator.gif +0 -0
  106. data/rails/public/images/active_scaffold/default/magnifier.png +0 -0
  107. data/rails/public/images/rails.png +0 -0
  108. data/rails/public/javascripts/active_scaffold/DO_NOT_EDIT +0 -2
  109. data/rails/public/javascripts/active_scaffold/default/active_scaffold.js +0 -418
  110. data/rails/public/javascripts/active_scaffold/default/dhtml_history.js +0 -942
  111. data/rails/public/javascripts/active_scaffold/default/form_enhancements.js +0 -89
  112. data/rails/public/javascripts/active_scaffold/default/rico_corner.js +0 -370
  113. data/rails/public/javascripts/application.js +0 -2
  114. data/rails/public/javascripts/controls.js +0 -963
  115. data/rails/public/javascripts/dragdrop.js +0 -972
  116. data/rails/public/javascripts/effects.js +0 -1120
  117. data/rails/public/javascripts/prototype.js +0 -4225
  118. data/rails/public/robots.txt +0 -5
  119. data/rails/public/stylesheets/active_scaffold/DO_NOT_EDIT +0 -2
  120. data/rails/public/stylesheets/active_scaffold/default/stylesheet-ie.css +0 -35
  121. data/rails/public/stylesheets/active_scaffold/default/stylesheet.css +0 -770
  122. data/rails/public/stylesheets/site.css +0 -11
  123. data/rails/script/server +0 -3
  124. data/rails/vendor/plugins/active_scaffold/CHANGELOG +0 -151
  125. data/rails/vendor/plugins/active_scaffold/MIT-LICENSE +0 -20
  126. data/rails/vendor/plugins/active_scaffold/README +0 -19
  127. data/rails/vendor/plugins/active_scaffold/Rakefile +0 -24
  128. data/rails/vendor/plugins/active_scaffold/environment.rb +0 -83
  129. data/rails/vendor/plugins/active_scaffold/frontends/default/images/add.gif +0 -0
  130. data/rails/vendor/plugins/active_scaffold/frontends/default/images/arrow_down.gif +0 -0
  131. data/rails/vendor/plugins/active_scaffold/frontends/default/images/arrow_up.gif +0 -0
  132. data/rails/vendor/plugins/active_scaffold/frontends/default/images/close.gif +0 -0
  133. data/rails/vendor/plugins/active_scaffold/frontends/default/images/cross.png +0 -0
  134. data/rails/vendor/plugins/active_scaffold/frontends/default/images/indicator-small.gif +0 -0
  135. data/rails/vendor/plugins/active_scaffold/frontends/default/images/indicator.gif +0 -0
  136. data/rails/vendor/plugins/active_scaffold/frontends/default/images/magnifier.png +0 -0
  137. data/rails/vendor/plugins/active_scaffold/frontends/default/javascripts/active_scaffold.js +0 -418
  138. data/rails/vendor/plugins/active_scaffold/frontends/default/javascripts/dhtml_history.js +0 -942
  139. data/rails/vendor/plugins/active_scaffold/frontends/default/javascripts/form_enhancements.js +0 -89
  140. data/rails/vendor/plugins/active_scaffold/frontends/default/javascripts/rico_corner.js +0 -370
  141. data/rails/vendor/plugins/active_scaffold/frontends/default/stylesheets/stylesheet-ie.css +0 -35
  142. data/rails/vendor/plugins/active_scaffold/frontends/default/stylesheets/stylesheet.css +0 -770
  143. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_add_existing_form.rhtml +0 -40
  144. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_create_form.rhtml +0 -45
  145. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_field_search.rhtml +0 -55
  146. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form.rhtml +0 -18
  147. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_association.rhtml +0 -44
  148. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_association_footer.rhtml +0 -42
  149. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_association_header.rhtml +0 -10
  150. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_association_record.rhtml +0 -22
  151. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.rhtml +0 -12
  152. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_hidden_attribute.rhtml +0 -1
  153. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_form_messages.rhtml +0 -5
  154. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list.rhtml +0 -34
  155. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_actions.rhtml +0 -13
  156. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_calculations.rhtml +0 -22
  157. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_column_headings.rhtml +0 -32
  158. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_header.rhtml +0 -12
  159. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_inline_adapter.rhtml +0 -9
  160. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_pagination_links.rhtml +0 -30
  161. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_list_record.rhtml +0 -31
  162. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_live_search.rhtml +0 -25
  163. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_messages.rhtml +0 -10
  164. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_nested.rhtml +0 -44
  165. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_search.rhtml +0 -21
  166. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_show.rhtml +0 -8
  167. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_show_columns.rhtml +0 -11
  168. data/rails/vendor/plugins/active_scaffold/frontends/default/views/_update_form.rhtml +0 -49
  169. data/rails/vendor/plugins/active_scaffold/frontends/default/views/add_existing.rjs +0 -16
  170. data/rails/vendor/plugins/active_scaffold/frontends/default/views/add_existing_form.rhtml +0 -5
  171. data/rails/vendor/plugins/active_scaffold/frontends/default/views/create.rjs +0 -19
  172. data/rails/vendor/plugins/active_scaffold/frontends/default/views/create_form.rhtml +0 -5
  173. data/rails/vendor/plugins/active_scaffold/frontends/default/views/delete.rhtml +0 -13
  174. data/rails/vendor/plugins/active_scaffold/frontends/default/views/destroy.rjs +0 -9
  175. data/rails/vendor/plugins/active_scaffold/frontends/default/views/edit_associated.rjs +0 -15
  176. data/rails/vendor/plugins/active_scaffold/frontends/default/views/field_search.rhtml +0 -5
  177. data/rails/vendor/plugins/active_scaffold/frontends/default/views/form_messages.rjs +0 -1
  178. data/rails/vendor/plugins/active_scaffold/frontends/default/views/list.rhtml +0 -25
  179. data/rails/vendor/plugins/active_scaffold/frontends/default/views/search.rhtml +0 -5
  180. data/rails/vendor/plugins/active_scaffold/frontends/default/views/show.rhtml +0 -5
  181. data/rails/vendor/plugins/active_scaffold/frontends/default/views/update.rjs +0 -10
  182. data/rails/vendor/plugins/active_scaffold/frontends/default/views/update_column.rjs +0 -12
  183. data/rails/vendor/plugins/active_scaffold/frontends/default/views/update_form.rhtml +0 -5
  184. data/rails/vendor/plugins/active_scaffold/init.rb +0 -16
  185. data/rails/vendor/plugins/active_scaffold/install.rb +0 -40
  186. data/rails/vendor/plugins/active_scaffold/install_assets.rb +0 -36
  187. data/rails/vendor/plugins/active_scaffold/lib/actions/core.rb +0 -87
  188. data/rails/vendor/plugins/active_scaffold/lib/actions/create.rb +0 -98
  189. data/rails/vendor/plugins/active_scaffold/lib/actions/delete.rb +0 -46
  190. data/rails/vendor/plugins/active_scaffold/lib/actions/field_search.rb +0 -51
  191. data/rails/vendor/plugins/active_scaffold/lib/actions/list.rb +0 -75
  192. data/rails/vendor/plugins/active_scaffold/lib/actions/live_search.rb +0 -44
  193. data/rails/vendor/plugins/active_scaffold/lib/actions/nested.rb +0 -211
  194. data/rails/vendor/plugins/active_scaffold/lib/actions/search.rb +0 -38
  195. data/rails/vendor/plugins/active_scaffold/lib/actions/show.rb +0 -34
  196. data/rails/vendor/plugins/active_scaffold/lib/actions/subform.rb +0 -17
  197. data/rails/vendor/plugins/active_scaffold/lib/actions/update.rb +0 -112
  198. data/rails/vendor/plugins/active_scaffold/lib/active_record_permissions.rb +0 -127
  199. data/rails/vendor/plugins/active_scaffold/lib/active_scaffold.rb +0 -141
  200. data/rails/vendor/plugins/active_scaffold/lib/attribute_params.rb +0 -184
  201. data/rails/vendor/plugins/active_scaffold/lib/bridges/bridge.rb +0 -52
  202. data/rails/vendor/plugins/active_scaffold/lib/bridges/calendar_date_select/bridge.rb +0 -11
  203. data/rails/vendor/plugins/active_scaffold/lib/bridges/calendar_date_select/lib/as_cds_bridge.rb +0 -46
  204. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/bridge.rb +0 -12
  205. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/lib/as_file_column_bridge.rb +0 -48
  206. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/lib/file_column_helpers.rb +0 -51
  207. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/lib/form_ui.rb +0 -32
  208. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/lib/list_ui.rb +0 -26
  209. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/test/functional/file_column_keep_test.rb +0 -43
  210. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/test/mock_model.rb +0 -9
  211. data/rails/vendor/plugins/active_scaffold/lib/bridges/file_column/test/test_helper.rb +0 -15
  212. data/rails/vendor/plugins/active_scaffold/lib/config/base.rb +0 -37
  213. data/rails/vendor/plugins/active_scaffold/lib/config/core.rb +0 -203
  214. data/rails/vendor/plugins/active_scaffold/lib/config/create.rb +0 -34
  215. data/rails/vendor/plugins/active_scaffold/lib/config/delete.rb +0 -25
  216. data/rails/vendor/plugins/active_scaffold/lib/config/field_search.rb +0 -53
  217. data/rails/vendor/plugins/active_scaffold/lib/config/form.rb +0 -49
  218. data/rails/vendor/plugins/active_scaffold/lib/config/list.rb +0 -100
  219. data/rails/vendor/plugins/active_scaffold/lib/config/live_search.rb +0 -52
  220. data/rails/vendor/plugins/active_scaffold/lib/config/nested.rb +0 -30
  221. data/rails/vendor/plugins/active_scaffold/lib/config/search.rb +0 -52
  222. data/rails/vendor/plugins/active_scaffold/lib/config/show.rb +0 -39
  223. data/rails/vendor/plugins/active_scaffold/lib/config/subform.rb +0 -33
  224. data/rails/vendor/plugins/active_scaffold/lib/config/update.rb +0 -24
  225. data/rails/vendor/plugins/active_scaffold/lib/configurable.rb +0 -29
  226. data/rails/vendor/plugins/active_scaffold/lib/constraints.rb +0 -174
  227. data/rails/vendor/plugins/active_scaffold/lib/data_structures/action_columns.rb +0 -92
  228. data/rails/vendor/plugins/active_scaffold/lib/data_structures/action_link.rb +0 -133
  229. data/rails/vendor/plugins/active_scaffold/lib/data_structures/action_links.rb +0 -49
  230. data/rails/vendor/plugins/active_scaffold/lib/data_structures/actions.rb +0 -45
  231. data/rails/vendor/plugins/active_scaffold/lib/data_structures/column.rb +0 -247
  232. data/rails/vendor/plugins/active_scaffold/lib/data_structures/columns.rb +0 -62
  233. data/rails/vendor/plugins/active_scaffold/lib/data_structures/error_message.rb +0 -24
  234. data/rails/vendor/plugins/active_scaffold/lib/data_structures/set.rb +0 -61
  235. data/rails/vendor/plugins/active_scaffold/lib/data_structures/sorting.rb +0 -89
  236. data/rails/vendor/plugins/active_scaffold/lib/dhtml_confirm.rb +0 -54
  237. data/rails/vendor/plugins/active_scaffold/lib/exceptions.rb +0 -7
  238. data/rails/vendor/plugins/active_scaffold/lib/extensions/action_controller_rendering.rb +0 -33
  239. data/rails/vendor/plugins/active_scaffold/lib/extensions/action_view_rendering.rb +0 -94
  240. data/rails/vendor/plugins/active_scaffold/lib/extensions/array.rb +0 -7
  241. data/rails/vendor/plugins/active_scaffold/lib/extensions/component_response_with_namespacing.rb +0 -17
  242. data/rails/vendor/plugins/active_scaffold/lib/extensions/error_messages.rb +0 -65
  243. data/rails/vendor/plugins/active_scaffold/lib/extensions/generic_view_paths.rb +0 -62
  244. data/rails/vendor/plugins/active_scaffold/lib/extensions/hashes_in_url_for.rb +0 -61
  245. data/rails/vendor/plugins/active_scaffold/lib/extensions/json_mime_type.rb +0 -28
  246. data/rails/vendor/plugins/active_scaffold/lib/extensions/localize.rb +0 -5
  247. data/rails/vendor/plugins/active_scaffold/lib/extensions/name_option_for_datetime.rb +0 -33
  248. data/rails/vendor/plugins/active_scaffold/lib/extensions/nil_id_in_url_params.rb +0 -7
  249. data/rails/vendor/plugins/active_scaffold/lib/extensions/resources.rb +0 -26
  250. data/rails/vendor/plugins/active_scaffold/lib/extensions/reverse_associations.rb +0 -56
  251. data/rails/vendor/plugins/active_scaffold/lib/extensions/to_label.rb +0 -8
  252. data/rails/vendor/plugins/active_scaffold/lib/extensions/unsaved_associated.rb +0 -61
  253. data/rails/vendor/plugins/active_scaffold/lib/extensions/unsaved_record.rb +0 -20
  254. data/rails/vendor/plugins/active_scaffold/lib/finder.rb +0 -149
  255. data/rails/vendor/plugins/active_scaffold/lib/helpers/association_helpers.rb +0 -40
  256. data/rails/vendor/plugins/active_scaffold/lib/helpers/controller_helpers.rb +0 -7
  257. data/rails/vendor/plugins/active_scaffold/lib/helpers/form_column_helpers.rb +0 -251
  258. data/rails/vendor/plugins/active_scaffold/lib/helpers/id_helpers.rb +0 -119
  259. data/rails/vendor/plugins/active_scaffold/lib/helpers/list_column_helpers.rb +0 -187
  260. data/rails/vendor/plugins/active_scaffold/lib/helpers/pagination_helpers.rb +0 -37
  261. data/rails/vendor/plugins/active_scaffold/lib/helpers/usa_state.rb +0 -46
  262. data/rails/vendor/plugins/active_scaffold/lib/helpers/view_helpers.rb +0 -205
  263. data/rails/vendor/plugins/active_scaffold/lib/paginator.rb +0 -136
  264. data/rails/vendor/plugins/active_scaffold/lib/responds_to_parent.rb +0 -68
  265. data/rails/vendor/plugins/active_scaffold/public/blank.html +0 -33
  266. data/rails/vendor/plugins/active_scaffold/test/bridges/bridge_test.rb +0 -47
  267. data/rails/vendor/plugins/active_scaffold/test/config/update_test.rb +0 -17
  268. data/rails/vendor/plugins/active_scaffold/test/const_mocker.rb +0 -36
  269. data/rails/vendor/plugins/active_scaffold/test/data_structures/action_columns_test.rb +0 -119
  270. data/rails/vendor/plugins/active_scaffold/test/data_structures/action_link_test.rb +0 -78
  271. data/rails/vendor/plugins/active_scaffold/test/data_structures/action_links_test.rb +0 -63
  272. data/rails/vendor/plugins/active_scaffold/test/data_structures/actions_test.rb +0 -25
  273. data/rails/vendor/plugins/active_scaffold/test/data_structures/association_column_test.rb +0 -41
  274. data/rails/vendor/plugins/active_scaffold/test/data_structures/column_test.rb +0 -161
  275. data/rails/vendor/plugins/active_scaffold/test/data_structures/columns_test.rb +0 -69
  276. data/rails/vendor/plugins/active_scaffold/test/data_structures/error_message_test.rb +0 -28
  277. data/rails/vendor/plugins/active_scaffold/test/data_structures/set_test.rb +0 -86
  278. data/rails/vendor/plugins/active_scaffold/test/data_structures/sorting_test.rb +0 -96
  279. data/rails/vendor/plugins/active_scaffold/test/data_structures/standard_column_test.rb +0 -34
  280. data/rails/vendor/plugins/active_scaffold/test/data_structures/virtual_column_test.rb +0 -34
  281. data/rails/vendor/plugins/active_scaffold/test/extensions/active_record_test.rb +0 -45
  282. data/rails/vendor/plugins/active_scaffold/test/extensions/array.rb +0 -12
  283. data/rails/vendor/plugins/active_scaffold/test/misc/active_record_permissions.rb +0 -154
  284. data/rails/vendor/plugins/active_scaffold/test/misc/configurable_test.rb +0 -96
  285. data/rails/vendor/plugins/active_scaffold/test/misc/constraints_test.rb +0 -175
  286. data/rails/vendor/plugins/active_scaffold/test/misc/finder_test.rb +0 -70
  287. data/rails/vendor/plugins/active_scaffold/test/misc/lang_test.rb +0 -12
  288. data/rails/vendor/plugins/active_scaffold/test/model_stub.rb +0 -39
  289. data/rails/vendor/plugins/active_scaffold/test/run_all.rb +0 -8
  290. data/rails/vendor/plugins/active_scaffold/test/test_helper.rb +0 -13
  291. data/rails/vendor/plugins/active_scaffold/uninstall.rb +0 -12
  292. data/rails/vendor/rails/actionmailer/CHANGELOG +0 -336
  293. data/rails/vendor/rails/actionmailer/MIT-LICENSE +0 -21
  294. data/rails/vendor/rails/actionmailer/README +0 -149
  295. data/rails/vendor/rails/actionmailer/Rakefile +0 -97
  296. data/rails/vendor/rails/actionmailer/install.rb +0 -30
  297. data/rails/vendor/rails/actionmailer/lib/action_mailer.rb +0 -52
  298. data/rails/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb +0 -30
  299. data/rails/vendor/rails/actionmailer/lib/action_mailer/base.rb +0 -646
  300. data/rails/vendor/rails/actionmailer/lib/action_mailer/helpers.rb +0 -111
  301. data/rails/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb +0 -19
  302. data/rails/vendor/rails/actionmailer/lib/action_mailer/part.rb +0 -110
  303. data/rails/vendor/rails/actionmailer/lib/action_mailer/part_container.rb +0 -51
  304. data/rails/vendor/rails/actionmailer/lib/action_mailer/quoting.rb +0 -61
  305. data/rails/vendor/rails/actionmailer/lib/action_mailer/test_case.rb +0 -64
  306. data/rails/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb +0 -67
  307. data/rails/vendor/rails/actionmailer/lib/action_mailer/utils.rb +0 -8
  308. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor.rb +0 -14
  309. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb +0 -1466
  310. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail.rb +0 -5
  311. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/address.rb +0 -426
  312. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb +0 -46
  313. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/base64.rb +0 -46
  314. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/compat.rb +0 -41
  315. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/config.rb +0 -67
  316. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/core_extensions.rb +0 -63
  317. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/encode.rb +0 -581
  318. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/header.rb +0 -960
  319. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/index.rb +0 -9
  320. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/interface.rb +0 -1130
  321. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/loader.rb +0 -3
  322. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/mail.rb +0 -578
  323. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/mailbox.rb +0 -495
  324. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/main.rb +0 -6
  325. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/mbox.rb +0 -3
  326. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb +0 -248
  327. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/obsolete.rb +0 -132
  328. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/parser.rb +0 -1476
  329. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/port.rb +0 -379
  330. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/quoting.rb +0 -118
  331. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/require_arch.rb +0 -58
  332. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/scanner.rb +0 -49
  333. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/scanner_r.rb +0 -261
  334. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/stringio.rb +0 -280
  335. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/utils.rb +0 -337
  336. data/rails/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/version.rb +0 -39
  337. data/rails/vendor/rails/actionmailer/lib/action_mailer/version.rb +0 -9
  338. data/rails/vendor/rails/actionmailer/lib/actionmailer.rb +0 -1
  339. data/rails/vendor/rails/actionmailer/test/abstract_unit.rb +0 -49
  340. data/rails/vendor/rails/actionmailer/test/delivery_method_test.rb +0 -51
  341. data/rails/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb +0 -1
  342. data/rails/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb +0 -1
  343. data/rails/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb +0 -1
  344. data/rails/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb +0 -1
  345. data/rails/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb +0 -5
  346. data/rails/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb +0 -5
  347. data/rails/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb +0 -1
  348. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email +0 -14
  349. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email10 +0 -20
  350. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email12 +0 -32
  351. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email13 +0 -29
  352. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email2 +0 -114
  353. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email3 +0 -70
  354. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email4 +0 -59
  355. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email5 +0 -19
  356. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email6 +0 -20
  357. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email7 +0 -66
  358. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email8 +0 -47
  359. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email9 +0 -28
  360. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a +0 -14
  361. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type +0 -104
  362. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment +0 -100
  363. data/rails/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject +0 -14
  364. data/rails/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb +0 -1
  365. data/rails/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb +0 -3
  366. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb +0 -1
  367. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml +0 -6
  368. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml +0 -6
  369. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb +0 -1
  370. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb +0 -10
  371. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb +0 -2
  372. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb +0 -1
  373. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb +0 -1
  374. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder +0 -2
  375. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml +0 -2
  376. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.erb +0 -3
  377. data/rails/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +0 -5
  378. data/rails/vendor/rails/actionmailer/test/mail_helper_test.rb +0 -95
  379. data/rails/vendor/rails/actionmailer/test/mail_render_test.rb +0 -122
  380. data/rails/vendor/rails/actionmailer/test/mail_service_test.rb +0 -979
  381. data/rails/vendor/rails/actionmailer/test/quoting_test.rb +0 -98
  382. data/rails/vendor/rails/actionmailer/test/test_helper_test.rb +0 -129
  383. data/rails/vendor/rails/actionmailer/test/tmail_test.rb +0 -22
  384. data/rails/vendor/rails/actionmailer/test/url_test.rb +0 -76
  385. data/rails/vendor/rails/actionpack/CHANGELOG +0 -4798
  386. data/rails/vendor/rails/actionpack/MIT-LICENSE +0 -21
  387. data/rails/vendor/rails/actionpack/README +0 -469
  388. data/rails/vendor/rails/actionpack/RUNNING_UNIT_TESTS +0 -24
  389. data/rails/vendor/rails/actionpack/Rakefile +0 -154
  390. data/rails/vendor/rails/actionpack/install.rb +0 -30
  391. data/rails/vendor/rails/actionpack/lib/action_controller.rb +0 -79
  392. data/rails/vendor/rails/actionpack/lib/action_controller/assertions.rb +0 -69
  393. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb +0 -39
  394. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb +0 -20
  395. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb +0 -172
  396. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb +0 -146
  397. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb +0 -643
  398. data/rails/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb +0 -130
  399. data/rails/vendor/rails/actionpack/lib/action_controller/base.rb +0 -1270
  400. data/rails/vendor/rails/actionpack/lib/action_controller/benchmarking.rb +0 -94
  401. data/rails/vendor/rails/actionpack/lib/action_controller/caching.rb +0 -72
  402. data/rails/vendor/rails/actionpack/lib/action_controller/caching/actions.rb +0 -144
  403. data/rails/vendor/rails/actionpack/lib/action_controller/caching/fragments.rb +0 -138
  404. data/rails/vendor/rails/actionpack/lib/action_controller/caching/pages.rb +0 -154
  405. data/rails/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb +0 -18
  406. data/rails/vendor/rails/actionpack/lib/action_controller/caching/sweeping.rb +0 -97
  407. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb +0 -16
  408. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb +0 -110
  409. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb +0 -22
  410. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_ext/session.rb +0 -73
  411. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb +0 -24
  412. data/rails/vendor/rails/actionpack/lib/action_controller/cgi_process.rb +0 -223
  413. data/rails/vendor/rails/actionpack/lib/action_controller/components.rb +0 -166
  414. data/rails/vendor/rails/actionpack/lib/action_controller/cookies.rb +0 -96
  415. data/rails/vendor/rails/actionpack/lib/action_controller/dispatcher.rb +0 -162
  416. data/rails/vendor/rails/actionpack/lib/action_controller/filters.rb +0 -643
  417. data/rails/vendor/rails/actionpack/lib/action_controller/flash.rb +0 -172
  418. data/rails/vendor/rails/actionpack/lib/action_controller/headers.rb +0 -31
  419. data/rails/vendor/rails/actionpack/lib/action_controller/helpers.rb +0 -221
  420. data/rails/vendor/rails/actionpack/lib/action_controller/http_authentication.rb +0 -124
  421. data/rails/vendor/rails/actionpack/lib/action_controller/integration.rb +0 -634
  422. data/rails/vendor/rails/actionpack/lib/action_controller/layout.rb +0 -310
  423. data/rails/vendor/rails/actionpack/lib/action_controller/mime_responds.rb +0 -174
  424. data/rails/vendor/rails/actionpack/lib/action_controller/mime_type.rb +0 -182
  425. data/rails/vendor/rails/actionpack/lib/action_controller/mime_types.rb +0 -20
  426. data/rails/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb +0 -178
  427. data/rails/vendor/rails/actionpack/lib/action_controller/record_identifier.rb +0 -97
  428. data/rails/vendor/rails/actionpack/lib/action_controller/request.rb +0 -761
  429. data/rails/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb +0 -140
  430. data/rails/vendor/rails/actionpack/lib/action_controller/request_profiler.rb +0 -169
  431. data/rails/vendor/rails/actionpack/lib/action_controller/rescue.rb +0 -258
  432. data/rails/vendor/rails/actionpack/lib/action_controller/resources.rb +0 -572
  433. data/rails/vendor/rails/actionpack/lib/action_controller/response.rb +0 -76
  434. data/rails/vendor/rails/actionpack/lib/action_controller/routing.rb +0 -383
  435. data/rails/vendor/rails/actionpack/lib/action_controller/routing/builder.rb +0 -204
  436. data/rails/vendor/rails/actionpack/lib/action_controller/routing/optimisations.rb +0 -120
  437. data/rails/vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb +0 -158
  438. data/rails/vendor/rails/actionpack/lib/action_controller/routing/route.rb +0 -240
  439. data/rails/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb +0 -435
  440. data/rails/vendor/rails/actionpack/lib/action_controller/routing/routing_ext.rb +0 -46
  441. data/rails/vendor/rails/actionpack/lib/action_controller/routing/segments.rb +0 -283
  442. data/rails/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb +0 -340
  443. data/rails/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb +0 -166
  444. data/rails/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb +0 -32
  445. data/rails/vendor/rails/actionpack/lib/action_controller/session/drb_store.rb +0 -35
  446. data/rails/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb +0 -98
  447. data/rails/vendor/rails/actionpack/lib/action_controller/session_management.rb +0 -158
  448. data/rails/vendor/rails/actionpack/lib/action_controller/status_codes.rb +0 -88
  449. data/rails/vendor/rails/actionpack/lib/action_controller/streaming.rb +0 -155
  450. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb +0 -24
  451. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb +0 -26
  452. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb +0 -11
  453. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb +0 -29
  454. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb +0 -2
  455. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb +0 -10
  456. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb +0 -21
  457. data/rails/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb +0 -2
  458. data/rails/vendor/rails/actionpack/lib/action_controller/test_case.rb +0 -83
  459. data/rails/vendor/rails/actionpack/lib/action_controller/test_process.rb +0 -524
  460. data/rails/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb +0 -142
  461. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb +0 -68
  462. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb +0 -530
  463. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb +0 -173
  464. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb +0 -828
  465. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb +0 -105
  466. data/rails/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb +0 -11
  467. data/rails/vendor/rails/actionpack/lib/action_controller/verification.rb +0 -130
  468. data/rails/vendor/rails/actionpack/lib/action_pack.rb +0 -24
  469. data/rails/vendor/rails/actionpack/lib/action_pack/version.rb +0 -9
  470. data/rails/vendor/rails/actionpack/lib/action_view.rb +0 -45
  471. data/rails/vendor/rails/actionpack/lib/action_view/base.rb +0 -343
  472. data/rails/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb +0 -276
  473. data/rails/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb +0 -611
  474. data/rails/vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb +0 -143
  475. data/rails/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb +0 -33
  476. data/rails/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb +0 -40
  477. data/rails/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb +0 -161
  478. data/rails/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb +0 -711
  479. data/rails/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb +0 -31
  480. data/rails/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb +0 -763
  481. data/rails/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb +0 -457
  482. data/rails/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb +0 -459
  483. data/rails/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb +0 -217
  484. data/rails/vendor/rails/actionpack/lib/action_view/helpers/javascripts/controls.js +0 -963
  485. data/rails/vendor/rails/actionpack/lib/action_view/helpers/javascripts/dragdrop.js +0 -972
  486. data/rails/vendor/rails/actionpack/lib/action_view/helpers/javascripts/effects.js +0 -1120
  487. data/rails/vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js +0 -4225
  488. data/rails/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb +0 -186
  489. data/rails/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb +0 -1300
  490. data/rails/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb +0 -20
  491. data/rails/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb +0 -59
  492. data/rails/vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb +0 -229
  493. data/rails/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +0 -225
  494. data/rails/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb +0 -133
  495. data/rails/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb +0 -507
  496. data/rails/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb +0 -575
  497. data/rails/vendor/rails/actionpack/lib/action_view/inline_template.rb +0 -20
  498. data/rails/vendor/rails/actionpack/lib/action_view/partial_template.rb +0 -70
  499. data/rails/vendor/rails/actionpack/lib/action_view/partials.rb +0 -158
  500. data/rails/vendor/rails/actionpack/lib/action_view/template.rb +0 -127
  501. data/rails/vendor/rails/actionpack/lib/action_view/template_error.rb +0 -110
  502. data/rails/vendor/rails/actionpack/lib/action_view/template_finder.rb +0 -177
  503. data/rails/vendor/rails/actionpack/lib/action_view/template_handler.rb +0 -34
  504. data/rails/vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb +0 -27
  505. data/rails/vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb +0 -128
  506. data/rails/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb +0 -56
  507. data/rails/vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb +0 -27
  508. data/rails/vendor/rails/actionpack/lib/action_view/test_case.rb +0 -58
  509. data/rails/vendor/rails/actionpack/lib/actionpack.rb +0 -1
  510. data/rails/vendor/rails/actionpack/test/abstract_unit.rb +0 -36
  511. data/rails/vendor/rails/actionpack/test/active_record_unit.rb +0 -105
  512. data/rails/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb +0 -141
  513. data/rails/vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb +0 -191
  514. data/rails/vendor/rails/actionpack/test/adv_attr_test.rb +0 -20
  515. data/rails/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb +0 -524
  516. data/rails/vendor/rails/actionpack/test/controller/addresses_render_test.rb +0 -43
  517. data/rails/vendor/rails/actionpack/test/controller/assert_select_test.rb +0 -689
  518. data/rails/vendor/rails/actionpack/test/controller/base_test.rb +0 -183
  519. data/rails/vendor/rails/actionpack/test/controller/benchmark_test.rb +0 -32
  520. data/rails/vendor/rails/actionpack/test/controller/caching_test.rb +0 -610
  521. data/rails/vendor/rails/actionpack/test/controller/capture_test.rb +0 -89
  522. data/rails/vendor/rails/actionpack/test/controller/cgi_test.rb +0 -116
  523. data/rails/vendor/rails/actionpack/test/controller/components_test.rb +0 -140
  524. data/rails/vendor/rails/actionpack/test/controller/content_type_test.rb +0 -139
  525. data/rails/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb +0 -0
  526. data/rails/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb +0 -0
  527. data/rails/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb +0 -0
  528. data/rails/vendor/rails/actionpack/test/controller/cookie_test.rb +0 -146
  529. data/rails/vendor/rails/actionpack/test/controller/custom_handler_test.rb +0 -45
  530. data/rails/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb +0 -37
  531. data/rails/vendor/rails/actionpack/test/controller/dispatcher_test.rb +0 -105
  532. data/rails/vendor/rails/actionpack/test/controller/fake_controllers.rb +0 -33
  533. data/rails/vendor/rails/actionpack/test/controller/fake_models.rb +0 -11
  534. data/rails/vendor/rails/actionpack/test/controller/filter_params_test.rb +0 -49
  535. data/rails/vendor/rails/actionpack/test/controller/filters_test.rb +0 -881
  536. data/rails/vendor/rails/actionpack/test/controller/flash_test.rb +0 -146
  537. data/rails/vendor/rails/actionpack/test/controller/header_test.rb +0 -14
  538. data/rails/vendor/rails/actionpack/test/controller/helper_test.rb +0 -210
  539. data/rails/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb +0 -123
  540. data/rails/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb +0 -68
  541. data/rails/vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb +0 -259
  542. data/rails/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb +0 -238
  543. data/rails/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb +0 -50
  544. data/rails/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb +0 -131
  545. data/rails/vendor/rails/actionpack/test/controller/http_authentication_test.rb +0 -54
  546. data/rails/vendor/rails/actionpack/test/controller/integration_test.rb +0 -252
  547. data/rails/vendor/rails/actionpack/test/controller/integration_upload_test.rb +0 -43
  548. data/rails/vendor/rails/actionpack/test/controller/layout_test.rb +0 -259
  549. data/rails/vendor/rails/actionpack/test/controller/mime_responds_test.rb +0 -538
  550. data/rails/vendor/rails/actionpack/test/controller/mime_type_test.rb +0 -84
  551. data/rails/vendor/rails/actionpack/test/controller/new_render_test.rb +0 -926
  552. data/rails/vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb +0 -141
  553. data/rails/vendor/rails/actionpack/test/controller/record_identifier_test.rb +0 -139
  554. data/rails/vendor/rails/actionpack/test/controller/redirect_test.rb +0 -289
  555. data/rails/vendor/rails/actionpack/test/controller/render_test.rb +0 -527
  556. data/rails/vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb +0 -313
  557. data/rails/vendor/rails/actionpack/test/controller/request_test.rb +0 -922
  558. data/rails/vendor/rails/actionpack/test/controller/rescue_test.rb +0 -517
  559. data/rails/vendor/rails/actionpack/test/controller/resources_test.rb +0 -875
  560. data/rails/vendor/rails/actionpack/test/controller/routing_test.rb +0 -2415
  561. data/rails/vendor/rails/actionpack/test/controller/selector_test.rb +0 -628
  562. data/rails/vendor/rails/actionpack/test/controller/send_file_test.rb +0 -138
  563. data/rails/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb +0 -258
  564. data/rails/vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb +0 -181
  565. data/rails/vendor/rails/actionpack/test/controller/session_fixation_test.rb +0 -89
  566. data/rails/vendor/rails/actionpack/test/controller/session_management_test.rb +0 -178
  567. data/rails/vendor/rails/actionpack/test/controller/test_test.rb +0 -686
  568. data/rails/vendor/rails/actionpack/test/controller/url_rewriter_test.rb +0 -310
  569. data/rails/vendor/rails/actionpack/test/controller/verification_test.rb +0 -253
  570. data/rails/vendor/rails/actionpack/test/controller/view_paths_test.rb +0 -140
  571. data/rails/vendor/rails/actionpack/test/controller/webservice_test.rb +0 -229
  572. data/rails/vendor/rails/actionpack/test/fixtures/addresses/list.erb +0 -1
  573. data/rails/vendor/rails/actionpack/test/fixtures/bad_customers/_bad_customer.html.erb +0 -1
  574. data/rails/vendor/rails/actionpack/test/fixtures/companies.yml +0 -24
  575. data/rails/vendor/rails/actionpack/test/fixtures/company.rb +0 -10
  576. data/rails/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml +0 -1
  577. data/rails/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml +0 -1
  578. data/rails/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs +0 -1
  579. data/rails/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml +0 -1
  580. data/rails/vendor/rails/actionpack/test/fixtures/customers/_customer.html.erb +0 -1
  581. data/rails/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql +0 -49
  582. data/rails/vendor/rails/actionpack/test/fixtures/developer.rb +0 -9
  583. data/rails/vendor/rails/actionpack/test/fixtures/developers.yml +0 -21
  584. data/rails/vendor/rails/actionpack/test/fixtures/developers_projects.yml +0 -13
  585. data/rails/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb +0 -1
  586. data/rails/vendor/rails/actionpack/test/fixtures/functional_caching/_partial.erb +0 -3
  587. data/rails/vendor/rails/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb +0 -2
  588. data/rails/vendor/rails/actionpack/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb +0 -1
  589. data/rails/vendor/rails/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs +0 -1
  590. data/rails/vendor/rails/actionpack/test/fixtures/good_customers/_good_customer.html.erb +0 -1
  591. data/rails/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb +0 -5
  592. data/rails/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb +0 -3
  593. data/rails/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb +0 -3
  594. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml +0 -1
  595. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml +0 -1
  596. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml +0 -1
  597. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml +0 -1
  598. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb +0 -1
  599. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab +0 -1
  600. data/rails/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml +0 -1
  601. data/rails/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb +0 -3
  602. data/rails/vendor/rails/actionpack/test/fixtures/layouts/builder.builder +0 -3
  603. data/rails/vendor/rails/actionpack/test/fixtures/layouts/partial_with_layout.erb +0 -3
  604. data/rails/vendor/rails/actionpack/test/fixtures/layouts/standard.erb +0 -1
  605. data/rails/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb +0 -2
  606. data/rails/vendor/rails/actionpack/test/fixtures/layouts/yield.erb +0 -2
  607. data/rails/vendor/rails/actionpack/test/fixtures/mascot.rb +0 -3
  608. data/rails/vendor/rails/actionpack/test/fixtures/mascots.yml +0 -4
  609. data/rails/vendor/rails/actionpack/test/fixtures/mascots/_mascot.html.erb +0 -1
  610. data/rails/vendor/rails/actionpack/test/fixtures/multipart/binary_file +0 -0
  611. data/rails/vendor/rails/actionpack/test/fixtures/multipart/boundary_problem_file +0 -10
  612. data/rails/vendor/rails/actionpack/test/fixtures/multipart/bracketed_param +0 -5
  613. data/rails/vendor/rails/actionpack/test/fixtures/multipart/large_text_file +0 -10
  614. data/rails/vendor/rails/actionpack/test/fixtures/multipart/mixed_files +0 -0
  615. data/rails/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg +0 -0
  616. data/rails/vendor/rails/actionpack/test/fixtures/multipart/single_parameter +0 -5
  617. data/rails/vendor/rails/actionpack/test/fixtures/multipart/text_file +0 -10
  618. data/rails/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb +0 -1
  619. data/rails/vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb +0 -1
  620. data/rails/vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb +0 -1
  621. data/rails/vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb +0 -1
  622. data/rails/vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb +0 -1
  623. data/rails/vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb +0 -1
  624. data/rails/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb +0 -1
  625. data/rails/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb +0 -1
  626. data/rails/vendor/rails/actionpack/test/fixtures/project.rb +0 -3
  627. data/rails/vendor/rails/actionpack/test/fixtures/projects.yml +0 -7
  628. data/rails/vendor/rails/actionpack/test/fixtures/public/404.html +0 -1
  629. data/rails/vendor/rails/actionpack/test/fixtures/public/500.html +0 -1
  630. data/rails/vendor/rails/actionpack/test/fixtures/public/images/rails.png +0 -0
  631. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js +0 -1
  632. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js +0 -1
  633. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/controls.js +0 -1
  634. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/dragdrop.js +0 -1
  635. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/effects.js +0 -1
  636. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/prototype.js +0 -1
  637. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js +0 -1
  638. data/rails/vendor/rails/actionpack/test/fixtures/public/javascripts/version.1.0.js +0 -1
  639. data/rails/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css +0 -1
  640. data/rails/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css +0 -1
  641. data/rails/vendor/rails/actionpack/test/fixtures/public/stylesheets/version.1.0.css +0 -1
  642. data/rails/vendor/rails/actionpack/test/fixtures/replies.yml +0 -15
  643. data/rails/vendor/rails/actionpack/test/fixtures/reply.rb +0 -7
  644. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb +0 -1
  645. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs +0 -1
  646. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb +0 -1
  647. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb +0 -1
  648. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb +0 -1
  649. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb +0 -1
  650. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb +0 -1
  651. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb +0 -1
  652. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb +0 -1
  653. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs +0 -1
  654. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder +0 -1
  655. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb +0 -1
  656. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs +0 -1
  657. data/rails/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder +0 -1
  658. data/rails/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb +0 -1
  659. data/rails/vendor/rails/actionpack/test/fixtures/shared.html.erb +0 -1
  660. data/rails/vendor/rails/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb +0 -5
  661. data/rails/vendor/rails/actionpack/test/fixtures/test/_customer.erb +0 -1
  662. data/rails/vendor/rails/actionpack/test/fixtures/test/_customer_counter.erb +0 -1
  663. data/rails/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb +0 -1
  664. data/rails/vendor/rails/actionpack/test/fixtures/test/_form.erb +0 -1
  665. data/rails/vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb +0 -1
  666. data/rails/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb +0 -2
  667. data/rails/vendor/rails/actionpack/test/fixtures/test/_hello.builder +0 -1
  668. data/rails/vendor/rails/actionpack/test/fixtures/test/_labelling_form.erb +0 -1
  669. data/rails/vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb +0 -3
  670. data/rails/vendor/rails/actionpack/test/fixtures/test/_partial.erb +0 -1
  671. data/rails/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb +0 -1
  672. data/rails/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb +0 -1
  673. data/rails/vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb +0 -1
  674. data/rails/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb +0 -1
  675. data/rails/vendor/rails/actionpack/test/fixtures/test/_person.erb +0 -2
  676. data/rails/vendor/rails/actionpack/test/fixtures/test/_raise.html.erb +0 -1
  677. data/rails/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb +0 -2
  678. data/rails/vendor/rails/actionpack/test/fixtures/test/block_content_for.erb +0 -2
  679. data/rails/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb +0 -1
  680. data/rails/vendor/rails/actionpack/test/fixtures/test/capturing.erb +0 -4
  681. data/rails/vendor/rails/actionpack/test/fixtures/test/content_for.erb +0 -2
  682. data/rails/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb +0 -3
  683. data/rails/vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb +0 -2
  684. data/rails/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs +0 -2
  685. data/rails/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb +0 -1
  686. data/rails/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs +0 -6
  687. data/rails/vendor/rails/actionpack/test/fixtures/test/erb_content_for.erb +0 -2
  688. data/rails/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb +0 -1
  689. data/rails/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder +0 -1
  690. data/rails/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb +0 -1
  691. data/rails/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb +0 -1
  692. data/rails/vendor/rails/actionpack/test/fixtures/test/greeting.erb +0 -1
  693. data/rails/vendor/rails/actionpack/test/fixtures/test/greeting.js.rjs +0 -1
  694. data/rails/vendor/rails/actionpack/test/fixtures/test/hello.builder +0 -4
  695. data/rails/vendor/rails/actionpack/test/fixtures/test/hello_world.erb +0 -1
  696. data/rails/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder +0 -3
  697. data/rails/vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder +0 -4
  698. data/rails/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb +0 -1
  699. data/rails/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder +0 -11
  700. data/rails/vendor/rails/actionpack/test/fixtures/test/list.erb +0 -1
  701. data/rails/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder +0 -4
  702. data/rails/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb +0 -4
  703. data/rails/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb +0 -1
  704. data/rails/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb +0 -1
  705. data/rails/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb +0 -1
  706. data/rails/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb +0 -9
  707. data/rails/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb +0 -1
  708. data/rails/vendor/rails/actionpack/test/fixtures/topic.rb +0 -3
  709. data/rails/vendor/rails/actionpack/test/fixtures/topics.yml +0 -22
  710. data/rails/vendor/rails/actionpack/test/fixtures/topics/_topic.html.erb +0 -1
  711. data/rails/vendor/rails/actionpack/test/template/active_record_helper_test.rb +0 -268
  712. data/rails/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb +0 -525
  713. data/rails/vendor/rails/actionpack/test/template/atom_feed_helper_test.rb +0 -179
  714. data/rails/vendor/rails/actionpack/test/template/benchmark_helper_test.rb +0 -60
  715. data/rails/vendor/rails/actionpack/test/template/date_helper_test.rb +0 -1740
  716. data/rails/vendor/rails/actionpack/test/template/erb_util_test.rb +0 -24
  717. data/rails/vendor/rails/actionpack/test/template/form_helper_test.rb +0 -918
  718. data/rails/vendor/rails/actionpack/test/template/form_options_helper_test.rb +0 -1336
  719. data/rails/vendor/rails/actionpack/test/template/form_tag_helper_test.rb +0 -259
  720. data/rails/vendor/rails/actionpack/test/template/javascript_helper_test.rb +0 -109
  721. data/rails/vendor/rails/actionpack/test/template/number_helper_test.rb +0 -97
  722. data/rails/vendor/rails/actionpack/test/template/prototype_helper_test.rb +0 -614
  723. data/rails/vendor/rails/actionpack/test/template/record_tag_helper_test.rb +0 -54
  724. data/rails/vendor/rails/actionpack/test/template/sanitize_helper_test.rb +0 -48
  725. data/rails/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb +0 -90
  726. data/rails/vendor/rails/actionpack/test/template/tag_helper_test.rb +0 -77
  727. data/rails/vendor/rails/actionpack/test/template/template_finder_test.rb +0 -73
  728. data/rails/vendor/rails/actionpack/test/template/template_object_test.rb +0 -95
  729. data/rails/vendor/rails/actionpack/test/template/test_test.rb +0 -56
  730. data/rails/vendor/rails/actionpack/test/template/text_helper_test.rb +0 -366
  731. data/rails/vendor/rails/actionpack/test/template/url_helper_test.rb +0 -534
  732. data/rails/vendor/rails/actionpack/test/testing_sandbox.rb +0 -15
  733. data/rails/vendor/rails/activemodel/CHANGES +0 -12
  734. data/rails/vendor/rails/activemodel/README +0 -21
  735. data/rails/vendor/rails/activemodel/Rakefile +0 -16
  736. data/rails/vendor/rails/activemodel/lib/active_model.rb +0 -17
  737. data/rails/vendor/rails/activemodel/lib/active_model/base.rb +0 -4
  738. data/rails/vendor/rails/activemodel/lib/active_model/callbacks.rb +0 -5
  739. data/rails/vendor/rails/activemodel/lib/active_model/deprecated_error_methods.rb +0 -38
  740. data/rails/vendor/rails/activemodel/lib/active_model/errors.rb +0 -80
  741. data/rails/vendor/rails/activemodel/lib/active_model/observing.rb +0 -100
  742. data/rails/vendor/rails/activemodel/lib/active_model/validations.rb +0 -124
  743. data/rails/vendor/rails/activemodel/lib/active_model/validations/acceptance.rb +0 -45
  744. data/rails/vendor/rails/activemodel/lib/active_model/validations/associated.rb +0 -46
  745. data/rails/vendor/rails/activemodel/lib/active_model/validations/confirmation.rb +0 -44
  746. data/rails/vendor/rails/activemodel/lib/active_model/validations/exclusion.rb +0 -37
  747. data/rails/vendor/rails/activemodel/lib/active_model/validations/format.rb +0 -39
  748. data/rails/vendor/rails/activemodel/lib/active_model/validations/inclusion.rb +0 -37
  749. data/rails/vendor/rails/activemodel/lib/active_model/validations/length.rb +0 -95
  750. data/rails/vendor/rails/activemodel/lib/active_model/validations/numericality.rb +0 -80
  751. data/rails/vendor/rails/activemodel/lib/active_model/validations/presence.rb +0 -42
  752. data/rails/vendor/rails/activemodel/lib/active_model/validations/uniqueness.rb +0 -104
  753. data/rails/vendor/rails/activemodel/spec/observing_spec.rb +0 -120
  754. data/rails/vendor/rails/activemodel/spec/spec_helper.rb +0 -17
  755. data/rails/vendor/rails/activerecord/CHANGELOG +0 -5719
  756. data/rails/vendor/rails/activerecord/MIT-LICENSE +0 -20
  757. data/rails/vendor/rails/activerecord/README +0 -351
  758. data/rails/vendor/rails/activerecord/RUNNING_UNIT_TESTS +0 -36
  759. data/rails/vendor/rails/activerecord/Rakefile +0 -247
  760. data/rails/vendor/rails/activerecord/examples/associations.png +0 -0
  761. data/rails/vendor/rails/activerecord/install.rb +0 -30
  762. data/rails/vendor/rails/activerecord/lib/active_record.rb +0 -82
  763. data/rails/vendor/rails/activerecord/lib/active_record/aggregations.rb +0 -189
  764. data/rails/vendor/rails/activerecord/lib/active_record/association_preload.rb +0 -277
  765. data/rails/vendor/rails/activerecord/lib/active_record/associations.rb +0 -1994
  766. data/rails/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb +0 -365
  767. data/rails/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb +0 -224
  768. data/rails/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb +0 -58
  769. data/rails/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb +0 -49
  770. data/rails/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb +0 -112
  771. data/rails/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb +0 -109
  772. data/rails/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb +0 -254
  773. data/rails/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb +0 -98
  774. data/rails/vendor/rails/activerecord/lib/active_record/associations/has_one_through_association.rb +0 -28
  775. data/rails/vendor/rails/activerecord/lib/active_record/attribute_methods.rb +0 -379
  776. data/rails/vendor/rails/activerecord/lib/active_record/base.rb +0 -2726
  777. data/rails/vendor/rails/activerecord/lib/active_record/calculations.rb +0 -275
  778. data/rails/vendor/rails/activerecord/lib/active_record/callbacks.rb +0 -312
  779. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb +0 -309
  780. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -176
  781. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb +0 -93
  782. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb +0 -69
  783. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -661
  784. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -421
  785. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +0 -169
  786. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb +0 -530
  787. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -948
  788. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb +0 -34
  789. data/rails/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb +0 -406
  790. data/rails/vendor/rails/activerecord/lib/active_record/dirty.rb +0 -158
  791. data/rails/vendor/rails/activerecord/lib/active_record/fixtures.rb +0 -997
  792. data/rails/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb +0 -147
  793. data/rails/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb +0 -77
  794. data/rails/vendor/rails/activerecord/lib/active_record/migration.rb +0 -496
  795. data/rails/vendor/rails/activerecord/lib/active_record/named_scope.rb +0 -163
  796. data/rails/vendor/rails/activerecord/lib/active_record/observer.rb +0 -195
  797. data/rails/vendor/rails/activerecord/lib/active_record/query_cache.rb +0 -21
  798. data/rails/vendor/rails/activerecord/lib/active_record/reflection.rb +0 -239
  799. data/rails/vendor/rails/activerecord/lib/active_record/schema.rb +0 -51
  800. data/rails/vendor/rails/activerecord/lib/active_record/schema_dumper.rb +0 -171
  801. data/rails/vendor/rails/activerecord/lib/active_record/serialization.rb +0 -98
  802. data/rails/vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb +0 -80
  803. data/rails/vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb +0 -338
  804. data/rails/vendor/rails/activerecord/lib/active_record/test_case.rb +0 -36
  805. data/rails/vendor/rails/activerecord/lib/active_record/timestamp.rb +0 -41
  806. data/rails/vendor/rails/activerecord/lib/active_record/transactions.rb +0 -130
  807. data/rails/vendor/rails/activerecord/lib/active_record/validations.rb +0 -961
  808. data/rails/vendor/rails/activerecord/lib/active_record/vendor/db2.rb +0 -362
  809. data/rails/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb +0 -1214
  810. data/rails/vendor/rails/activerecord/lib/active_record/version.rb +0 -9
  811. data/rails/vendor/rails/activerecord/lib/activerecord.rb +0 -1
  812. data/rails/vendor/rails/activerecord/test/assets/example.log +0 -1
  813. data/rails/vendor/rails/activerecord/test/assets/flowers.jpg +0 -0
  814. data/rails/vendor/rails/activerecord/test/cases/aaa_create_tables_test.rb +0 -24
  815. data/rails/vendor/rails/activerecord/test/cases/active_schema_test_mysql.rb +0 -95
  816. data/rails/vendor/rails/activerecord/test/cases/active_schema_test_postgresql.rb +0 -24
  817. data/rails/vendor/rails/activerecord/test/cases/adapter_test.rb +0 -127
  818. data/rails/vendor/rails/activerecord/test/cases/adapter_test_sqlserver.rb +0 -95
  819. data/rails/vendor/rails/activerecord/test/cases/aggregations_test.rb +0 -128
  820. data/rails/vendor/rails/activerecord/test/cases/ar_schema_test.rb +0 -33
  821. data/rails/vendor/rails/activerecord/test/cases/associations/belongs_to_associations_test.rb +0 -412
  822. data/rails/vendor/rails/activerecord/test/cases/associations/callbacks_test.rb +0 -161
  823. data/rails/vendor/rails/activerecord/test/cases/associations/cascaded_eager_loading_test.rb +0 -111
  824. data/rails/vendor/rails/activerecord/test/cases/associations/eager_load_nested_include_test.rb +0 -83
  825. data/rails/vendor/rails/activerecord/test/cases/associations/eager_singularization_test.rb +0 -145
  826. data/rails/vendor/rails/activerecord/test/cases/associations/eager_test.rb +0 -612
  827. data/rails/vendor/rails/activerecord/test/cases/associations/extension_test.rb +0 -47
  828. data/rails/vendor/rails/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb +0 -684
  829. data/rails/vendor/rails/activerecord/test/cases/associations/has_many_associations_test.rb +0 -932
  830. data/rails/vendor/rails/activerecord/test/cases/associations/has_many_through_associations_test.rb +0 -190
  831. data/rails/vendor/rails/activerecord/test/cases/associations/has_one_associations_test.rb +0 -323
  832. data/rails/vendor/rails/activerecord/test/cases/associations/has_one_through_associations_test.rb +0 -74
  833. data/rails/vendor/rails/activerecord/test/cases/associations/inner_join_association_test.rb +0 -88
  834. data/rails/vendor/rails/activerecord/test/cases/associations/join_model_test.rb +0 -707
  835. data/rails/vendor/rails/activerecord/test/cases/associations_test.rb +0 -262
  836. data/rails/vendor/rails/activerecord/test/cases/attribute_methods_test.rb +0 -238
  837. data/rails/vendor/rails/activerecord/test/cases/base_test.rb +0 -1974
  838. data/rails/vendor/rails/activerecord/test/cases/binary_test.rb +0 -34
  839. data/rails/vendor/rails/activerecord/test/cases/calculations_test.rb +0 -271
  840. data/rails/vendor/rails/activerecord/test/cases/callbacks_test.rb +0 -400
  841. data/rails/vendor/rails/activerecord/test/cases/class_inheritable_attributes_test.rb +0 -32
  842. data/rails/vendor/rails/activerecord/test/cases/column_alias_test.rb +0 -17
  843. data/rails/vendor/rails/activerecord/test/cases/connection_test_firebird.rb +0 -8
  844. data/rails/vendor/rails/activerecord/test/cases/connection_test_mysql.rb +0 -30
  845. data/rails/vendor/rails/activerecord/test/cases/copy_table_test_sqlite.rb +0 -69
  846. data/rails/vendor/rails/activerecord/test/cases/datatype_test_postgresql.rb +0 -203
  847. data/rails/vendor/rails/activerecord/test/cases/date_time_test.rb +0 -37
  848. data/rails/vendor/rails/activerecord/test/cases/default_test_firebird.rb +0 -16
  849. data/rails/vendor/rails/activerecord/test/cases/defaults_test.rb +0 -69
  850. data/rails/vendor/rails/activerecord/test/cases/deprecated_finder_test.rb +0 -30
  851. data/rails/vendor/rails/activerecord/test/cases/dirty_test.rb +0 -163
  852. data/rails/vendor/rails/activerecord/test/cases/finder_respond_to_test.rb +0 -76
  853. data/rails/vendor/rails/activerecord/test/cases/finder_test.rb +0 -883
  854. data/rails/vendor/rails/activerecord/test/cases/fixtures_test.rb +0 -626
  855. data/rails/vendor/rails/activerecord/test/cases/helper.rb +0 -47
  856. data/rails/vendor/rails/activerecord/test/cases/inheritance_test.rb +0 -255
  857. data/rails/vendor/rails/activerecord/test/cases/invalid_date_test.rb +0 -24
  858. data/rails/vendor/rails/activerecord/test/cases/json_serialization_test.rb +0 -205
  859. data/rails/vendor/rails/activerecord/test/cases/lifecycle_test.rb +0 -140
  860. data/rails/vendor/rails/activerecord/test/cases/locking_test.rb +0 -289
  861. data/rails/vendor/rails/activerecord/test/cases/method_scoping_test.rb +0 -452
  862. data/rails/vendor/rails/activerecord/test/cases/migration_test.rb +0 -1319
  863. data/rails/vendor/rails/activerecord/test/cases/migration_test_firebird.rb +0 -124
  864. data/rails/vendor/rails/activerecord/test/cases/mixin_test.rb +0 -96
  865. data/rails/vendor/rails/activerecord/test/cases/modules_test.rb +0 -39
  866. data/rails/vendor/rails/activerecord/test/cases/multiple_db_test.rb +0 -60
  867. data/rails/vendor/rails/activerecord/test/cases/named_scope_test.rb +0 -157
  868. data/rails/vendor/rails/activerecord/test/cases/pk_test.rb +0 -101
  869. data/rails/vendor/rails/activerecord/test/cases/query_cache_test.rb +0 -126
  870. data/rails/vendor/rails/activerecord/test/cases/readonly_test.rb +0 -107
  871. data/rails/vendor/rails/activerecord/test/cases/reflection_test.rb +0 -176
  872. data/rails/vendor/rails/activerecord/test/cases/reserved_word_test_mysql.rb +0 -176
  873. data/rails/vendor/rails/activerecord/test/cases/schema_authorization_test_postgresql.rb +0 -75
  874. data/rails/vendor/rails/activerecord/test/cases/schema_dumper_test.rb +0 -138
  875. data/rails/vendor/rails/activerecord/test/cases/schema_test_postgresql.rb +0 -102
  876. data/rails/vendor/rails/activerecord/test/cases/serialization_test.rb +0 -47
  877. data/rails/vendor/rails/activerecord/test/cases/synonym_test_oracle.rb +0 -17
  878. data/rails/vendor/rails/activerecord/test/cases/table_name_test_sqlserver.rb +0 -23
  879. data/rails/vendor/rails/activerecord/test/cases/threaded_connections_test.rb +0 -48
  880. data/rails/vendor/rails/activerecord/test/cases/transactions_test.rb +0 -307
  881. data/rails/vendor/rails/activerecord/test/cases/unconnected_test.rb +0 -32
  882. data/rails/vendor/rails/activerecord/test/cases/validations_test.rb +0 -1509
  883. data/rails/vendor/rails/activerecord/test/cases/xml_serialization_test.rb +0 -202
  884. data/rails/vendor/rails/activerecord/test/config.rb +0 -5
  885. data/rails/vendor/rails/activerecord/test/connections/native_db2/connection.rb +0 -25
  886. data/rails/vendor/rails/activerecord/test/connections/native_firebird/connection.rb +0 -26
  887. data/rails/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb +0 -27
  888. data/rails/vendor/rails/activerecord/test/connections/native_mysql/connection.rb +0 -27
  889. data/rails/vendor/rails/activerecord/test/connections/native_openbase/connection.rb +0 -21
  890. data/rails/vendor/rails/activerecord/test/connections/native_oracle/connection.rb +0 -27
  891. data/rails/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb +0 -21
  892. data/rails/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb +0 -25
  893. data/rails/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb +0 -25
  894. data/rails/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb +0 -18
  895. data/rails/vendor/rails/activerecord/test/connections/native_sybase/connection.rb +0 -23
  896. data/rails/vendor/rails/activerecord/test/fixtures/accounts.yml +0 -28
  897. data/rails/vendor/rails/activerecord/test/fixtures/all/developers.yml +0 -0
  898. data/rails/vendor/rails/activerecord/test/fixtures/all/people.csv +0 -0
  899. data/rails/vendor/rails/activerecord/test/fixtures/all/tasks.yml +0 -0
  900. data/rails/vendor/rails/activerecord/test/fixtures/author_addresses.yml +0 -5
  901. data/rails/vendor/rails/activerecord/test/fixtures/author_favorites.yml +0 -4
  902. data/rails/vendor/rails/activerecord/test/fixtures/authors.yml +0 -9
  903. data/rails/vendor/rails/activerecord/test/fixtures/binaries.yml +0 -132
  904. data/rails/vendor/rails/activerecord/test/fixtures/books.yml +0 -7
  905. data/rails/vendor/rails/activerecord/test/fixtures/categories.yml +0 -14
  906. data/rails/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml +0 -9
  907. data/rails/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml +0 -4
  908. data/rails/vendor/rails/activerecord/test/fixtures/categories_ordered.yml +0 -7
  909. data/rails/vendor/rails/activerecord/test/fixtures/categories_posts.yml +0 -23
  910. data/rails/vendor/rails/activerecord/test/fixtures/categorizations.yml +0 -17
  911. data/rails/vendor/rails/activerecord/test/fixtures/clubs.yml +0 -6
  912. data/rails/vendor/rails/activerecord/test/fixtures/comments.yml +0 -59
  913. data/rails/vendor/rails/activerecord/test/fixtures/companies.yml +0 -55
  914. data/rails/vendor/rails/activerecord/test/fixtures/computers.yml +0 -4
  915. data/rails/vendor/rails/activerecord/test/fixtures/courses.yml +0 -7
  916. data/rails/vendor/rails/activerecord/test/fixtures/customers.yml +0 -17
  917. data/rails/vendor/rails/activerecord/test/fixtures/developers.yml +0 -21
  918. data/rails/vendor/rails/activerecord/test/fixtures/developers_projects.yml +0 -17
  919. data/rails/vendor/rails/activerecord/test/fixtures/edges.yml +0 -6
  920. data/rails/vendor/rails/activerecord/test/fixtures/entrants.yml +0 -14
  921. data/rails/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml +0 -3
  922. data/rails/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml +0 -2
  923. data/rails/vendor/rails/activerecord/test/fixtures/funny_jokes.yml +0 -10
  924. data/rails/vendor/rails/activerecord/test/fixtures/items.yml +0 -4
  925. data/rails/vendor/rails/activerecord/test/fixtures/jobs.yml +0 -7
  926. data/rails/vendor/rails/activerecord/test/fixtures/legacy_things.yml +0 -3
  927. data/rails/vendor/rails/activerecord/test/fixtures/mateys.yml +0 -4
  928. data/rails/vendor/rails/activerecord/test/fixtures/members.yml +0 -4
  929. data/rails/vendor/rails/activerecord/test/fixtures/memberships.yml +0 -20
  930. data/rails/vendor/rails/activerecord/test/fixtures/minimalistics.yml +0 -2
  931. data/rails/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml +0 -6
  932. data/rails/vendor/rails/activerecord/test/fixtures/mixins.yml +0 -29
  933. data/rails/vendor/rails/activerecord/test/fixtures/movies.yml +0 -7
  934. data/rails/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv +0 -1
  935. data/rails/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml +0 -1
  936. data/rails/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml +0 -1
  937. data/rails/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml +0 -1
  938. data/rails/vendor/rails/activerecord/test/fixtures/owners.yml +0 -7
  939. data/rails/vendor/rails/activerecord/test/fixtures/parrots.yml +0 -27
  940. data/rails/vendor/rails/activerecord/test/fixtures/parrots_pirates.yml +0 -7
  941. data/rails/vendor/rails/activerecord/test/fixtures/people.yml +0 -6
  942. data/rails/vendor/rails/activerecord/test/fixtures/pets.yml +0 -14
  943. data/rails/vendor/rails/activerecord/test/fixtures/pirates.yml +0 -9
  944. data/rails/vendor/rails/activerecord/test/fixtures/posts.yml +0 -49
  945. data/rails/vendor/rails/activerecord/test/fixtures/price_estimates.yml +0 -7
  946. data/rails/vendor/rails/activerecord/test/fixtures/projects.yml +0 -7
  947. data/rails/vendor/rails/activerecord/test/fixtures/readers.yml +0 -9
  948. data/rails/vendor/rails/activerecord/test/fixtures/references.yml +0 -17
  949. data/rails/vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml +0 -5
  950. data/rails/vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml +0 -11
  951. data/rails/vendor/rails/activerecord/test/fixtures/reserved_words/group.yml +0 -14
  952. data/rails/vendor/rails/activerecord/test/fixtures/reserved_words/select.yml +0 -8
  953. data/rails/vendor/rails/activerecord/test/fixtures/reserved_words/values.yml +0 -7
  954. data/rails/vendor/rails/activerecord/test/fixtures/ships.yml +0 -5
  955. data/rails/vendor/rails/activerecord/test/fixtures/sponsors.yml +0 -9
  956. data/rails/vendor/rails/activerecord/test/fixtures/subscribers.yml +0 -7
  957. data/rails/vendor/rails/activerecord/test/fixtures/subscriptions.yml +0 -12
  958. data/rails/vendor/rails/activerecord/test/fixtures/taggings.yml +0 -28
  959. data/rails/vendor/rails/activerecord/test/fixtures/tags.yml +0 -7
  960. data/rails/vendor/rails/activerecord/test/fixtures/tasks.yml +0 -7
  961. data/rails/vendor/rails/activerecord/test/fixtures/topics.yml +0 -42
  962. data/rails/vendor/rails/activerecord/test/fixtures/treasures.yml +0 -10
  963. data/rails/vendor/rails/activerecord/test/fixtures/vertices.yml +0 -4
  964. data/rails/vendor/rails/activerecord/test/fixtures/warehouse-things.yml +0 -3
  965. data/rails/vendor/rails/activerecord/test/migrations/decimal/1_give_me_big_numbers.rb +0 -15
  966. data/rails/vendor/rails/activerecord/test/migrations/duplicate/1_people_have_last_names.rb +0 -9
  967. data/rails/vendor/rails/activerecord/test/migrations/duplicate/2_we_need_reminders.rb +0 -12
  968. data/rails/vendor/rails/activerecord/test/migrations/duplicate/3_foo.rb +0 -7
  969. data/rails/vendor/rails/activerecord/test/migrations/duplicate/3_innocent_jointable.rb +0 -12
  970. data/rails/vendor/rails/activerecord/test/migrations/duplicate_names/20080507052938_chunky.rb +0 -7
  971. data/rails/vendor/rails/activerecord/test/migrations/duplicate_names/20080507053028_chunky.rb +0 -7
  972. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_1/3_innocent_jointable.rb +0 -12
  973. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_2/1_people_have_last_names.rb +0 -9
  974. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_2/3_innocent_jointable.rb +0 -12
  975. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_3/1_people_have_last_names.rb +0 -9
  976. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb +0 -8
  977. data/rails/vendor/rails/activerecord/test/migrations/interleaved/pass_3/3_innocent_jointable.rb +0 -12
  978. data/rails/vendor/rails/activerecord/test/migrations/missing/1000_people_have_middle_names.rb +0 -9
  979. data/rails/vendor/rails/activerecord/test/migrations/missing/1_people_have_last_names.rb +0 -9
  980. data/rails/vendor/rails/activerecord/test/migrations/missing/3_we_need_reminders.rb +0 -12
  981. data/rails/vendor/rails/activerecord/test/migrations/missing/4_innocent_jointable.rb +0 -12
  982. data/rails/vendor/rails/activerecord/test/migrations/valid/1_people_have_last_names.rb +0 -9
  983. data/rails/vendor/rails/activerecord/test/migrations/valid/2_we_need_reminders.rb +0 -12
  984. data/rails/vendor/rails/activerecord/test/migrations/valid/3_innocent_jointable.rb +0 -12
  985. data/rails/vendor/rails/activerecord/test/models/author.rb +0 -133
  986. data/rails/vendor/rails/activerecord/test/models/auto_id.rb +0 -4
  987. data/rails/vendor/rails/activerecord/test/models/binary.rb +0 -2
  988. data/rails/vendor/rails/activerecord/test/models/book.rb +0 -4
  989. data/rails/vendor/rails/activerecord/test/models/categorization.rb +0 -5
  990. data/rails/vendor/rails/activerecord/test/models/category.rb +0 -29
  991. data/rails/vendor/rails/activerecord/test/models/citation.rb +0 -6
  992. data/rails/vendor/rails/activerecord/test/models/club.rb +0 -7
  993. data/rails/vendor/rails/activerecord/test/models/column_name.rb +0 -3
  994. data/rails/vendor/rails/activerecord/test/models/comment.rb +0 -25
  995. data/rails/vendor/rails/activerecord/test/models/company.rb +0 -123
  996. data/rails/vendor/rails/activerecord/test/models/company_in_module.rb +0 -61
  997. data/rails/vendor/rails/activerecord/test/models/computer.rb +0 -3
  998. data/rails/vendor/rails/activerecord/test/models/contact.rb +0 -16
  999. data/rails/vendor/rails/activerecord/test/models/course.rb +0 -3
  1000. data/rails/vendor/rails/activerecord/test/models/customer.rb +0 -55
  1001. data/rails/vendor/rails/activerecord/test/models/default.rb +0 -2
  1002. data/rails/vendor/rails/activerecord/test/models/developer.rb +0 -76
  1003. data/rails/vendor/rails/activerecord/test/models/edge.rb +0 -5
  1004. data/rails/vendor/rails/activerecord/test/models/entrant.rb +0 -3
  1005. data/rails/vendor/rails/activerecord/test/models/guid.rb +0 -2
  1006. data/rails/vendor/rails/activerecord/test/models/item.rb +0 -7
  1007. data/rails/vendor/rails/activerecord/test/models/job.rb +0 -5
  1008. data/rails/vendor/rails/activerecord/test/models/joke.rb +0 -3
  1009. data/rails/vendor/rails/activerecord/test/models/keyboard.rb +0 -3
  1010. data/rails/vendor/rails/activerecord/test/models/legacy_thing.rb +0 -3
  1011. data/rails/vendor/rails/activerecord/test/models/matey.rb +0 -4
  1012. data/rails/vendor/rails/activerecord/test/models/member.rb +0 -9
  1013. data/rails/vendor/rails/activerecord/test/models/membership.rb +0 -9
  1014. data/rails/vendor/rails/activerecord/test/models/minimalistic.rb +0 -2
  1015. data/rails/vendor/rails/activerecord/test/models/mixed_case_monkey.rb +0 -3
  1016. data/rails/vendor/rails/activerecord/test/models/movie.rb +0 -5
  1017. data/rails/vendor/rails/activerecord/test/models/order.rb +0 -4
  1018. data/rails/vendor/rails/activerecord/test/models/owner.rb +0 -4
  1019. data/rails/vendor/rails/activerecord/test/models/parrot.rb +0 -13
  1020. data/rails/vendor/rails/activerecord/test/models/person.rb +0 -10
  1021. data/rails/vendor/rails/activerecord/test/models/pet.rb +0 -4
  1022. data/rails/vendor/rails/activerecord/test/models/pirate.rb +0 -9
  1023. data/rails/vendor/rails/activerecord/test/models/post.rb +0 -80
  1024. data/rails/vendor/rails/activerecord/test/models/price_estimate.rb +0 -3
  1025. data/rails/vendor/rails/activerecord/test/models/project.rb +0 -29
  1026. data/rails/vendor/rails/activerecord/test/models/reader.rb +0 -4
  1027. data/rails/vendor/rails/activerecord/test/models/reference.rb +0 -4
  1028. data/rails/vendor/rails/activerecord/test/models/reply.rb +0 -39
  1029. data/rails/vendor/rails/activerecord/test/models/ship.rb +0 -3
  1030. data/rails/vendor/rails/activerecord/test/models/sponsor.rb +0 -4
  1031. data/rails/vendor/rails/activerecord/test/models/subject.rb +0 -4
  1032. data/rails/vendor/rails/activerecord/test/models/subscriber.rb +0 -8
  1033. data/rails/vendor/rails/activerecord/test/models/subscription.rb +0 -4
  1034. data/rails/vendor/rails/activerecord/test/models/tag.rb +0 -7
  1035. data/rails/vendor/rails/activerecord/test/models/tagging.rb +0 -10
  1036. data/rails/vendor/rails/activerecord/test/models/task.rb +0 -3
  1037. data/rails/vendor/rails/activerecord/test/models/topic.rb +0 -65
  1038. data/rails/vendor/rails/activerecord/test/models/treasure.rb +0 -6
  1039. data/rails/vendor/rails/activerecord/test/models/vertex.rb +0 -9
  1040. data/rails/vendor/rails/activerecord/test/models/warehouse_thing.rb +0 -5
  1041. data/rails/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb +0 -12
  1042. data/rails/vendor/rails/activerecord/test/schema/postgresql_specific_schema.rb +0 -103
  1043. data/rails/vendor/rails/activerecord/test/schema/schema.rb +0 -421
  1044. data/rails/vendor/rails/activerecord/test/schema/schema2.rb +0 -6
  1045. data/rails/vendor/rails/activerecord/test/schema/sqlite_specific_schema.rb +0 -25
  1046. data/rails/vendor/rails/activerecord/test/schema/sqlserver_specific_schema.rb +0 -5
  1047. data/rails/vendor/rails/activeresource/CHANGELOG +0 -246
  1048. data/rails/vendor/rails/activeresource/MIT-LICENSE +0 -20
  1049. data/rails/vendor/rails/activeresource/README +0 -165
  1050. data/rails/vendor/rails/activeresource/Rakefile +0 -135
  1051. data/rails/vendor/rails/activeresource/lib/active_resource.rb +0 -47
  1052. data/rails/vendor/rails/activeresource/lib/active_resource/base.rb +0 -1014
  1053. data/rails/vendor/rails/activeresource/lib/active_resource/connection.rb +0 -207
  1054. data/rails/vendor/rails/activeresource/lib/active_resource/custom_methods.rb +0 -119
  1055. data/rails/vendor/rails/activeresource/lib/active_resource/formats.rb +0 -14
  1056. data/rails/vendor/rails/activeresource/lib/active_resource/formats/json_format.rb +0 -23
  1057. data/rails/vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb +0 -34
  1058. data/rails/vendor/rails/activeresource/lib/active_resource/http_mock.rb +0 -217
  1059. data/rails/vendor/rails/activeresource/lib/active_resource/validations.rb +0 -288
  1060. data/rails/vendor/rails/activeresource/lib/active_resource/version.rb +0 -9
  1061. data/rails/vendor/rails/activeresource/lib/activeresource.rb +0 -1
  1062. data/rails/vendor/rails/activeresource/test/abstract_unit.rb +0 -22
  1063. data/rails/vendor/rails/activeresource/test/authorization_test.rb +0 -122
  1064. data/rails/vendor/rails/activeresource/test/base/custom_methods_test.rb +0 -99
  1065. data/rails/vendor/rails/activeresource/test/base/equality_test.rb +0 -43
  1066. data/rails/vendor/rails/activeresource/test/base/load_test.rb +0 -146
  1067. data/rails/vendor/rails/activeresource/test/base_errors_test.rb +0 -48
  1068. data/rails/vendor/rails/activeresource/test/base_test.rb +0 -791
  1069. data/rails/vendor/rails/activeresource/test/connection_test.rb +0 -190
  1070. data/rails/vendor/rails/activeresource/test/fixtures/beast.rb +0 -14
  1071. data/rails/vendor/rails/activeresource/test/fixtures/person.rb +0 -3
  1072. data/rails/vendor/rails/activeresource/test/fixtures/street_address.rb +0 -4
  1073. data/rails/vendor/rails/activeresource/test/format_test.rb +0 -83
  1074. data/rails/vendor/rails/activeresource/test/setter_trap.rb +0 -27
  1075. data/rails/vendor/rails/activesupport/CHANGELOG +0 -1181
  1076. data/rails/vendor/rails/activesupport/MIT-LICENSE +0 -20
  1077. data/rails/vendor/rails/activesupport/README +0 -43
  1078. data/rails/vendor/rails/activesupport/Rakefile +0 -175
  1079. data/rails/vendor/rails/activesupport/install.rb +0 -30
  1080. data/rails/vendor/rails/activesupport/lib/active_support.rb +0 -55
  1081. data/rails/vendor/rails/activesupport/lib/active_support/base64.rb +0 -22
  1082. data/rails/vendor/rails/activesupport/lib/active_support/basic_object.rb +0 -24
  1083. data/rails/vendor/rails/activesupport/lib/active_support/buffered_logger.rb +0 -121
  1084. data/rails/vendor/rails/activesupport/lib/active_support/cache.rb +0 -145
  1085. data/rails/vendor/rails/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb +0 -15
  1086. data/rails/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb +0 -15
  1087. data/rails/vendor/rails/activesupport/lib/active_support/cache/file_store.rb +0 -70
  1088. data/rails/vendor/rails/activesupport/lib/active_support/cache/mem_cache_store.rb +0 -100
  1089. data/rails/vendor/rails/activesupport/lib/active_support/cache/memory_store.rb +0 -38
  1090. data/rails/vendor/rails/activesupport/lib/active_support/callbacks.rb +0 -275
  1091. data/rails/vendor/rails/activesupport/lib/active_support/clean_logger.rb +0 -127
  1092. data/rails/vendor/rails/activesupport/lib/active_support/core_ext.rb +0 -4
  1093. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array.rb +0 -13
  1094. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb +0 -26
  1095. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb +0 -178
  1096. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb +0 -20
  1097. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb +0 -63
  1098. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb +0 -12
  1099. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/base64.rb +0 -4
  1100. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/base64/encoding.rb +0 -13
  1101. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb +0 -12
  1102. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb +0 -6
  1103. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb +0 -41
  1104. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb +0 -53
  1105. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb +0 -5
  1106. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb +0 -14
  1107. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/class.rb +0 -4
  1108. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb +0 -54
  1109. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb +0 -46
  1110. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb +0 -140
  1111. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb +0 -50
  1112. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date.rb +0 -10
  1113. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb +0 -13
  1114. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb +0 -215
  1115. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb +0 -107
  1116. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb +0 -12
  1117. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb +0 -112
  1118. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb +0 -96
  1119. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb +0 -37
  1120. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb +0 -69
  1121. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb +0 -41
  1122. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/file.rb +0 -21
  1123. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/float.rb +0 -5
  1124. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb +0 -24
  1125. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb +0 -13
  1126. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb +0 -259
  1127. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb +0 -19
  1128. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb +0 -24
  1129. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb +0 -137
  1130. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb +0 -52
  1131. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb +0 -28
  1132. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb +0 -28
  1133. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb +0 -7
  1134. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb +0 -29
  1135. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb +0 -20
  1136. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb +0 -5
  1137. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb +0 -11
  1138. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb +0 -7
  1139. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb +0 -13
  1140. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb +0 -59
  1141. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb +0 -24
  1142. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb +0 -38
  1143. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb +0 -16
  1144. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module.rb +0 -8
  1145. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb +0 -70
  1146. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb +0 -31
  1147. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb +0 -32
  1148. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb +0 -58
  1149. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb +0 -64
  1150. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb +0 -30
  1151. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb +0 -75
  1152. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb +0 -23
  1153. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb +0 -17
  1154. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb +0 -9
  1155. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb +0 -44
  1156. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/numeric/conversions.rb +0 -19
  1157. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb +0 -91
  1158. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/object.rb +0 -4
  1159. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb +0 -14
  1160. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb +0 -58
  1161. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb +0 -74
  1162. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb +0 -59
  1163. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb +0 -7
  1164. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb +0 -14
  1165. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb +0 -12
  1166. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/process.rb +0 -1
  1167. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/process/daemon.rb +0 -25
  1168. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/range.rb +0 -11
  1169. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb +0 -32
  1170. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb +0 -27
  1171. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb +0 -30
  1172. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb +0 -15
  1173. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string.rb +0 -18
  1174. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb +0 -82
  1175. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb +0 -28
  1176. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/filters.rb +0 -26
  1177. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb +0 -148
  1178. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb +0 -21
  1179. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb +0 -35
  1180. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/unicode.rb +0 -68
  1181. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb +0 -11
  1182. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb +0 -14
  1183. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/test.rb +0 -1
  1184. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/test/unit/assertions.rb +0 -64
  1185. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/time.rb +0 -21
  1186. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb +0 -13
  1187. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb +0 -276
  1188. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb +0 -89
  1189. data/rails/vendor/rails/activesupport/lib/active_support/core_ext/time/zones.rb +0 -86
  1190. data/rails/vendor/rails/activesupport/lib/active_support/dependencies.rb +0 -552
  1191. data/rails/vendor/rails/activesupport/lib/active_support/deprecation.rb +0 -205
  1192. data/rails/vendor/rails/activesupport/lib/active_support/duration.rb +0 -96
  1193. data/rails/vendor/rails/activesupport/lib/active_support/gzip.rb +0 -25
  1194. data/rails/vendor/rails/activesupport/lib/active_support/inflections.rb +0 -53
  1195. data/rails/vendor/rails/activesupport/lib/active_support/inflector.rb +0 -308
  1196. data/rails/vendor/rails/activesupport/lib/active_support/json.rb +0 -23
  1197. data/rails/vendor/rails/activesupport/lib/active_support/json/decoding.rb +0 -63
  1198. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/date.rb +0 -14
  1199. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb +0 -14
  1200. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb +0 -12
  1201. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb +0 -5
  1202. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb +0 -47
  1203. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb +0 -5
  1204. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb +0 -5
  1205. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb +0 -6
  1206. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb +0 -5
  1207. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb +0 -36
  1208. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb +0 -5
  1209. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/time.rb +0 -14
  1210. data/rails/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb +0 -5
  1211. data/rails/vendor/rails/activesupport/lib/active_support/json/encoding.rb +0 -37
  1212. data/rails/vendor/rails/activesupport/lib/active_support/json/variable.rb +0 -10
  1213. data/rails/vendor/rails/activesupport/lib/active_support/multibyte.rb +0 -9
  1214. data/rails/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb +0 -137
  1215. data/rails/vendor/rails/activesupport/lib/active_support/multibyte/generators/generate_tables.rb +0 -149
  1216. data/rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb +0 -9
  1217. data/rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb +0 -564
  1218. data/rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/utf8_handler_proc.rb +0 -43
  1219. data/rails/vendor/rails/activesupport/lib/active_support/option_merger.rb +0 -25
  1220. data/rails/vendor/rails/activesupport/lib/active_support/ordered_hash.rb +0 -43
  1221. data/rails/vendor/rails/activesupport/lib/active_support/ordered_options.rb +0 -17
  1222. data/rails/vendor/rails/activesupport/lib/active_support/test_case.rb +0 -13
  1223. data/rails/vendor/rails/activesupport/lib/active_support/testing/default.rb +0 -9
  1224. data/rails/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb +0 -93
  1225. data/rails/vendor/rails/activesupport/lib/active_support/time_with_zone.rb +0 -283
  1226. data/rails/vendor/rails/activesupport/lib/active_support/values/time_zone.rb +0 -394
  1227. data/rails/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat +0 -0
  1228. data/rails/vendor/rails/activesupport/lib/active_support/vendor.rb +0 -26
  1229. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb +0 -113
  1230. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb +0 -13
  1231. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb +0 -20
  1232. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb +0 -250
  1233. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb +0 -115
  1234. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb +0 -139
  1235. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb +0 -63
  1236. data/rails/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb +0 -328
  1237. data/rails/vendor/rails/activesupport/lib/active_support/vendor/memcache-client-1.5.0/memcache.rb +0 -849
  1238. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo.rb +0 -33
  1239. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/data_timezone.rb +0 -47
  1240. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/data_timezone_info.rb +0 -226
  1241. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Algiers.rb +0 -55
  1242. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Cairo.rb +0 -219
  1243. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Casablanca.rb +0 -38
  1244. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Harare.rb +0 -18
  1245. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Johannesburg.rb +0 -25
  1246. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Monrovia.rb +0 -22
  1247. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Africa/Nairobi.rb +0 -23
  1248. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Argentina/Buenos_Aires.rb +0 -166
  1249. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Argentina/San_Juan.rb +0 -170
  1250. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Bogota.rb +0 -23
  1251. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Caracas.rb +0 -23
  1252. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Chicago.rb +0 -283
  1253. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Chihuahua.rb +0 -136
  1254. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Denver.rb +0 -204
  1255. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Godthab.rb +0 -161
  1256. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Guatemala.rb +0 -27
  1257. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Halifax.rb +0 -274
  1258. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Indiana/Indianapolis.rb +0 -149
  1259. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Juneau.rb +0 -194
  1260. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/La_Paz.rb +0 -22
  1261. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb +0 -35
  1262. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Los_Angeles.rb +0 -232
  1263. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Mazatlan.rb +0 -139
  1264. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Mexico_City.rb +0 -144
  1265. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Monterrey.rb +0 -131
  1266. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/New_York.rb +0 -282
  1267. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Phoenix.rb +0 -30
  1268. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Regina.rb +0 -74
  1269. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Santiago.rb +0 -205
  1270. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/St_Johns.rb +0 -288
  1271. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Tijuana.rb +0 -196
  1272. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Almaty.rb +0 -67
  1273. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Baghdad.rb +0 -73
  1274. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Baku.rb +0 -161
  1275. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Bangkok.rb +0 -20
  1276. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Chongqing.rb +0 -33
  1277. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Dhaka.rb +0 -27
  1278. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Hong_Kong.rb +0 -87
  1279. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Irkutsk.rb +0 -165
  1280. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Jakarta.rb +0 -30
  1281. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Jerusalem.rb +0 -163
  1282. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Kabul.rb +0 -20
  1283. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Kamchatka.rb +0 -163
  1284. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Karachi.rb +0 -28
  1285. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Katmandu.rb +0 -20
  1286. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Kolkata.rb +0 -25
  1287. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Krasnoyarsk.rb +0 -163
  1288. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Kuala_Lumpur.rb +0 -31
  1289. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Kuwait.rb +0 -18
  1290. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Magadan.rb +0 -163
  1291. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Muscat.rb +0 -18
  1292. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Novosibirsk.rb +0 -164
  1293. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Rangoon.rb +0 -24
  1294. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Riyadh.rb +0 -18
  1295. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Seoul.rb +0 -34
  1296. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Shanghai.rb +0 -35
  1297. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Singapore.rb +0 -33
  1298. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Taipei.rb +0 -59
  1299. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Tashkent.rb +0 -47
  1300. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Tbilisi.rb +0 -78
  1301. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Tehran.rb +0 -121
  1302. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Tokyo.rb +0 -30
  1303. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Ulaanbaatar.rb +0 -65
  1304. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Urumqi.rb +0 -33
  1305. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Vladivostok.rb +0 -164
  1306. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Yakutsk.rb +0 -163
  1307. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Yekaterinburg.rb +0 -165
  1308. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Asia/Yerevan.rb +0 -165
  1309. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Atlantic/Azores.rb +0 -270
  1310. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Atlantic/Cape_Verde.rb +0 -23
  1311. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Atlantic/South_Georgia.rb +0 -18
  1312. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Adelaide.rb +0 -187
  1313. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Brisbane.rb +0 -35
  1314. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Darwin.rb +0 -29
  1315. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Hobart.rb +0 -193
  1316. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Melbourne.rb +0 -185
  1317. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.rb +0 -37
  1318. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Sydney.rb +0 -185
  1319. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Etc/UTC.rb +0 -16
  1320. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Amsterdam.rb +0 -228
  1321. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Athens.rb +0 -185
  1322. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Belgrade.rb +0 -163
  1323. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Berlin.rb +0 -188
  1324. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Bratislava.rb +0 -13
  1325. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Brussels.rb +0 -232
  1326. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Bucharest.rb +0 -181
  1327. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Budapest.rb +0 -197
  1328. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Copenhagen.rb +0 -179
  1329. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Dublin.rb +0 -276
  1330. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Helsinki.rb +0 -163
  1331. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Istanbul.rb +0 -218
  1332. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Kiev.rb +0 -168
  1333. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Lisbon.rb +0 -268
  1334. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Ljubljana.rb +0 -13
  1335. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/London.rb +0 -288
  1336. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Madrid.rb +0 -211
  1337. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Minsk.rb +0 -170
  1338. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Moscow.rb +0 -181
  1339. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Paris.rb +0 -232
  1340. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Prague.rb +0 -187
  1341. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Riga.rb +0 -176
  1342. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Rome.rb +0 -215
  1343. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Sarajevo.rb +0 -13
  1344. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Skopje.rb +0 -13
  1345. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Sofia.rb +0 -173
  1346. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Stockholm.rb +0 -165
  1347. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Tallinn.rb +0 -172
  1348. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Vienna.rb +0 -183
  1349. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Vilnius.rb +0 -170
  1350. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Warsaw.rb +0 -212
  1351. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Europe/Zagreb.rb +0 -13
  1352. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Auckland.rb +0 -202
  1353. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Fiji.rb +0 -23
  1354. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Guam.rb +0 -22
  1355. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Honolulu.rb +0 -28
  1356. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Majuro.rb +0 -20
  1357. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Midway.rb +0 -25
  1358. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Noumea.rb +0 -25
  1359. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Pago_Pago.rb +0 -26
  1360. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Port_Moresby.rb +0 -20
  1361. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Pacific/Tongatapu.rb +0 -27
  1362. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/info_timezone.rb +0 -52
  1363. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/linked_timezone.rb +0 -51
  1364. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/linked_timezone_info.rb +0 -44
  1365. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/offset_rationals.rb +0 -95
  1366. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/time_or_datetime.rb +0 -292
  1367. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone.rb +0 -508
  1368. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_definition.rb +0 -56
  1369. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_info.rb +0 -40
  1370. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_offset_info.rb +0 -94
  1371. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_period.rb +0 -198
  1372. data/rails/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_transition_info.rb +0 -138
  1373. data/rails/vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb +0 -1021
  1374. data/rails/vendor/rails/activesupport/lib/active_support/version.rb +0 -9
  1375. data/rails/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -58
  1376. data/rails/vendor/rails/activesupport/lib/activesupport.rb +0 -1
  1377. data/rails/vendor/rails/activesupport/test/abstract_unit.rb +0 -24
  1378. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb +0 -2
  1379. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb +0 -2
  1380. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb +0 -2
  1381. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/application.rb +0 -1
  1382. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb +0 -3
  1383. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb +0 -3
  1384. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb +0 -2
  1385. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb +0 -7
  1386. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb +0 -1
  1387. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb +0 -5
  1388. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb +0 -2
  1389. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/e.rb +0 -2
  1390. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb +0 -2
  1391. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb +0 -4
  1392. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb +0 -2
  1393. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb +0 -1
  1394. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb +0 -2
  1395. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb +0 -3
  1396. data/rails/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb +0 -3
  1397. data/rails/vendor/rails/activesupport/test/buffered_logger_test.rb +0 -118
  1398. data/rails/vendor/rails/activesupport/test/caching_test.rb +0 -66
  1399. data/rails/vendor/rails/activesupport/test/callbacks_test.rb +0 -148
  1400. data/rails/vendor/rails/activesupport/test/clean_logger_test.rb +0 -57
  1401. data/rails/vendor/rails/activesupport/test/core_ext/array_ext_test.rb +0 -250
  1402. data/rails/vendor/rails/activesupport/test/core_ext/base64_ext_test.rb +0 -8
  1403. data/rails/vendor/rails/activesupport/test/core_ext/bigdecimal.rb +0 -9
  1404. data/rails/vendor/rails/activesupport/test/core_ext/blank_test.rb +0 -19
  1405. data/rails/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb +0 -14
  1406. data/rails/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb +0 -31
  1407. data/rails/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb +0 -224
  1408. data/rails/vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb +0 -115
  1409. data/rails/vendor/rails/activesupport/test/core_ext/class_test.rb +0 -46
  1410. data/rails/vendor/rails/activesupport/test/core_ext/date_ext_test.rb +0 -242
  1411. data/rails/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb +0 -288
  1412. data/rails/vendor/rails/activesupport/test/core_ext/duplicable_test.rb +0 -22
  1413. data/rails/vendor/rails/activesupport/test/core_ext/duration_test.rb +0 -74
  1414. data/rails/vendor/rails/activesupport/test/core_ext/enumerable_test.rb +0 -66
  1415. data/rails/vendor/rails/activesupport/test/core_ext/exception_test.rb +0 -68
  1416. data/rails/vendor/rails/activesupport/test/core_ext/file_test.rb +0 -29
  1417. data/rails/vendor/rails/activesupport/test/core_ext/float_ext_test.rb +0 -25
  1418. data/rails/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb +0 -815
  1419. data/rails/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb +0 -37
  1420. data/rails/vendor/rails/activesupport/test/core_ext/kernel_test.rb +0 -43
  1421. data/rails/vendor/rails/activesupport/test/core_ext/load_error_test.rb +0 -16
  1422. data/rails/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb +0 -30
  1423. data/rails/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb +0 -52
  1424. data/rails/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb +0 -33
  1425. data/rails/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb +0 -58
  1426. data/rails/vendor/rails/activesupport/test/core_ext/module_test.rb +0 -293
  1427. data/rails/vendor/rails/activesupport/test/core_ext/name_error_test.rb +0 -24
  1428. data/rails/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb +0 -162
  1429. data/rails/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb +0 -246
  1430. data/rails/vendor/rails/activesupport/test/core_ext/pathname_test.rb +0 -9
  1431. data/rails/vendor/rails/activesupport/test/core_ext/proc_test.rb +0 -11
  1432. data/rails/vendor/rails/activesupport/test/core_ext/range_ext_test.rb +0 -63
  1433. data/rails/vendor/rails/activesupport/test/core_ext/string_ext_test.rb +0 -199
  1434. data/rails/vendor/rails/activesupport/test/core_ext/symbol_test.rb +0 -9
  1435. data/rails/vendor/rails/activesupport/test/core_ext/time_ext_test.rb +0 -622
  1436. data/rails/vendor/rails/activesupport/test/core_ext/time_with_zone_test.rb +0 -676
  1437. data/rails/vendor/rails/activesupport/test/dependencies/check_warnings.rb +0 -2
  1438. data/rails/vendor/rails/activesupport/test/dependencies/conflict.rb +0 -1
  1439. data/rails/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb +0 -3
  1440. data/rails/vendor/rails/activesupport/test/dependencies/mutual_one.rb +0 -4
  1441. data/rails/vendor/rails/activesupport/test/dependencies/mutual_two.rb +0 -4
  1442. data/rails/vendor/rails/activesupport/test/dependencies/raises_exception.rb +0 -3
  1443. data/rails/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb +0 -1
  1444. data/rails/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb +0 -1
  1445. data/rails/vendor/rails/activesupport/test/dependencies/service_one.rb +0 -5
  1446. data/rails/vendor/rails/activesupport/test/dependencies/service_two.rb +0 -2
  1447. data/rails/vendor/rails/activesupport/test/dependencies_test.rb +0 -765
  1448. data/rails/vendor/rails/activesupport/test/deprecation_test.rb +0 -151
  1449. data/rails/vendor/rails/activesupport/test/inflector_test.rb +0 -242
  1450. data/rails/vendor/rails/activesupport/test/inflector_test_cases.rb +0 -211
  1451. data/rails/vendor/rails/activesupport/test/json/decoding_test.rb +0 -41
  1452. data/rails/vendor/rails/activesupport/test/json/encoding_test.rb +0 -140
  1453. data/rails/vendor/rails/activesupport/test/multibyte_chars_test.rb +0 -182
  1454. data/rails/vendor/rails/activesupport/test/multibyte_conformance.rb +0 -146
  1455. data/rails/vendor/rails/activesupport/test/multibyte_handler_test.rb +0 -372
  1456. data/rails/vendor/rails/activesupport/test/option_merger_test.rb +0 -50
  1457. data/rails/vendor/rails/activesupport/test/ordered_hash_test.rb +0 -45
  1458. data/rails/vendor/rails/activesupport/test/ordered_options_test.rb +0 -53
  1459. data/rails/vendor/rails/activesupport/test/test_test.rb +0 -120
  1460. data/rails/vendor/rails/activesupport/test/time_zone_test.rb +0 -288
  1461. data/rails/vendor/rails/activesupport/test/whiny_nil_test.rb +0 -38
  1462. data/rails/vendor/rails/railties/CHANGELOG +0 -2027
  1463. data/rails/vendor/rails/railties/MIT-LICENSE +0 -20
  1464. data/rails/vendor/rails/railties/README +0 -256
  1465. data/rails/vendor/rails/railties/Rakefile +0 -349
  1466. data/rails/vendor/rails/railties/bin/about +0 -3
  1467. data/rails/vendor/rails/railties/bin/console +0 -3
  1468. data/rails/vendor/rails/railties/bin/dbconsole +0 -3
  1469. data/rails/vendor/rails/railties/bin/destroy +0 -3
  1470. data/rails/vendor/rails/railties/bin/generate +0 -3
  1471. data/rails/vendor/rails/railties/bin/performance/benchmarker +0 -3
  1472. data/rails/vendor/rails/railties/bin/performance/profiler +0 -3
  1473. data/rails/vendor/rails/railties/bin/performance/request +0 -3
  1474. data/rails/vendor/rails/railties/bin/plugin +0 -3
  1475. data/rails/vendor/rails/railties/bin/process/inspector +0 -3
  1476. data/rails/vendor/rails/railties/bin/process/reaper +0 -3
  1477. data/rails/vendor/rails/railties/bin/process/spawner +0 -3
  1478. data/rails/vendor/rails/railties/bin/rails +0 -19
  1479. data/rails/vendor/rails/railties/bin/runner +0 -3
  1480. data/rails/vendor/rails/railties/bin/server +0 -3
  1481. data/rails/vendor/rails/railties/builtin/rails_info/rails/info.rb +0 -125
  1482. data/rails/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb +0 -9
  1483. data/rails/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb +0 -2
  1484. data/rails/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb +0 -2
  1485. data/rails/vendor/rails/railties/configs/apache.conf +0 -40
  1486. data/rails/vendor/rails/railties/configs/databases/frontbase.yml +0 -28
  1487. data/rails/vendor/rails/railties/configs/databases/mysql.yml +0 -54
  1488. data/rails/vendor/rails/railties/configs/databases/oracle.yml +0 -39
  1489. data/rails/vendor/rails/railties/configs/databases/postgresql.yml +0 -48
  1490. data/rails/vendor/rails/railties/configs/databases/sqlite2.yml +0 -16
  1491. data/rails/vendor/rails/railties/configs/databases/sqlite3.yml +0 -19
  1492. data/rails/vendor/rails/railties/configs/empty.log +0 -0
  1493. data/rails/vendor/rails/railties/configs/initializers/inflections.rb +0 -10
  1494. data/rails/vendor/rails/railties/configs/initializers/mime_types.rb +0 -5
  1495. data/rails/vendor/rails/railties/configs/initializers/new_rails_defaults.rb +0 -15
  1496. data/rails/vendor/rails/railties/configs/lighttpd.conf +0 -54
  1497. data/rails/vendor/rails/railties/configs/routes.rb +0 -41
  1498. data/rails/vendor/rails/railties/dispatches/dispatch.fcgi +0 -24
  1499. data/rails/vendor/rails/railties/dispatches/dispatch.rb +0 -10
  1500. data/rails/vendor/rails/railties/dispatches/gateway.cgi +0 -97
  1501. data/rails/vendor/rails/railties/doc/README_FOR_APP +0 -2
  1502. data/rails/vendor/rails/railties/environments/boot.rb +0 -109
  1503. data/rails/vendor/rails/railties/environments/development.rb +0 -17
  1504. data/rails/vendor/rails/railties/environments/environment.rb +0 -67
  1505. data/rails/vendor/rails/railties/environments/production.rb +0 -22
  1506. data/rails/vendor/rails/railties/environments/test.rb +0 -22
  1507. data/rails/vendor/rails/railties/fresh_rakefile +0 -10
  1508. data/rails/vendor/rails/railties/helpers/application.rb +0 -15
  1509. data/rails/vendor/rails/railties/helpers/application_helper.rb +0 -3
  1510. data/rails/vendor/rails/railties/helpers/test_helper.rb +0 -38
  1511. data/rails/vendor/rails/railties/html/404.html +0 -30
  1512. data/rails/vendor/rails/railties/html/422.html +0 -30
  1513. data/rails/vendor/rails/railties/html/500.html +0 -30
  1514. data/rails/vendor/rails/railties/html/favicon.ico +0 -0
  1515. data/rails/vendor/rails/railties/html/images/rails.png +0 -0
  1516. data/rails/vendor/rails/railties/html/index.html +0 -274
  1517. data/rails/vendor/rails/railties/html/javascripts/application.js +0 -2
  1518. data/rails/vendor/rails/railties/html/javascripts/controls.js +0 -963
  1519. data/rails/vendor/rails/railties/html/javascripts/dragdrop.js +0 -972
  1520. data/rails/vendor/rails/railties/html/javascripts/effects.js +0 -1120
  1521. data/rails/vendor/rails/railties/html/javascripts/prototype.js +0 -4225
  1522. data/rails/vendor/rails/railties/html/robots.txt +0 -5
  1523. data/rails/vendor/rails/railties/lib/code_statistics.rb +0 -107
  1524. data/rails/vendor/rails/railties/lib/commands.rb +0 -17
  1525. data/rails/vendor/rails/railties/lib/commands/about.rb +0 -2
  1526. data/rails/vendor/rails/railties/lib/commands/console.rb +0 -32
  1527. data/rails/vendor/rails/railties/lib/commands/dbconsole.rb +0 -65
  1528. data/rails/vendor/rails/railties/lib/commands/destroy.rb +0 -6
  1529. data/rails/vendor/rails/railties/lib/commands/generate.rb +0 -6
  1530. data/rails/vendor/rails/railties/lib/commands/ncgi/listener +0 -86
  1531. data/rails/vendor/rails/railties/lib/commands/ncgi/tracker +0 -69
  1532. data/rails/vendor/rails/railties/lib/commands/performance/benchmarker.rb +0 -24
  1533. data/rails/vendor/rails/railties/lib/commands/performance/profiler.rb +0 -50
  1534. data/rails/vendor/rails/railties/lib/commands/performance/request.rb +0 -6
  1535. data/rails/vendor/rails/railties/lib/commands/plugin.rb +0 -950
  1536. data/rails/vendor/rails/railties/lib/commands/process/inspector.rb +0 -68
  1537. data/rails/vendor/rails/railties/lib/commands/process/reaper.rb +0 -149
  1538. data/rails/vendor/rails/railties/lib/commands/process/spawner.rb +0 -219
  1539. data/rails/vendor/rails/railties/lib/commands/process/spinner.rb +0 -57
  1540. data/rails/vendor/rails/railties/lib/commands/runner.rb +0 -48
  1541. data/rails/vendor/rails/railties/lib/commands/server.rb +0 -39
  1542. data/rails/vendor/rails/railties/lib/commands/servers/base.rb +0 -31
  1543. data/rails/vendor/rails/railties/lib/commands/servers/lighttpd.rb +0 -94
  1544. data/rails/vendor/rails/railties/lib/commands/servers/mongrel.rb +0 -69
  1545. data/rails/vendor/rails/railties/lib/commands/servers/new_mongrel.rb +0 -16
  1546. data/rails/vendor/rails/railties/lib/commands/servers/webrick.rb +0 -66
  1547. data/rails/vendor/rails/railties/lib/commands/update.rb +0 -4
  1548. data/rails/vendor/rails/railties/lib/console_app.rb +0 -30
  1549. data/rails/vendor/rails/railties/lib/console_sandbox.rb +0 -6
  1550. data/rails/vendor/rails/railties/lib/console_with_helpers.rb +0 -26
  1551. data/rails/vendor/rails/railties/lib/dispatcher.rb +0 -24
  1552. data/rails/vendor/rails/railties/lib/fcgi_handler.rb +0 -239
  1553. data/rails/vendor/rails/railties/lib/initializer.rb +0 -900
  1554. data/rails/vendor/rails/railties/lib/rails/gem_builder.rb +0 -21
  1555. data/rails/vendor/rails/railties/lib/rails/gem_dependency.rb +0 -124
  1556. data/rails/vendor/rails/railties/lib/rails/mongrel_server/commands.rb +0 -342
  1557. data/rails/vendor/rails/railties/lib/rails/mongrel_server/handler.rb +0 -55
  1558. data/rails/vendor/rails/railties/lib/rails/plugin.rb +0 -115
  1559. data/rails/vendor/rails/railties/lib/rails/plugin/loader.rb +0 -152
  1560. data/rails/vendor/rails/railties/lib/rails/plugin/locator.rb +0 -99
  1561. data/rails/vendor/rails/railties/lib/rails/version.rb +0 -9
  1562. data/rails/vendor/rails/railties/lib/rails_generator.rb +0 -43
  1563. data/rails/vendor/rails/railties/lib/rails_generator/base.rb +0 -263
  1564. data/rails/vendor/rails/railties/lib/rails_generator/commands.rb +0 -607
  1565. data/rails/vendor/rails/railties/lib/rails_generator/generated_attribute.rb +0 -42
  1566. data/rails/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE +0 -9
  1567. data/rails/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb +0 -178
  1568. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE +0 -29
  1569. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -37
  1570. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -7
  1571. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -8
  1572. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
  1573. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
  1574. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE +0 -8
  1575. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
  1576. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
  1577. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE +0 -16
  1578. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -30
  1579. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
  1580. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
  1581. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -15
  1582. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -21
  1583. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
  1584. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
  1585. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE +0 -29
  1586. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -20
  1587. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -11
  1588. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE +0 -27
  1589. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb +0 -45
  1590. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -19
  1591. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb +0 -16
  1592. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb +0 -2
  1593. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -8
  1594. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE +0 -13
  1595. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
  1596. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
  1597. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -8
  1598. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE +0 -25
  1599. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
  1600. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
  1601. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README +0 -13
  1602. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -22
  1603. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
  1604. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
  1605. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
  1606. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
  1607. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
  1608. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
  1609. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
  1610. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
  1611. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE +0 -23
  1612. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -74
  1613. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
  1614. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -8
  1615. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
  1616. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE +0 -25
  1617. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -93
  1618. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -85
  1619. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -45
  1620. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
  1621. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
  1622. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -54
  1623. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -18
  1624. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
  1625. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -17
  1626. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
  1627. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE +0 -10
  1628. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
  1629. data/rails/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
  1630. data/rails/vendor/rails/railties/lib/rails_generator/lookup.rb +0 -248
  1631. data/rails/vendor/rails/railties/lib/rails_generator/manifest.rb +0 -53
  1632. data/rails/vendor/rails/railties/lib/rails_generator/options.rb +0 -150
  1633. data/rails/vendor/rails/railties/lib/rails_generator/scripts.rb +0 -89
  1634. data/rails/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb +0 -30
  1635. data/rails/vendor/rails/railties/lib/rails_generator/scripts/generate.rb +0 -7
  1636. data/rails/vendor/rails/railties/lib/rails_generator/scripts/update.rb +0 -12
  1637. data/rails/vendor/rails/railties/lib/rails_generator/secret_key_generator.rb +0 -164
  1638. data/rails/vendor/rails/railties/lib/rails_generator/simple_logger.rb +0 -46
  1639. data/rails/vendor/rails/railties/lib/rails_generator/spec.rb +0 -44
  1640. data/rails/vendor/rails/railties/lib/railties_path.rb +0 -1
  1641. data/rails/vendor/rails/railties/lib/ruby_version_check.rb +0 -17
  1642. data/rails/vendor/rails/railties/lib/rubyprof_ext.rb +0 -35
  1643. data/rails/vendor/rails/railties/lib/source_annotation_extractor.rb +0 -102
  1644. data/rails/vendor/rails/railties/lib/tasks/annotations.rake +0 -23
  1645. data/rails/vendor/rails/railties/lib/tasks/databases.rake +0 -387
  1646. data/rails/vendor/rails/railties/lib/tasks/documentation.rake +0 -80
  1647. data/rails/vendor/rails/railties/lib/tasks/framework.rake +0 -114
  1648. data/rails/vendor/rails/railties/lib/tasks/gems.rake +0 -64
  1649. data/rails/vendor/rails/railties/lib/tasks/log.rake +0 -9
  1650. data/rails/vendor/rails/railties/lib/tasks/misc.rake +0 -57
  1651. data/rails/vendor/rails/railties/lib/tasks/rails.rb +0 -8
  1652. data/rails/vendor/rails/railties/lib/tasks/routes.rake +0 -17
  1653. data/rails/vendor/rails/railties/lib/tasks/statistics.rake +0 -18
  1654. data/rails/vendor/rails/railties/lib/tasks/testing.rake +0 -118
  1655. data/rails/vendor/rails/railties/lib/tasks/tmp.rake +0 -37
  1656. data/rails/vendor/rails/railties/lib/test_help.rb +0 -28
  1657. data/rails/vendor/rails/railties/lib/webrick_server.rb +0 -165
  1658. data/rails/vendor/rails/railties/test/abstract_unit.rb +0 -24
  1659. data/rails/vendor/rails/railties/test/boot_test.rb +0 -181
  1660. data/rails/vendor/rails/railties/test/console_app_test.rb +0 -32
  1661. data/rails/vendor/rails/railties/test/fcgi_dispatcher_test.rb +0 -299
  1662. data/rails/vendor/rails/railties/test/fixtures/about_yml_plugins/bad_about_yml/about.yml +0 -1
  1663. data/rails/vendor/rails/railties/test/fixtures/about_yml_plugins/bad_about_yml/init.rb +0 -1
  1664. data/rails/vendor/rails/railties/test/fixtures/about_yml_plugins/plugin_without_about_yml/init.rb +0 -1
  1665. data/rails/vendor/rails/railties/test/fixtures/environment_with_constant.rb +0 -1
  1666. data/rails/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb +0 -0
  1667. data/rails/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb +0 -2
  1668. data/rails/vendor/rails/railties/test/fixtures/plugins/alternate/a/generators/a_generator/a_generator.rb +0 -4
  1669. data/rails/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb +0 -0
  1670. data/rails/vendor/rails/railties/test/fixtures/plugins/default/stubby/about.yml +0 -2
  1671. data/rails/vendor/rails/railties/test/fixtures/plugins/default/stubby/generators/stubby_generator/stubby_generator.rb +0 -4
  1672. data/rails/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb +0 -7
  1673. data/rails/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb +0 -2
  1674. data/rails/vendor/rails/railties/test/gem_dependency_test.rb +0 -66
  1675. data/rails/vendor/rails/railties/test/generator_lookup_test.rb +0 -40
  1676. data/rails/vendor/rails/railties/test/generators/generator_test_helper.rb +0 -287
  1677. data/rails/vendor/rails/railties/test/generators/rails_controller_generator_test.rb +0 -20
  1678. data/rails/vendor/rails/railties/test/generators/rails_mailer_generator_test.rb +0 -29
  1679. data/rails/vendor/rails/railties/test/generators/rails_model_generator_test.rb +0 -32
  1680. data/rails/vendor/rails/railties/test/generators/rails_resource_generator_test.rb +0 -29
  1681. data/rails/vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb +0 -107
  1682. data/rails/vendor/rails/railties/test/initializer_test.rb +0 -225
  1683. data/rails/vendor/rails/railties/test/mocks/routes.rb +0 -6
  1684. data/rails/vendor/rails/railties/test/plugin_loader_test.rb +0 -142
  1685. data/rails/vendor/rails/railties/test/plugin_locator_test.rb +0 -69
  1686. data/rails/vendor/rails/railties/test/plugin_test.rb +0 -159
  1687. data/rails/vendor/rails/railties/test/plugin_test_helper.rb +0 -29
  1688. data/rails/vendor/rails/railties/test/rails_generator_test.rb +0 -145
  1689. data/rails/vendor/rails/railties/test/rails_info_controller_test.rb +0 -48
  1690. data/rails/vendor/rails/railties/test/rails_info_test.rb +0 -99
  1691. data/rails/vendor/rails/railties/test/secret_key_generation_test.rb +0 -44
  1692. data/templates/colors_template_file.xml +0 -7
  1693. data/templates/defaults_template_file.yml +0 -2
  1694. data/tmp/useless.txt +0 -1
@@ -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 '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,2027 +0,0 @@
1
- *2.1.0 (May 31st, 2008)*
2
-
3
- * script/dbconsole fires up the command-line database client. #102 [Steve Purcell]
4
-
5
- * Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved]
6
-
7
- * Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88]
8
-
9
- * Rails Edge info returns the latest git commit hash [Francesc Esplugas]
10
-
11
- * Added Rails.public_path to control where HTML and assets are expected to be loaded from (defaults to Rails.root + "/public") #11581 [nicksieger]
12
-
13
- * rake time:zones:local finds correct base utc offset for zones in the Southern Hemisphere [Geoff Buesing]
14
-
15
- * Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick]
16
-
17
- * script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes #9176. [Catfish]
18
-
19
- * Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for native extensions. #11513 [ddollar]
20
-
21
- rake gems:unpack # unpacks all gems
22
- rake gems:unpack GEM=mygem # unpacks only the gem 'mygem'
23
-
24
- rake gems:build # builds all unpacked gems
25
- rake gems:build GEM=mygem # builds only the gem 'mygem'
26
-
27
- * Add config.active_support for future configuration options. Also, add more new Rails 3 config settings to new_rails_defaults.rb [rick]
28
-
29
- * Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_* constants [pratik]
30
-
31
- * Allow files in plugins to be reloaded like the rest of the application. [rick]
32
-
33
- Enables or disables plugin reloading.
34
-
35
- config.reload_plugins = true
36
-
37
- You can get around this setting per plugin.
38
- If #reload_plugins? == false (DEFAULT), add this to your plugin's init.rb to make it reloadable:
39
-
40
- Dependencies.load_once_paths.delete lib_path
41
-
42
- If #reload_plugins? == true, add this to your plugin's init.rb to only load it once:
43
-
44
- Dependencies.load_once_paths << lib_path
45
-
46
- * Small tweak to allow plugins to specify gem dependencies. [rick]
47
-
48
- # OLD open_id_authentication plugin init.rb
49
- require 'yadis'
50
- require 'openid'
51
- ActionController::Base.send :include, OpenIdAuthentication
52
-
53
- # NEW
54
- config.gem "ruby-openid", :lib => "openid", :version => "1.1.4"
55
- config.gem "ruby-yadis", :lib => "yadis", :version => "0.3.4"
56
-
57
- config.after_initialize do
58
- ActionController::Base.send :include, OpenIdAuthentication
59
- end
60
-
61
- * Added config.gem for specifying which gems are required by the application, as well as rake tasks for installing and freezing gems. [rick]
62
-
63
- Rails::Initializer.run do |config|
64
- config.gem "bj"
65
- config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
66
- config.gem "aws-s3", :lib => "aws/s3"
67
- end
68
-
69
- # List required gems.
70
- rake gems
71
-
72
- # Install all required gems:
73
- rake gems:install
74
-
75
- # Unpack specified gem to vendor/gems/gem_name-x.x.x
76
- rake gems:unpack GEM=bj
77
-
78
- * Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH]
79
-
80
- * config.time_zone accepts TZInfo::Timezone identifiers as well as Rails TimeZone identifiers [Geoff Buesing]
81
-
82
- * Rails::Initializer#initialize_time_zone raises an error if value assigned to config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment [Geoff Buesing]
83
-
84
- * Stop adding the antiquated test/mocks/* directories and only add them to the path if they're still there for legacy reasons [DHH]
85
-
86
- * Added that gems can now be plugins if they include rails/init.rb #11444 [jbarnette]
87
-
88
- * Added Plugin#about method to programmatically access the about.yml in a plugin #10979 [lazyatom]
89
-
90
- plugin = Rails::Plugin.new(path_to_my_plugin)
91
- plugin.about["author"] # => "James Adam"
92
- plugin.about["url"] # => "http://interblah.net"
93
-
94
- * Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert]
95
-
96
- * Added config.time_zone = 'UTC' in the default environment.rb [Geoff Buesing]
97
-
98
- * Added rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option [Geoff Buesing]
99
-
100
- * Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing]
101
-
102
- * Added support for installing plugins hosted at git repositories #11294 [danger]
103
-
104
- * Fixed that script/generate would not look for plugin generators in plugin_paths #11000 [glv]
105
-
106
- * Fixed database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt]
107
-
108
- * Added a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)]
109
-
110
- * Reshuffle load order so that routes and observers are initialized after plugins and app initializers. Closes #10980 [rick]
111
-
112
- * Git support for script/generate. #10690 [ssoroka]
113
-
114
- * Update scaffold to use labels instead of bold tags. Closes #10757 [zach-inglis-lt3]
115
-
116
- * Resurrect WordNet synonym lookups. #10710 [tom./, matt]
117
-
118
- * Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]
119
-
120
- * Added that rails:update is run when you do rails:freeze:edge to ensure you also get the latest JS and config files #10565 [jeff]
121
-
122
- * SQLite: db:drop:all doesn't fail silently if the database is already open. #10577 [Cheah Chu Yeow, mrichman]
123
-
124
- * Introduce native mongrel handler and push mutex into dispatcher. [Jeremy Kemper]
125
-
126
- * Ruby 1.9 compatibility. #1689, #10546 [Cheah Chu Yeow, frederico]
127
-
128
-
129
- *2.0.2* (December 16th, 2007)
130
-
131
- * Changed the default database from mysql to sqlite3, so now running "rails myapp" will have a config/database.yml that's setup for SQLite3 (which in OS X Leopard is installed by default, so is the gem, so everything Just Works with no database configuration at all). To get a Rails application preconfigured for MySQL, just run "rails -d mysql myapp" [DHH]
132
-
133
- * Turned on ActionView::Base.cache_template_loading by default in config/environments/production.rb to prevent file system stat calls for every template loading to see if it changed (this means that you have to restart the application to see template changes in production mode) [DHH]
134
-
135
- * Introduce `rake secret` to output a crytographically secure secret key for use with cookie sessions #10363 [revans]
136
-
137
- * Fixed that local database creation should consider 127.0.0.1 local #9026 [parcelbrat]
138
-
139
- * Fixed that functional tests generated for scaffolds should use fixture calls instead of hard-coded IDs #10435 [boone]
140
-
141
- * Added db:migrate:redo and db:migrate:reset for rerunning existing migrations #10431, #10432 [matt]
142
-
143
- * RAILS_GEM_VERSION may be double-quoted also. #10443 [James Cox]
144
-
145
- * Update rails:freeze:gems to work with RubyGems 0.9.5. [Jeremy Kemper]
146
-
147
-
148
- *2.0.1* (December 7th, 2007)
149
-
150
- * Fixed Active Record bug
151
-
152
-
153
- *2.0.0* (December 6th, 2007)
154
-
155
- * The test task stops with a warning if you have pending migrations. #10377 [Josh Knowles]
156
-
157
- * Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv]
158
-
159
- * Update Prototype to 1.6.0.1. [sam]
160
-
161
- * Update script.aculo.us to 1.8.0.1. [madrobby]
162
-
163
- * Added db:fixtures:identity as a way of locating what ID a foxy fixture was assigned #10332 [jbarnette]
164
-
165
- * Generated fixtures should not specify ids since theyre expected to be foxy fixtures #10330 [jbarnette]
166
-
167
- * Update to Prototype -r8232. [sam]
168
-
169
- * Introduce SecretKeyGenerator for more secure session secrets than CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. #10286 [Hongli Lai]
170
-
171
- * RAILS_GEM_VERSION may be set to any valid gem version specifier. #10057 [Chad Woolley, Cheah Chu Yeow]
172
-
173
- * Load config/preinitializer.rb, if present, before loading the environment. #9943 [Chad Woolley]
174
-
175
- * FastCGI handler ignores unsupported signals like USR2 on Windows. [Grzegorz Derebecki]
176
-
177
- * Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [defunkt]
178
-
179
- * Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]
180
-
181
- * Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]
182
-
183
- * Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
184
-
185
- * Added --skip-timestamps to generators that produce models #10036 [Tim Pope]
186
-
187
- * Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby]
188
-
189
- * Added db:rollback to rollback the schema one version (or multiple as specified by STEP) [Jeffrey Allan Hardy]
190
-
191
- * Fix typo in test_helper. Closes #9925 [viktor tron]
192
-
193
- * Request profiler. [Jeremy Kemper]
194
-
195
- * config/boot.rb correctly detects RAILS_GEM_VERSION. #9834 [alexch, thewoolleyman]
196
-
197
- * Fixed incorrect migration number if script/generate executed outside of Rails root #7080 [jeremymcanally]
198
-
199
- * Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. [sam, madrobby]
200
-
201
- * Generated fixtures use the actual primary key instead of id. #4343 [Frederick Ros, Tarmo Tänav]
202
-
203
- * Extend the console +helper+ method to allow you to include custom helpers. e.g:
204
- >> helper :posts
205
- >> helper.some_method_from_posts_helper(Post.find(1))
206
-
207
- * db:create works with remote databases whereas db:create:all only creates
208
- databases on localhost. #9753 [Trevor Wennblom]
209
-
210
- * Removed calls to fixtures in generated tests as fixtures :all is now present by default in test_helper.rb [DHH]
211
-
212
- * Add --prefix option to script/server when using mongrel. [dacat]
213
-
214
-
215
- *2.0.0 [Preview Release]* (September 29th, 2007) [Includes duplicates of changes from 1.1.4 - 1.2.3]
216
-
217
- * Fixed that installing plugins from SVN repositories that use trunk/ will work #8188 [evan]
218
-
219
- * Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. [Rick]
220
-
221
- * Moved Dispatcher to ActionController::Dispatcher. [Jeremy Kemper]
222
-
223
- * Changed the default logger from Ruby's own Logger with the clean_logger extensions to ActiveSupport::BufferedLogger for performance reasons [DHH]. (You can change it back with config.logger = Logger.new("/path/to/log", level).)
224
-
225
- * Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid, ActiveRecord::RecordNotSaved, or ActionController::InvalidAuthenticityToken is raised [DHH]
226
-
227
- * Added --skip-fixture option to script/generate model #6862 [sandofsky]
228
-
229
- * Print Rails version when starting console #7440 [eyematz]
230
-
231
- * Fixed the placement of fixture files for nested models when generating through script/generate model #7547 [jkit]
232
-
233
- * Added TEMPLATE option to rake doc:app to set a custom output template #7737 [Jakob S]
234
-
235
- * Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
236
-
237
- * Fixed that rake doc:app should use UTF-8 #8906 [farzy]
238
-
239
- * Fixes rake annotations to search erb and builder files as well #9150 [m.langenberg]
240
-
241
- * Removed web_service generator [Koz]
242
-
243
- * Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Frederick Cheung]. Example:
244
-
245
- # Loads :classic_pagination before all the other plugins
246
- config.plugins = [ :classic_pagination, :all ]
247
-
248
- * Added symbols as a legal way of specifying plugins in config.plugins #9629 [tom]
249
-
250
- * Removed deprecated task names, like clear_logs, in favor of the new namespaced style [DHH]
251
-
252
- * Support multiple config.after_initialize blocks so plugins and apps can more easily cooperate. #9582 [zdennis]
253
-
254
- * Added db:drop:all to drop all databases declared in config/database.yml [DHH]
255
-
256
- * Use attribute pairs instead of the migration name to create add and remove column migrations. Closes #9166 [Pratik Naik]
257
-
258
- For example:
259
-
260
- ruby script/generation migration AddSomeStuffToCustomers first_name:string last_name:string
261
-
262
- or
263
-
264
- ruby script/generation migration RemoveSomeStuffFromCustomers first_name:string last_name:string
265
-
266
- * Add ActiveResource to Rails::Info. Closes #8741 [kampers]
267
-
268
- * use Gem.find_name instead of search when freezing gems. Prevent false positives for other gems with rails in the name. Closes #8729 [wselman]
269
-
270
- * Automatically generate add/remove column commands in specially named migrations like AddLocationToEvent. Closes #9006 [zenspider]
271
-
272
- * Default to plural table name in Rails Generator if ActiveRecord is not present. Closes #8963 [evan]
273
-
274
- * Added rake routes for listing all the defined routes in the system. #8795 [Josh Peek]
275
-
276
- * db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments. #8783 [matt]
277
-
278
- * Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. #8730 [Dr Nic, topfunky]
279
-
280
- * MySQL, PostgreSQL: database.yml defaults to utf-8. #8701 [matt]
281
-
282
- * Added db:version to get the current schema number [via Err The Blog]
283
-
284
- * Added --skip-migration option to scaffold and resource generators #8656 [Michael Glaesemann]
285
-
286
- * Fix that FCGIs would leave log files open when asked to shut down by USR2. #3028 [Sebastian Kanthak, Josh Peek]
287
-
288
- * Fixed that dispatcher preparation callbacks only run once in production mode. Mock Routes.reload so that dispatcher preparation callback tests run. [Rick]
289
-
290
- * Fix syntax error in dispatcher than wrecked failsafe responses. #8625 [mtitorenko]
291
-
292
- * Scaffolded validation errors set the appropriate HTTP status for XML responses. #6946, #8622 [Manfred Stienstra, mmmultiworks]
293
-
294
- * Sexy migrations for the session_migration generator. #8561 [Vladislav]
295
-
296
- * Console reload! runs to_prepare callbacks also. #8393 [f.svehla]
297
-
298
- * Generated migrations include timestamps by default. #8501 [Shane Vitarana]
299
-
300
- * Drop Action Web Service from rails:freeze:edge. [Jeremy Kemper]
301
-
302
- * Add db:create, drop, reset, charset, and collation tasks. #8448 [matt]
303
-
304
- * Scaffold generator depends on model generator instead of duplicating it. #7222 [bscofield]
305
-
306
- * Scaffold generator tests. #8443 [pelle]
307
-
308
- * Generated scaffold functional tests use assert_difference. #8421 [Norbert Crombach]
309
-
310
- * Update to Prototype 1.5.1. [Sam Stephenson]
311
-
312
- * Update to script.aculo.us 1.7.1_beta3. [Thomas Fuchs]
313
-
314
- * Generators use *.html.erb view template naming. #8278 [Tim Pope]
315
-
316
- * Updated resource_scaffold and model generators to use short-hand style migrations [DHH]
317
-
318
- * Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warning for config.breakpoint_server. [Nicholas Seckar]
319
-
320
- * 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]
321
-
322
- To use the new debugger, start your server with script/server --debugger and insert a call to 'debugger'
323
- (instead of 'breakpoint') where you want to jump into the debugger.
324
-
325
- BACKWARDS INCOMPATIBILITY NOTE: You must remove the default line 12 from config/environments/development.rb:
326
-
327
- config.breakpoint_server = true
328
-
329
- This configuration option is no longer available. Rails will fail to start in development mode as long as
330
- that's still present.
331
-
332
- * Resource scaffolding returns the created entity.to_xml. [Jeremy Kemper]
333
-
334
- * Resource scaffolding responds to new.xml. #8185 [Eric Mill]
335
-
336
- * Include Active Resource in rails:freeze:edge rake task. [Thomas Fuchs]
337
-
338
- * Include Active Resource instead of Action Web Service [DHH] You can add AWS back with this in config/environment.rb:
339
-
340
- config.load_paths += %W( #{RAILS_ROOT}/vendor/rails/actionwebservice/lib )
341
-
342
- ...or just gem 'actionwebservice'
343
-
344
- * Give generate scaffold a more descriptive database message. Closes #7316 [jeremymcanally]
345
-
346
- * 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]
347
-
348
- * Deprecation: remove components from controller paths. [Jeremy Kemper]
349
-
350
- * Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin default of 'mysql' to be overridden. [Nicholas Seckar]
351
-
352
- * Windows: include MinGW in RUBY_PLATFORM check. #2982 [okkez000@gmail.com, Kaspar Schiess]
353
-
354
- * 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.]
355
-
356
- * 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.]
357
-
358
- * Added assumption that all plugin creators desire to be sharing individuals and release their work under the MIT license [DHH]
359
-
360
- * 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.
361
-
362
- * Added fixtures :all to test_helper.rb to assume that most people just want all their fixtures loaded all the time [DHH]
363
-
364
- * 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]
365
-
366
- * For new apps, generate a random secret for the cookie-based session store. [Jeremy Kemper]
367
-
368
- * Stop swallowing errors during rake test [Koz]
369
-
370
- * Update Rails Initializer to use ActionController::Base#view_paths [Rick]
371
-
372
- * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
373
-
374
- * Plugins may be symlinked in vendor/plugins. #4245 [brandon, progrium@gmail.com]
375
-
376
- * Resource generator depends on the model generator rather than duplicating it. #7269 [bscofield]
377
-
378
- * Add/Update usage documentation for script/destroy, resource generator and scaffold_resource generator. Closes #7092, #7271, #7267. [bscofield]
379
-
380
- * Update to script.aculo.us 1.7.0. [Thomas Fuchs]
381
-
382
- * Update to Prototype 1.5.0. [Sam Stephenson]
383
-
384
- * Generator: use destination path for diff tempfiles. #7015 [alfeld]
385
-
386
- * Fixed that webrick would strip leading newlines and hang connection #4156 [psross]
387
-
388
- * Ensure plugins are in the Dependencies.load_once_paths collection by default. [Rick]
389
- If you really want your plugins to reload, add this to the very top of init.rb:
390
-
391
- Dependencies.load_once_paths.delete(lib_path)
392
-
393
- * Allow config.to_prepare to work, make the dispatcher safe to 're require'. [Koz, Nicholas Seckar]
394
-
395
- * Fix scaffold_resource generator so it respects the --pretend argument when creating the routes file. Closes #6852 [fearoffish]
396
-
397
- * Fix Webrick Daemon dispatching bug regarding a bad current working directory. Closes #4899 [Rick Olson]
398
-
399
- * 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]
400
-
401
- * Don't generate a components directory in new Rails apps. [Jeremy Kemper]
402
-
403
- * Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH]
404
-
405
- * 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]
406
-
407
- * Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH]
408
-
409
- * Update initializer to load Rails::VERSION as soon as possible. Closes #6698. [Nicholas Seckar]
410
-
411
- * 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]
412
-
413
- * Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give you 1.1.6.4520 if available [DHH]
414
-
415
- * Update to Prototype and script.aculo.us [5579]. [Thomas Fuchs]
416
-
417
- * Made script/server work with -e and -d when using Mongrel [DHH]
418
-
419
- * Update to Prototype 1.5.0_rc2 [5550] which makes it work in Opera again [Thomas Fuchs]
420
-
421
- * Make sure that exceptions which are thrown outside of the user code try their best to be handeled in ApplicationController#rescue_action [Tobias Luetke]
422
-
423
- * Rails::VERSION::STRING should always be available without having to require 'rails/version'. #6244 [fearoffish]
424
-
425
- * Update to Prototype 1.5.0_rc2. [Sam Stephenson]
426
-
427
- * Add grep-based fallback to reaper, to work in pidless setups [Jamis Buck]
428
-
429
- * 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]
430
-
431
- * Alter prior change to use require_dependency instead of require_or_load. Causes ApplicationController to be reloaded again. Closes #6587. [Nicholas Seckar]
432
-
433
- * Rake: use absolute paths to load lib and vendor tasks so they may be run outside of RAILS_ROOT. #6584 [jchris]
434
-
435
- * Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. [Nicholas Seckar]
436
-
437
- * scaffold_resource generator uses _path named routes and head instead of render :nothing => true. #6545 [Josh Susser]
438
-
439
- * Generator can show diff on file collision to help you decide whether to skip or overwrite. #6364 [jeffw, Jeremy Kemper]
440
-
441
- * Generated directories are recursively svn added, like mkdir -p. #6416 [NeilW]
442
-
443
- * resource and scaffold_resource generators add a restful route to config/routes.rb [Jeremy Kemper]
444
-
445
- * Revert environment changes for autoload_paths. [Koz]
446
-
447
- * 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]
448
-
449
- * Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
450
-
451
- * Added option to script/process/spawner of specifying the binding address #5133 [zsombor]
452
-
453
- * Update environment.rb comments to include config.autoload_paths. Closes #6478 [caio]
454
-
455
- * Update scaffold to use new form_tag block functionality. Closes #6480. [BobSilva]
456
-
457
- * Plugin generator: check for class collisions. #4833 [vinbarnes@gmail.com]
458
-
459
- * Mailer generator: handle mailers in modules, set mime_version in unit test. [Jeremy Kemper]
460
-
461
- * Set $KCODE to 'u' by default to enable the multibyte safe String#chars proxy. [Koz]
462
-
463
- * 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:
464
-
465
- config.plugins = %w[ routing_navigator simply_helpful ]
466
-
467
- * Clean up html on included error pages. [Tim Lucas]
468
-
469
- * Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH]
470
-
471
- * Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs]
472
-
473
- * PostgreSQL: db:test:purge closes open database connections first. #6236 [alex]
474
-
475
- * Fixed test:uncommitted on Windows (backslash issue) #4999 [paul@paulbutcher.com]
476
-
477
- * Fixed migration creation to work with namespaced models, so script/generate model Gallery::Image will use create_table :gallery_images #6327 [BobSilva]
478
-
479
- * Fixed rename_table on SQLite tables with indexes defined #5942 [brandon@opensoul.org]
480
-
481
- * Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH]
482
-
483
- * Added generated attribute options to script/generate model, like the one found in scaffold_resource and resource [DHH]. Examples:
484
-
485
- ./script/generate model post title:string created_on:date body:text published:boolean
486
-
487
- * Added script/generate resource which works just like scaffold_resource, but creates empty placeholders instead of predefined [DHH]
488
-
489
- * script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie, dlpond]
490
- #!/usr/bin/env /path/to/my/app/script/runner
491
- # Example: just start using your models as if you are in script/console
492
- Product.find(:all).each { |product| product.check_inventory }
493
-
494
- * Look for rake tasks in plugin subdirs. #6259 [obrie]
495
-
496
- * Added map.connect ':controller/:action/:id.:format' as a default route to config/routes.rb [DHH]
497
-
498
- * Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
499
-
500
- - XPATH support
501
- - Make Form.getElements() return elements in the correct order
502
- - fix broken Form.serialize return
503
-
504
- * session_migration generator adds an index on updated_at. #6207 [grg]
505
-
506
- * script/server creates the tmp/pids directory. #6204 [jonathan]
507
-
508
- * Fix script/console --sandbox for internal transactions changes. #5738 [chris@octopod.info, charles.gerungan@gmail.com]
509
-
510
- * 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
511
- documented in initializer.rb, the workaround is:
512
-
513
- config.autoload_paths += Dir[RAILS_ROOT + '/app/models/*/']
514
-
515
- References #6031. [Nicholas Seckar]
516
-
517
- * Update to script.aculo.us 1.6.3 [Thomas Fuchs]
518
-
519
- * Update to Prototype 1.5.0_rc1 [sam]
520
-
521
- * Formally Deprecate the old rake tasks. [Koz]
522
-
523
- * Thoroughly test the FCGI dispatcher. #5970 [Kevin Clark]
524
-
525
- * Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad path errors when trying to load config/routes.rb. [Rick Olson]
526
-
527
- * Tighten rescue clauses. #5985 [james@grayproductions.net]
528
-
529
- * Cleaning up tests. [Kevin Clark, Jeremy Kemper]
530
-
531
- * Add Dependencies.load_once_paths. [Nicholas Seckar]
532
-
533
- * Updated to script.aculo.us 1.6.2 [Thomas Fuchs]
534
-
535
- * Assign Routing.controller_paths; fix script/about and rails info controller. [Nicholas Seckar]
536
-
537
- * Don't warn dispatcher of Reloadable deprecations. [Nicholas Seckar]
538
-
539
- * Rearrange application resetting and preparation, fix bug with leaking subclasses hash in ActiveRecord::Base [Rick Olson]
540
-
541
- ActiveRecord::Base.reset_subclasses is called before Dependencies are cleared and classes removed.
542
- ActiveRecord::Base.instantiate_observers is called during a Dispatcher preparation callback.
543
-
544
- * Add missing mock directories from the autoload_paths configuration. [Rick Olson]
545
-
546
- * Nested controller scaffolding also nests the generated layout. [iain d broadfoot]
547
-
548
- * Add "require 'dispatcher'" to webrick server in the continuing quest to squash webrick weirdness. [Nicholas Seckar]
549
-
550
- * Add autoload_paths support to Initializer. [Nicholas Seckar]
551
-
552
- * Fix Dispatcher.reset_application! so that AR subclasses are removed and Observers re-initialized *after* Reloadable classes are removed. Closes #5743. [Rick Olson]
553
-
554
- * Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]
555
-
556
- * Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar]
557
-
558
- * Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
559
-
560
- * Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p #5465 [mats@imediatec.co.uk]
561
-
562
- * script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]
563
-
564
- * Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
565
-
566
- * Make sure script/reaper only reaps dispatcher pids by default, and not the spawner's pid. [Jamis Buck]
567
-
568
- * Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]
569
-
570
- * Dispatcher processes rescued actions with the same controller that processed the request. #4625 [sd@notso.net]
571
-
572
- * rails -d frontbase to create a new project with a frontbase database.yml. #4945 [mlaster@metavillage.com]
573
-
574
- * Ensure the logger is initialized. #5629 [mike@clarkware.com]
575
-
576
- * Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will be the default choice if installed, otherwise FCGI is tried [DHH]. Examples:
577
-
578
- spawner # starts instances on 8000, 8001, and 8002 using Mongrel if available
579
- spawner fcgi # starts instances on 8000, 8001, and 8002 using FCGI
580
- spawner mongrel -i 5 # starts instances on 8000, 8001, 8002, 8003, and 8004 using Mongrel
581
- spawner -p 9100 -i 10 # starts 10 instances counting from 9100 to 9109 using Mongrel if available
582
- spawner -p 9100 -r 5 # starts 3 instances counting from 9100 to 9102 and attempts start them every 5 seconds
583
-
584
- 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.
585
-
586
- * Update scaffolding functional tests to use :id => people(:first) instead of :id => 1. #5612 [evan@protest.net]
587
-
588
- * db:test:clone should remove existing tables before reloading the schema. #5607 [sveit@tradeharbor.com]
589
-
590
- * Fixed migration generation for class names like ACLController #5197 [brad@madriska.com]
591
-
592
- * Added show_source_list and show_call_stack to breakpoints to make it easier to get context #5476 [takiuchi@drecom.co.jp]. Examples:
593
-
594
- irb(#<TopController:0x40822a68>):002:0> show_source_list
595
- 0001 class TopController < ApplicationController
596
- 0002 def show
597
- 0003-> breakpoint
598
- 0004 end
599
- 0005
600
- 0006 def index
601
- 0007 end
602
- 0008
603
- => "/path/to/rails/root/app/controllers/top_controller.rb"
604
-
605
- irb(#<TopController:0x40822a68>):004:0> show_call_stack 3
606
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
607
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
608
- app/controllers/top_controller.rb:3:in `show'
609
- => "/path/to/rails/root/app/controllers/top_controller.rb:3"
610
-
611
- * Generate scaffold layout in subdirectory appropriate to its module nesting. #5511 [nils@alumni.rice.edu]
612
-
613
- * Mongrel: script/server tails the rails log like it does with lighttpd. Prefer mongrel over lighttpd. #5541 [mike@clarkware.com]
614
-
615
- * Don't assume Active Record is available. #5497 [bob@sporkmonger.com]
616
-
617
- * Mongrel: script/server works on Win32. #5499 [jeremydurham@gmail.com]
618
-
619
- * Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. [nicksieger@gmail.com]
620
-
621
- * Mongrel support for script/server. #5475 [jeremydurham@gmail.com]
622
-
623
- * Fix script/plugin so it doesn't barf on invalid URLs [Rick]
624
-
625
- * Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
626
-
627
- * Fix bug with 'script/plugin install' so it reports unknown plugin names correctly. [Rick]
628
-
629
- * 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]
630
-
631
- * Create temporary dirs relative to RAILS_ROOT when running script/server #5014 [elliot@townx.org]
632
-
633
- * Minor tweak to dispatcher to use recognize instead of recognize!, as per the new routes. [Jamis Buck]
634
-
635
- * Make "script/plugin install" work with svn+ssh URLs. [Sam Stephenson]
636
-
637
- * Added lib/ to the directories that will get application docs generated [DHH]
638
-
639
- * Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]
640
-
641
- * Session migration generator obeys pluralize_table_names. #5145 [james.adam@gmail.com]
642
-
643
- * rake test:recent understands subdirectories. #2925 [jerrett@bravenet.com]
644
-
645
- * The app generator detects the XAMPP package's MySQL socket location. #3832 [elliot@townx.org]
646
-
647
- * 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]
648
-
649
- * Distinguish the spawners for different processes [DHH]
650
-
651
- * Added -n/--process to script/process/spawner name the process pid (default is dispatch) [DHH]
652
-
653
- * Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov]
654
-
655
- * Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
656
-
657
- * Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]
658
-
659
- * 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]
660
-
661
-
662
- *1.2.3* (March 12th, 2007)
663
-
664
- * Ruby 1.8.6 compatibility
665
-
666
- * Windows: include MinGW in RUBY_PLATFORM check. #2982 [okkez000@gmail.com, Kaspar Schiess]
667
-
668
- * Stop swallowing errors during rake test [Koz]
669
-
670
-
671
- *1.2.2* (February 5th, 2007)
672
-
673
- * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
674
-
675
- * Require the dispatcher for Rails::Configuration#to_prepare. [Rick]
676
-
677
-
678
- *1.2.1* (January 16th, 2007)
679
-
680
- * Updated to Active Record 1.15.1, Action Pack 1.13.1, Action Mailer 1.3.1, Action Web Service 1.2.1
681
-
682
-
683
- *1.2.0* (January 16th, 2007)
684
-
685
- * Update to Prototype 1.5.0. [Sam Stephenson]
686
-
687
- * Generator: use destination path for diff tempfiles. #7015 [alfeld]
688
-
689
- * Fixed that webrick would strip leading newlines and hang connection #4156 [psross]
690
-
691
- * Ensure plugins are in the Dependencies.load_once_paths collection by default. [Rick]
692
- If you really want your plugins to reload, add this to the very top of init.rb:
693
-
694
- Dependencies.load_once_paths.delete(lib_path)
695
-
696
- * Fix scaffold_resource generator so it respects the --pretend argument when creating the routes file. Closes #6852 [fearoffish]
697
-
698
- * Fix Webrick Daemon dispatching bug regarding a bad current working directory. Closes #4899 [Rick Olson]
699
-
700
- * 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]
701
-
702
- * Don't generate a components directory in new Rails apps. [Jeremy Kemper]
703
-
704
- * Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH]
705
-
706
- * Deprecated the name route "root" as it'll be used as a shortcut for map.connect '' in Rails 2.0 [DHH]
707
-
708
- * Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH]
709
-
710
- * Update initializer to load Rails::VERSION as soon as possible. Closes #6698. [Nicholas Seckar]
711
-
712
- * 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]
713
-
714
- * Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give you 1.1.6.4520 if available [DHH]
715
-
716
- * Update to Prototype and script.aculo.us [5579]. [Sam Stephenson, Thomas Fuchs]
717
-
718
- * Made script/server work with -e and -d when using Mongrel [DHH]
719
-
720
- * Make sure that exceptions which are thrown outside of the user code try their best to be handeled in ApplicationController#rescue_action [Tobias Luetke]
721
-
722
- * Rails::VERSION::STRING should always be available without having to require 'rails/version'. #6244 [fearoffish]
723
-
724
- * Add grep-based fallback to reaper, to work in pidless setups [Jamis Buck]
725
-
726
- * 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]
727
-
728
- * Alter prior change to use require_dependency instead of require_or_load. Causes ApplicationController to be reloaded again. Closes #6587. [Nicholas Seckar]
729
-
730
- * Rake: use absolute paths to load lib and vendor tasks so they may be run outside of RAILS_ROOT. #6584 [jchris]
731
-
732
- * scaffold_resource generator uses _path named routes and head instead of render :nothing => true. #6545 [Josh Susser]
733
-
734
- * Generator can show diff on file collision to help you decide whether to skip or overwrite. #6364 [jeffw, Jeremy Kemper]
735
-
736
- * Generated directories are recursively svn added, like mkdir -p. #6416 [NeilW]
737
-
738
- * resource and scaffold_resource generators add a restful route to config/routes.rb [Jeremy Kemper]
739
-
740
- * Revert environment changes for autoload_paths. [Koz]
741
-
742
- * Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
743
-
744
- * Added option to script/process/spawner of specifying the binding address #5133 [zsombor]
745
-
746
- * Update environment.rb comments to include config.autoload_paths. Closes #6478 [caio]
747
-
748
- * Update scaffold to use new form_tag block functionality. Closes #6480. [BobSilva]
749
-
750
- * Plugin generator: check for class collisions. #4833 [vinbarnes@gmail.com]
751
-
752
- * Mailer generator: handle mailers in modules, set mime_version in unit test. [Jeremy Kemper]
753
-
754
- * Set $KCODE to 'u' by default to enable the multibyte safe String#chars proxy. [Koz]
755
-
756
- * 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:
757
-
758
- config.plugins = %w[ routing_navigator simply_helpful ]
759
-
760
- * Clean up html on included error pages. [Tim Lucas]
761
-
762
- * Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH]
763
-
764
- * Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs]
765
-
766
- * PostgreSQL: db:test:purge closes open database connections first. #6236 [alex]
767
-
768
- * Fixed test:uncommitted on Windows (backslash issue) #4999 [paul@paulbutcher.com]
769
-
770
- * Fixed migration creation to work with namespaced models, so script/generate model Gallery::Image will use create_table :gallery_images #6327 [BobSilva]
771
-
772
- * Fixed rename_table on SQLite tables with indexes defined #5942 [brandon@opensoul.org]
773
-
774
- * Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH]
775
-
776
- * Added generated attribute options to script/generate model, like the one found in scaffold_resource and resource [DHH]. Examples:
777
-
778
- ./script/generate model post title:string created_on:date body:text published:boolean
779
-
780
- * Added script/generate resource which works just like scaffold_resource, but creates empty placeholders instead of predefined [DHH]
781
-
782
- * script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie, dlpond]
783
- #!/usr/bin/env /path/to/my/app/script/runner
784
- # Example: just start using your models as if you are in script/console
785
- Product.find(:all).each { |product| product.check_inventory }
786
-
787
- * Look for rake tasks in plugin subdirs. #6259 [obrie]
788
-
789
- * Added map.connect ':controller/:action/:id.:format' as a default route to config/routes.rb [DHH]
790
-
791
- * session_migration generator adds an index on updated_at. #6207 [grg]
792
-
793
- * script/server creates the tmp/pids directory. #6204 [jonathan]
794
-
795
- * Fix script/console --sandbox for internal transactions changes. #5738 [chris@octopod.info, charles.gerungan@gmail.com]
796
-
797
- * 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
798
- documented in initializer.rb, the workaround is:
799
-
800
- config.autoload_paths += Dir[RAILS_ROOT + '/app/models/*/']
801
-
802
- References #6031. [Nicholas Seckar]
803
-
804
- * Update to script.aculo.us 1.6.3 [Thomas Fuchs]
805
-
806
- * Formally Deprecate the old rake tasks. [Koz]
807
-
808
- * Thoroughly test the FCGI dispatcher. #5970 [Kevin Clark]
809
-
810
- * Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad path errors when trying to load config/routes.rb. [Rick Olson]
811
-
812
- * Tighten rescue clauses. #5985 [james@grayproductions.net]
813
-
814
- * Cleaning up tests. [Kevin Clark, Jeremy Kemper]
815
-
816
- * Add Dependencies.load_once_paths. [Nicholas Seckar]
817
-
818
- * Assign Routing.controller_paths; fix script/about and rails info controller. [Nicholas Seckar]
819
-
820
- * Don't warn dispatcher of Reloadable deprecations. [Nicholas Seckar]
821
-
822
- * Rearrange application resetting and preparation, fix bug with leaking subclasses hash in ActiveRecord::Base [Rick Olson]
823
-
824
- ActiveRecord::Base.reset_subclasses is called before Dependencies are cleared and classes removed.
825
- ActiveRecord::Base.instantiate_observers is called during a Dispatcher preparation callback.
826
-
827
- * Add missing mock directories from the autoload_paths configuration. [Rick Olson]
828
-
829
- * Nested controller scaffolding also nests the generated layout. [iain d broadfoot]
830
-
831
- * Add "require 'dispatcher'" to webrick server in the continuing quest to squash webrick weirdness. [Nicholas Seckar]
832
-
833
- * Add autoload_paths support to Initializer. [Nicholas Seckar]
834
-
835
- * Fix Dispatcher.reset_application! so that AR subclasses are removed and Observers re-initialized *after* Reloadable classes are removed. Closes #5743. [Rick Olson]
836
-
837
- * Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]
838
-
839
- * Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar]
840
-
841
- * Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
842
-
843
- * Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p #5465 [mats@imediatec.co.uk]
844
-
845
- * script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]
846
-
847
- * Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
848
-
849
- * Make sure script/reaper only reaps dispatcher pids by default, and not the spawner's pid. [Jamis Buck]
850
-
851
- * Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]
852
-
853
- * Dispatcher processes rescued actions with the same controller that processed the request. #4625 [sd@notso.net]
854
-
855
- * rails -d frontbase to create a new project with a frontbase database.yml. #4945 [mlaster@metavillage.com]
856
-
857
- * Ensure the logger is initialized. #5629 [mike@clarkware.com]
858
-
859
- * Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will be the default choice if installed, otherwise FCGI is tried [DHH]. Examples:
860
-
861
- spawner # starts instances on 8000, 8001, and 8002 using Mongrel if available
862
- spawner fcgi # starts instances on 8000, 8001, and 8002 using FCGI
863
- spawner mongrel -i 5 # starts instances on 8000, 8001, 8002, 8003, and 8004 using Mongrel
864
- spawner -p 9100 -i 10 # starts 10 instances counting from 9100 to 9109 using Mongrel if available
865
- spawner -p 9100 -r 5 # starts 3 instances counting from 9100 to 9102 and attempts start them every 5 seconds
866
-
867
- 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.
868
-
869
- * Update scaffolding functional tests to use :id => people(:first) instead of :id => 1. #5612 [evan@protest.net]
870
-
871
- * db:test:clone should remove existing tables before reloading the schema. #5607 [sveit@tradeharbor.com]
872
-
873
- * Fixed migration generation for class names like ACLController #5197 [brad@madriska.com]
874
-
875
- * Added show_source_list and show_call_stack to breakpoints to make it easier to get context #5476 [takiuchi@drecom.co.jp]. Examples:
876
-
877
- irb(#<TopController:0x40822a68>):002:0> show_source_list
878
- 0001 class TopController < ApplicationController
879
- 0002 def show
880
- 0003-> breakpoint
881
- 0004 end
882
- 0005
883
- 0006 def index
884
- 0007 end
885
- 0008
886
- => "/path/to/rails/root/app/controllers/top_controller.rb"
887
-
888
- irb(#<TopController:0x40822a68>):004:0> show_call_stack 3
889
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
890
- vendor/rails/railties/lib/breakpoint.rb:536:in `breakpoint'
891
- app/controllers/top_controller.rb:3:in `show'
892
- => "/path/to/rails/root/app/controllers/top_controller.rb:3"
893
-
894
- * Generate scaffold layout in subdirectory appropriate to its module nesting. #5511 [nils@alumni.rice.edu]
895
-
896
- * Mongrel: script/server tails the rails log like it does with lighttpd. Prefer mongrel over lighttpd. #5541 [mike@clarkware.com]
897
-
898
- * Don't assume Active Record is available. #5497 [bob@sporkmonger.com]
899
-
900
- * Mongrel: script/server works on Win32. #5499 [jeremydurham@gmail.com]
901
-
902
- * Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. [nicksieger@gmail.com]
903
-
904
- * Mongrel support for script/server. #5475 [jeremydurham@gmail.com]
905
-
906
- * Fix script/plugin so it doesn't barf on invalid URLs [Rick]
907
-
908
- * Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
909
-
910
- * Fix bug with 'script/plugin install' so it reports unknown plugin names correctly. [Rick]
911
-
912
- * 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]
913
-
914
- * Create temporary dirs relative to RAILS_ROOT when running script/server #5014 [elliot@townx.org]
915
-
916
- * Minor tweak to dispatcher to use recognize instead of recognize!, as per the new routes. [Jamis Buck]
917
-
918
- * Make "script/plugin install" work with svn+ssh URLs. [Sam Stephenson]
919
-
920
- * Added lib/ to the directories that will get application docs generated [DHH]
921
-
922
- * Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]
923
-
924
- * Session migration generator obeys pluralize_table_names. #5145 [james.adam@gmail.com]
925
-
926
- * rake test:recent understands subdirectories. #2925 [jerrett@bravenet.com]
927
-
928
- * The app generator detects the XAMPP package's MySQL socket location. #3832 [elliot@townx.org]
929
-
930
- * 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]
931
-
932
- * Distinguish the spawners for different processes [DHH]
933
-
934
- * Added -n/--process to script/process/spawner name the process pid (default is dispatch) [DHH]
935
-
936
- * Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov]
937
-
938
- * Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
939
-
940
- * Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]
941
-
942
- * 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]
943
-
944
-
945
- *1.1.6* (August 10th, 2006)
946
-
947
- * Additional security patch
948
-
949
-
950
- *1.1.5* (August 8th, 2006)
951
-
952
- * Mention in docs that config.frameworks doesn't work when getting Rails via Gems. #4857 [Alisdair McDiarmid]
953
-
954
- * Change the scaffolding layout to use yield rather than @content_for_layout. [Marcel Molina Jr.]
955
-
956
- * Includes critical security patch
957
-
958
-
959
- *1.1.4* (June 29th, 2006)
960
-
961
- * Remove use of opts.on { |options[:name] } style hash assignment. References #4440. [headius@headius.com]
962
-
963
- * Updated to Action Pack 1.12.3, ActionWebService 1.1.4, ActionMailer 1.2.3
964
-
965
-
966
- *1.1.3* (June 27th, 2006)
967
-
968
- * Updated to Active Record 1.14.3, Action Pack 1.12.2, ActionWebService 1.1.3, ActionMailer 1.2.2
969
-
970
-
971
- *1.1.2* (April 9th, 2006)
972
-
973
- * Mention in docs that config.frameworks doesn't work when getting Rails via Gems. Closes #4857. [Alisdair McDiarmid]
974
-
975
- * Change the scaffolding layout to use yield rather than @content_for_layout. [Marcel Molina Jr.]
976
-
977
- * Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH]
978
-
979
- * Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH]
980
-
981
-
982
- *1.1.1* (April 6th, 2006)
983
-
984
- * Enhances plugin#discover allowing it to discover svn:// like URIs (closes #4565) [ruben.nine@gmail.com]
985
-
986
- * Update to Prototype 1.5.0_rc0 [Sam Stephenson]
987
-
988
- * Fixed that the -r/--ruby path option of the rails command was not being respected #4549 [ryan.raaum@gmail.com]
989
-
990
- * 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]
991
-
992
- * Fixed that rake clone_structure_to_test should quit on pgsql if the dump is unsuccesful #4585 [augustz@augustz.com]
993
-
994
- * Fixed that rails --version should have the return code of 0 (success) #4560 [blair@orcaware.com]
995
-
996
- * Install alias so Rails::InfoController is accessible at /rails_info. Closes #4546. [Nicholas Seckar]
997
-
998
- * Fixed that spawner should daemonize if running in repeat mode [DHH]
999
-
1000
- * 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]
1001
-
1002
- * Applied Prototype $() performance patches (#4465, #4477) and updated script.aculo.us [Sam Stephenson, Thomas Fuchs]
1003
-
1004
- * Use --simple-prompt instead of --prompt-mode simple for console compatibility with Windows/Ruby 1.8.2 #4532 [starr@starrnhorne.com]
1005
-
1006
- * Make Rails::VERSION implicitly loadable #4491. [Nicholas Seckar]
1007
-
1008
- * Fixed rake rails:freeze:gems #4518 [benji@silverinsanity.com]
1009
-
1010
- * Added -f/--freeze option to rails command for freezing the application to the Rails version it was generated with [DHH]
1011
-
1012
- * Added gem binding of apps generated through the rails command to the gems of they were generated with [Nicholas Seckar]
1013
-
1014
- * Added expiration settings for JavaScript, CSS, HTML, and images to default lighttpd.conf [DHH]
1015
-
1016
- * Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf [DHH]
1017
-
1018
- * Avoid passing escapeHTML non-string in Rails' info controller [Nicholas Seckar]
1019
-
1020
-
1021
- *1.1.0* (March 27th, 2006)
1022
-
1023
- * Allow db:fixtures:load to load a subset of the applications fixtures. [Chad Fowler]
1024
-
1025
- ex.
1026
-
1027
- rake db:fixtures:load FIXTURES=customers,plans
1028
-
1029
- * Update to Prototype 1.5.0_pre1 [Sam Stephenson]
1030
-
1031
- * Update to script.aculo.us 1.6 [Thomas Fuchs]
1032
-
1033
- * Add an integration_test generator [Jamis Buck]
1034
-
1035
- * 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.]
1036
-
1037
- ex.
1038
-
1039
- >> puts helper.options_for_select([%w(a 1), %w(b 2), %w(c 3)])
1040
- <option value="1">a</option>
1041
- <option value="2">b</option>
1042
- <option value="3">c</option>
1043
- => nil
1044
-
1045
- * Replaced old session rake tasks with db:sessions:create to generate a migration, and db:sessions:clear to remove sessions. [Rick Olson]
1046
-
1047
- * Reject Ruby 1.8.3 when loading Rails; extract version checking code. [Chad Fowler]
1048
-
1049
- * Remove explicit loading of RailsInfo and RailsInfoController. [Nicholas Seckar]
1050
-
1051
- * Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. [Nicholas Seckar]
1052
-
1053
- * Extend load path with Railties' builtin directory to make adding support code easy. [Nicholas Seckar]
1054
-
1055
- * Fix the rails_info controller by explicitly loading it, and marking it as not reloadable. [Nicholas Seckar]
1056
-
1057
- * Fixed rails:freeze:gems for Windows #3274 [paul@paulbutcher.com]
1058
-
1059
- * 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]
1060
-
1061
- * Add verification to generated scaffolds, don't allow get for unsafe actions [Michael Koziarski]
1062
-
1063
- * Don't replace application.js in public/javascripts if it already exists [Cody Fauser]
1064
-
1065
- * Change test:uncommitted to delay execution of `svn status` by using internal Rake API's. [Nicholas Seckar]
1066
-
1067
- * Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. [rob.rasmussen@gmail.com]
1068
-
1069
- * Use the Rake API instead of shelling out to create the tmp directory in commands/server.rb. [Chad Fowler]
1070
-
1071
- * Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TODO: Clearer exceptions [Rick Olson]
1072
-
1073
- * Added tracking of database and framework versions in script/about #4088 [charles.gerungan@gmail.com/Rick Olson]
1074
-
1075
- * Added public/javascripts/application.js as a sample since it'll automatically be included in javascript_include_tag :defaults [DHH]
1076
-
1077
- * Added socket cleanup for lighttpd, both before and after [DHH]
1078
-
1079
- * Added automatic creation of tmp/ when running script/server [DHH]
1080
-
1081
- * Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH]
1082
-
1083
- * Added reload! method to script/console to reload all models and others that include Reloadable without quitting the console #4056 [esad@esse.at]
1084
-
1085
- * 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]
1086
-
1087
- * Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd.conf #3999 [thijs@fngtps.com]
1088
-
1089
- * Added test:uncommitted to test changes since last checkin to Subversion #4035 [technomancy@gmail.com]
1090
-
1091
- * Help script/about print the correct svn revision when in a non-English locale. #4026 [babie7a0@ybb.ne.jp]
1092
-
1093
- * Add 'app' accessor to script/console as an instance of Integration::Session [Jamis Buck]
1094
-
1095
- * Generator::Base#usage takes an optional message argument which defaults to Generator::Base#usage_message. [Jeremy Kemper]
1096
-
1097
- * Remove the extraneous AR::Base.threaded_connections setting from the webrick server. [Jeremy Kemper]
1098
-
1099
- * Add integration test support to app generation and testing [Jamis Buck]
1100
-
1101
- * 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]
1102
-
1103
- * 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]
1104
-
1105
- * 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]
1106
-
1107
- * Added collision option to template generation in generators #3329 [anna@wota.jp]. Examples:
1108
-
1109
- m.template "stuff.config" , "config/stuff.config" , :collision => :skip
1110
- m.template "auto-stamping", "config/generator.log", :collision => :force
1111
-
1112
- * Added more information to script/plugin's doings to ease debugging #3755 [Rick Olson]
1113
-
1114
- * Changed the default configuration for lighttpd to use tmp/sockets instead of log/ for the FastCGI sockets [DHH]
1115
-
1116
- * 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]
1117
-
1118
- * 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]
1119
-
1120
- * Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the Rails skeleton [DHH]
1121
-
1122
- * 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]
1123
-
1124
- * 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]
1125
-
1126
- * Allow script/server -c /path/to/lighttpd.conf [Jeremy Kemper]
1127
-
1128
- * Remove hardcoded path to reaper script in script/server [Jeremy Kemper]
1129
-
1130
- * Update script.aculo.us to V1.5.3 [Thomas Fuchs]
1131
-
1132
- * 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]
1133
-
1134
- * 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]
1135
-
1136
- * 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]
1137
-
1138
- * 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]
1139
-
1140
- * Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet #3433 [tom@craz8.com]
1141
-
1142
- * Fixed documentation tasks to work with Rake 0.7.0 #3563 [kazuhiko@fdiary.net]
1143
-
1144
- * Update to Prototype 1.5.0_pre0 [Sam Stephenson]
1145
-
1146
- * Sort the list of plugins so we load in a consistent order [Rick Olson]
1147
-
1148
- * Show usage when script/plugin is called without arguments [tom@craz8.com]
1149
-
1150
- * Corrected problems with plugin loader where plugins set 'name' incorrectly #3297 [anna@wota.jp]
1151
-
1152
- * Make migration generator only report on exact duplicate names, not partial dupliate names. #3442 [jeremy@planetargon.com Marcel Molina Jr.]
1153
-
1154
- * Fix typo in mailer generator USAGE. #3458 [chriztian.steinmeier@gmail.com]
1155
-
1156
- * Ignore version mismatch between pg_dump and the database server. #3457 [simon.stapleton@gmail.com]
1157
-
1158
- * Reap FCGI processes after lighttpd exits. [Sam Stephenson]
1159
-
1160
- * Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
1161
-
1162
- *1.0.0* (December 13th, 2005)
1163
-
1164
- * Update instructions on how to find and install generators. #3172. [Chad Fowler]
1165
-
1166
- * Generator looks in vendor/generators also. [Chad Fowler]
1167
-
1168
- * Generator copies files in binary mode. #3156 [minimudboy@gmail.com]
1169
-
1170
- * Add builtin/ to the gemspec. Closes #3047. [Nicholas Seckar, Sam Stephenson]
1171
-
1172
- * Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. [Marcel Molina Jr.]
1173
-
1174
- * Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it. [Sam Stephenson]
1175
-
1176
- * Make load_fixtures include csv fixtures. #3053. [me@mdaines.com]
1177
-
1178
- * Fix freeze_gems so that the latest rails version is dumped by default. [Nicholas Seckar]
1179
-
1180
- * script/plugin: handle root paths and plugin names which contain spaces. #2995 [justin@aspect.net]
1181
-
1182
- * Model generator: correct relative path to test_helper in unit test. [Jeremy Kemper]
1183
-
1184
- * Make the db_schema_dump task honor the SCHEMA environment variable if present the way db_schema_import does. #2931. [Blair Zajac]
1185
-
1186
- * Have the lighttpd server script report the actual ip to which the server is bound. #2903. [Adam]
1187
-
1188
- * 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]
1189
-
1190
- * Make help for the console command more explicit about how to specify the desired environment in which to run the console. #2911. [anonymous]
1191
-
1192
- * PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify the template0 template when creating a fresh test database. #2964 [dreamer3@gmail.com]
1193
-
1194
- * Introducing the session_migration generator. Creates an add_session_table migration. Allows generator to specify migrations directory. #2958, #2960 [Rick Olson]
1195
-
1196
- * script/console uses RAILS_ENV environment variable if present. #2932 [Blair Zajac <blair@orcaware.com>
1197
-
1198
- * Windows: eliminate the socket option in database.yml. #2924 [Wayne Vucenic <waynev@gmail.com>]
1199
-
1200
- * Eliminate nil from newly generated logfiles. #2927 [Blair Zajac <blair@orcaware.com>]
1201
-
1202
- * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
1203
-
1204
- * 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]
1205
-
1206
- * SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. #2846 [Rick Olson]
1207
-
1208
- * Make sure that legacy db tasks also reference :database for SQLite #2830 [kazuhiko@fdiary.net]
1209
-
1210
- * Pass __FILE__ when evaluating plugins' init.rb. #2817 [james.adam@gmail.com]
1211
-
1212
- * Better svn status matching for generators. #2814 [François Beausoleil <francois.beausoleil@gmail.com>, Blair Zajac <blair@orcaware.com>]
1213
-
1214
- * Don't reload routes until plugins have been loaded so they have a chance to extend the routing capabilities [DHH]
1215
-
1216
- * Don't detach or fork for script/server tailing [Nicholas Seckar]
1217
-
1218
- * 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]
1219
-
1220
- * 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
1221
-
1222
- * Correct versioning in :freeze_gems Rake task. #2778 [jakob@mentalized.net, Jeremy Kemper]
1223
-
1224
- * 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]
1225
-
1226
-
1227
- *0.14.3 (RC4)* (November 7th, 2005)
1228
-
1229
- * Add 'add_new_scripts' rake task for adding new rails scripts to script/* [Jamis Buck]
1230
-
1231
- * Remove bogus hyphen from script/process/reaper calls to 'ps'. #2767 [anonymous]
1232
-
1233
- * Copy lighttpd.conf when it is first needed, instead of on app creation [Jamis Buck]
1234
-
1235
- * Use require_library_or_gem 'fcgi' in script/server [Sam Stephenson]
1236
-
1237
- * 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]
1238
-
1239
- * 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]
1240
-
1241
- * Plugins are discovered in nested paths, so you can organize your plugins directory as you like. [Jeremy Kemper]
1242
-
1243
- * Refactor load_plugin from load_plugins. #2757 [alex.r.moon@gmail.com]
1244
-
1245
- * Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info [Sam Stephenson]
1246
-
1247
- * Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. [Chad Fowler]
1248
-
1249
- * Added script/about to display formatted Rails::Info output [Sam Stephenson]
1250
-
1251
- * Added Rails::Info to catalog assorted information about a Rails application's environment [Sam Stephenson]
1252
-
1253
- * Tail the logfile when running script/server lighttpd in the foreground [Sam Stephenson]
1254
-
1255
- * Try to guess the port number from config/lighttpd.conf in script/server lighttpd [Sam Stephenson]
1256
-
1257
- * Don't reap spawn-fcgi. #2727 [matthew@walker.wattle.id.au]
1258
-
1259
- * Reaper knows how to find processes even if the dispatch path is very long. #2711 [matthew@walker.wattle.id.au]
1260
-
1261
- * Make fcgi handler respond to TERM signals with an explicit exit [Jamis Buck]
1262
-
1263
- * Added demonstration of fixture use to the test case generated by the model generator [DHH]
1264
-
1265
- * If specified, pass PostgreSQL client character encoding to createdb. #2703 [Kazuhiko <kazuhiko@fdiary.net>]
1266
-
1267
- * Catch CGI multipart parse errors. Wrap dispatcher internals in a failsafe response handler. [Jeremy Kemper]
1268
-
1269
- * 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]
1270
-
1271
- * 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]
1272
-
1273
- * 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]
1274
-
1275
- * Comment database.yml and include PostgreSQL and SQLite examples. [Jeremy Kemper]
1276
-
1277
- * Improve script/plugin on Windows. #2646 [Chad Fowler]
1278
-
1279
- * The *_plugindoc Rake tasks look deeper into the plugins' lib directories. #2652 [bellis@deepthought.org]
1280
-
1281
- * The PostgreSQL :db_structure_dump Rake task limits its dump to the schema search path in database.yml. [Anatol Pomozov <anatol.pomozov@gmail.com>]
1282
-
1283
- * Add task to generate rdoc for all installed plugins. [Marcel Molina]
1284
-
1285
- * Update script.aculo.us to V1.5_rc4 [Thomas Fuchs]
1286
-
1287
- * Add default Mac + DarwinPorts MySQL socket locations to the app generator. [Jeremy Kemper]
1288
-
1289
- * Migrations may be destroyed: script/destroy migration foo. #2635 [Charles M. Gerungan <charles.gerungan@gmail.com>, Jamis Buck, Jeremy Kemper]
1290
-
1291
- * 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]
1292
-
1293
- * Removed app/apis as a default empty dir since its automatically created when using script/generate web_service [DHH]
1294
-
1295
- * Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Tomayko]
1296
-
1297
- * Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or specify with PLUGIN=name) [DHH]
1298
-
1299
- * Added plugin generator to create a stub structure for a new plugin in vendor/plugins (see "script/generate plugin" for help) [DHH]
1300
-
1301
- * Fixed scaffold generator when started with only 1 parameter #2609 [self@mattmower.com]
1302
-
1303
- * rake should run functional tests even if the unit tests have failures [Jim Weirich]
1304
-
1305
- * Back off cleanpath to be symlink friendly. Closes #2533 [Nicholas Seckar]
1306
-
1307
- * Load rake task files in alphabetical order so you can build dependencies and count on them #2554 [Blair Zajac]
1308
-
1309
-
1310
- *0.14.2 (RC3)* (October 26th, 2005)
1311
-
1312
- * Constants set in the development/test/production environment file are set in Object
1313
-
1314
- * Scaffold generator pays attention to the controller name. #2562 [self@mattmower.com]
1315
-
1316
- * Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]
1317
-
1318
-
1319
- *0.14.1 (RC2)* (October 19th, 2005)
1320
-
1321
- * Don't clean RAILS_ROOT on windows
1322
-
1323
- * Remove trailing '/' from RAILS_ROOT [Nicholas Seckar]
1324
-
1325
- * Upgraded to Active Record 1.12.1 and Action Pack 1.10.1
1326
-
1327
-
1328
- *0.14.0 (RC1)* (October 16th, 2005)
1329
-
1330
- * Moved generator folder from RAILS_ROOT/generators to RAILS_ROOT/lib/generators [Tobias Luetke]
1331
-
1332
- * Fix rake dev and related commands [Nicholas Seckar]
1333
-
1334
- * The rails command tries to deduce your MySQL socket by running `mysql_config
1335
- --socket`. If it fails, default to /path/to/your/mysql.sock
1336
-
1337
- * 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]
1338
-
1339
- * 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)
1340
-
1341
- * Added update_javascripts task which will fetch all the latest js files from your current rails install. Use after updating rails. [Tobias Luetke]
1342
-
1343
- * Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. Provides cleaner backtraces and error messages. [Nicholas Seckar]
1344
-
1345
- * Made the instantiated/transactional fixtures settings be controlled through Rails::Initializer. Transactional and non-instantiated fixtures are default from now on. [Florian Weber]
1346
-
1347
- * Support using different database adapters for development and test with ActiveRecord::Base.schema_format = :ruby [Sam Stephenson]
1348
-
1349
- * Make webrick work with session(:off)
1350
-
1351
- * Add --version, -v option to the Rails command. Closes #1840. [stancell]
1352
-
1353
- * 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]
1354
-
1355
- * Make the generator skip a file if it already exists and is identical to the new file.
1356
-
1357
- * Add experimental plugin support #2335
1358
-
1359
- * Made Rakefile aware of new .js files in script.aculo.us [Thomas Fuchs]
1360
-
1361
- * Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #1216 #2213 [kazuhiko@fdiary.net]
1362
-
1363
- * Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]
1364
-
1365
- * Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]
1366
-
1367
- * Added prevention of duplicate migrations from the generator #2240 [fbeausoleil@ftml.net]
1368
-
1369
- * 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).
1370
-
1371
- * Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.
1372
-
1373
- * 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
1374
-
1375
- * Added dump of schema version to the db_structure_dump task for databases that support migrations #1835 [Rick Olson]
1376
-
1377
- * Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson]
1378
-
1379
- * Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]
1380
-
1381
- * 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]
1382
-
1383
- * 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]
1384
-
1385
- * Added -c/--charset option to WEBrick server, so you can specify a default charset (which without changes is UTF-8) #2084 [wejn@box.cz]
1386
-
1387
- * Make the default stats task extendable by modifying the STATS_DIRECTORIES constant
1388
-
1389
- * Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails::Initializer use it if it exists.
1390
-
1391
- * Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating.
1392
-
1393
- * 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)
1394
-
1395
- * Fixed the scaffold generator to fail right away if the database isn't accessible instead of in mid-air #1169 [Chad Fowler]
1396
-
1397
- * Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
1398
-
1399
- * Don't require the environment just to clear the logs #2093 [Scott Barron]
1400
-
1401
- * Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)
1402
-
1403
- * Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is defined.
1404
-
1405
- * Allow the --toggle-spin switch on process/reaper to be negated
1406
-
1407
- * Replace render_partial with render :partial in scaffold generator [Nicholas Seckar]
1408
-
1409
- * Added -w flag to ps in process/reaper #1934 [Scott Barron]
1410
-
1411
- * 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]
1412
-
1413
- * 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.
1414
-
1415
- * Added load_fixtures task to the Rakefile, which will load all the fixtures into the database for the current environment #1791 [Marcel Molina]
1416
-
1417
- * 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]
1418
-
1419
- * 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).
1420
-
1421
-
1422
- *0.13.1* (11 July, 2005)
1423
-
1424
- * 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.
1425
-
1426
- * Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]
1427
-
1428
- * 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.
1429
-
1430
- * 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
1431
-
1432
- * Extend Ruby version check to include RUBY_RELEASE_DATE >= '2005-12-25', the final Ruby 1.8.2 release #1674 [court3nay@gmail.com]
1433
-
1434
- * Improved documentation for environment config files #1625 [court3nay@gmail.com]
1435
-
1436
-
1437
- *0.13.0* (6 July, 2005)
1438
-
1439
- * Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
1440
-
1441
- * Added migration generator: ./script/generate migration add_system_settings
1442
-
1443
- * Added "migrate" as rake task to execute all the pending migrations from db/migrate
1444
-
1445
- * Fixed that model generator would make fixtures plural, even if ActiveRecord::Base.pluralize_table_names was false #1185 [Marcel Molina]
1446
-
1447
- * Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski]
1448
-
1449
- * SIGTERM also gracefully exits dispatch.fcgi. Ignore SIGUSR1 on Windows.
1450
-
1451
- * 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]
1452
-
1453
- * 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.
1454
-
1455
- * RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout (CgiProcess#out always calls flush)
1456
-
1457
- * Fixed rakefile actions against PostgreSQL when the password is all numeric #1462 [michael@schubert.cx]
1458
-
1459
- * ActionMailer::Base subclasses are reloaded with the other rails components #1262
1460
-
1461
- * Made the WEBrick adapter not use a mutex around action performance if ActionController::Base.allow_concurrency is true (default is false)
1462
-
1463
- * Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron]
1464
-
1465
- * 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]
1466
-
1467
- * 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]
1468
-
1469
- * Fixed Webrick to escape + characters in URL's the same way that lighttpd and apache do #1397 [Nicholas Seckar]
1470
-
1471
- * Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]
1472
-
1473
- * Modernize the scaffold generator to use the simplified render and test methods and to change style from @params["id"] to params[:id]. #1367
1474
-
1475
- * Added graceful exit from pressing CTRL-C during the run of the rails command #1150 [Caleb Tennis]
1476
-
1477
- * 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]
1478
-
1479
- * Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck]
1480
-
1481
- * Added console --profile for profiling an IRB session #1154 [Jeremy Kemper]
1482
-
1483
- * Changed console_sandbox into console --sandbox #1154 [Jeremy Kemper]
1484
-
1485
-
1486
- *0.12.1* (20th April, 2005)
1487
-
1488
- * Upgraded to Active Record 1.10.1, Action Pack 1.8.1, Action Mailer 0.9.1, Action Web Service 0.7.1
1489
-
1490
-
1491
- *0.12.0* (19th April, 2005)
1492
-
1493
- * Fixed that purge_test_database would use database settings from the development environment when recreating the test database #1122 [rails@cogentdude.com]
1494
-
1495
- * Added script/benchmarker to easily benchmark one or more statement a number of times from within the environment. Examples:
1496
-
1497
- # runs the one statement 10 times
1498
- script/benchmarker 10 'Person.expensive_method(10)'
1499
-
1500
- # pits the two statements against each other with 50 runs each
1501
- script/benchmarker 50 'Person.expensive_method(10)' 'Person.cheap_method(10)'
1502
-
1503
- * Added script/profiler to easily profile a single statement from within the environment. Examples:
1504
-
1505
- script/profiler 'Person.expensive_method(10)'
1506
- script/profiler 'Person.expensive_method(10)' 10 # runs the statement 10 times
1507
-
1508
- * Added Rake target clear_logs that'll truncate all the *.log files in log/ to zero #1079 [Lucas Carlson]
1509
-
1510
- * Added lazy typing for generate, such that ./script/generate cn == ./script/generate controller and the likes #1051 [k@v2studio.com]
1511
-
1512
- * Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #1060 [pburleson@gmail.com]
1513
-
1514
- * 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
1515
-
1516
-
1517
- *0.11.1* (27th March, 2005)
1518
-
1519
- * Fixed the dispatch.fcgi use of a logger
1520
-
1521
- * 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
1522
-
1523
-
1524
- *0.11.0* (22th March, 2005)
1525
-
1526
- * Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PATH_INFO #896 [Nicholas Seckar]
1527
-
1528
- * 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]
1529
-
1530
- * Added additional error handling to the FastCGI dispatcher to catch even errors taking down the entire process
1531
-
1532
- * Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke]
1533
-
1534
- * 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]
1535
-
1536
- * 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]
1537
-
1538
- * Added script/runner which can be used to run code inside the environment by eval'ing the first parameter. Examples:
1539
-
1540
- ./script/runner 'ReminderService.deliver'
1541
- ./script/runner 'Mailer.receive(STDIN.read)'
1542
-
1543
- This makes it easier to do CRON and postfix scripts without actually making a script just to trigger 1 line of code.
1544
-
1545
- * Fixed webrick_server cookie handling to allow multiple cookes to be set at once #800, #813 [dave@cherryville.org]
1546
-
1547
- * Fixed the Rakefile's interaction with postgresql to:
1548
-
1549
- 1. Use PGPASSWORD and PGHOST in the environment to fix prompting for
1550
- passwords when connecting to a remote db and local socket connections.
1551
- 2. Add a '-x' flag to pg_dump which stops it dumping privileges #807 [rasputnik]
1552
- 3. Quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson]
1553
- 4. Use the port if available #875 [madrobby]
1554
-
1555
- * 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
1556
-
1557
-
1558
- *0.10.1* (7th March, 2005)
1559
-
1560
- * Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
1561
-
1562
- * Added exception shallowing if the DRb server can't be started (not worth making a fuss about to distract new users) #779 [Tobias Luetke]
1563
-
1564
- * Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)
1565
-
1566
- * Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]
1567
-
1568
- * Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacticasoftware.com]
1569
-
1570
- * Added web_service generator (run ./script/generate web_service for help) #776 [Leon Bredt]
1571
-
1572
- * Added app/apis and components to code statistics report #729 [Scott Barron]
1573
-
1574
- * Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory #687 [Nicholas Seckar]
1575
-
1576
- * Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]
1577
-
1578
- * Fixed -h/--help for generate and destroy generators #331
1579
-
1580
- * Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can bubble up to kill the process (logs to log/fastcgi.crash.log)
1581
-
1582
- * Fixed that association#count would produce invalid sql when called sequentialy #659 [kanis@comcard.de]
1583
-
1584
- * Fixed test/mocks/testing to the correct test/mocks/test #740
1585
-
1586
- * Added early failure if the Ruby version isn't 1.8.2 or above #735
1587
-
1588
- * Removed the obsolete -i/--index option from the WEBrick servlet #743
1589
-
1590
- * 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
1591
-
1592
-
1593
- *0.10.0* (24th February, 2005)
1594
-
1595
- * 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]
1596
-
1597
- * Fixed that script/server -d was broken so daemon mode couldn't be used #687 [Nicholas Seckar]
1598
-
1599
- * Upgraded to breakpoint 92 which fixes:
1600
-
1601
- * overload IRB.parse_opts(), fixes #443
1602
- => breakpoints in tests work even when running them via rake
1603
- * untaint handlers, might fix an issue discussed on the Rails ML
1604
- * added verbose mode to breakpoint_client
1605
- * less noise caused by breakpoint_client by default
1606
- * ignored TerminateLineInput exception in signal handler
1607
- => quiet exit on Ctrl-C
1608
-
1609
- * Added support for independent components residing in /components. Example:
1610
-
1611
- Controller: components/list/items_controller.rb
1612
- (holds a List::ItemsController class with uses_component_template_root called)
1613
-
1614
- Model : components/list/item.rb
1615
- (namespace is still shared, so an Item model in app/models will take precedence)
1616
-
1617
- Views : components/list/items/show.rhtml
1618
-
1619
-
1620
- * Added --sandbox option to script/console that'll roll back all changes made to the database when you quit #672 [Jeremy Kemper]
1621
-
1622
- * Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [Jeremy Kemper]
1623
-
1624
- * Changed script/console to default to development environment and drop --no-inspect #650 [Jeremy Kemper]
1625
-
1626
- * 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]
1627
-
1628
- * Added that running test_units and test_functional now performs the clone_structure_to_test as well #566 [rasputnik]
1629
-
1630
- * 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]
1631
-
1632
- * Added Action Web Service as a new add-on framework for Action Pack [Leon Bredt]
1633
-
1634
- * Added Active Support as an independent utility and standard library extension bundle
1635
-
1636
- * Upgraded to Active Record 1.7.0, Action Pack 1.5.0, Action Mailer 0.7.0
1637
-
1638
-
1639
- *0.9.5* (January 25th, 2005)
1640
-
1641
- * 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.
1642
-
1643
- * Added Florian Gross' latest version of Breakpointer and friends that fixes a variaty of bugs #441 [Florian Gross]
1644
-
1645
- * Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]
1646
-
1647
- * Fixed that script/breakpointer didn't get the Ruby path rewritten as the other scripts #523 [brandt@kurowski.net]
1648
-
1649
- * Fixed handling of syntax errors in models that had already been succesfully required once in the current interpreter
1650
-
1651
- * Fixed that models that weren't referenced in associations weren't being reloaded in the development mode by reinstating the reload
1652
-
1653
- * Fixed that generate scaffold would produce bad functional tests
1654
-
1655
- * Fixed that FCGI can also display SyntaxErrors
1656
-
1657
- * Upgraded to Active Record 1.6.0, Action Pack 1.4.0
1658
-
1659
-
1660
- *0.9.4.1* (January 18th, 2005)
1661
-
1662
- * Added 5-second timeout to WordNet alternatives on creating reserved-word models #501 [Marcel Molina]
1663
-
1664
- * Fixed binding of caller #496 [Alexey]
1665
-
1666
- * Upgraded to Active Record 1.5.1, Action Pack 1.3.1, Action Mailer 0.6.1
1667
-
1668
-
1669
- *0.9.4* (January 17th, 2005)
1670
-
1671
- * Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]
1672
-
1673
- * Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
1674
-
1675
- * Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]
1676
-
1677
- * Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
1678
-
1679
- * Added rewrite rules to deal with caching to public/.htaccess
1680
-
1681
- * Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
1682
-
1683
- * Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from
1684
- RAILS_ENV instead of just forcing development #424 [Tobias Luetke]
1685
-
1686
- * Fixed script/console to work with Windows (that requires the use of irb.bat) #418 [octopod]
1687
-
1688
- * Fixed WEBrick servlet slowdown over time by restricting the load path reloading to mod_ruby
1689
-
1690
- * Removed Fancy Indexing as a default option on the WEBrick servlet as it made it harder to use various caching schemes
1691
-
1692
- * Upgraded to Active Record 1.5, Action Pack 1.3, Action Mailer 0.6
1693
-
1694
-
1695
- *0.9.3* (January 4th, 2005)
1696
-
1697
- * Added support for SQLite in the auto-dumping/importing of schemas for development -> test #416
1698
-
1699
- * Added automated rewriting of the shebang lines on installs through the gem rails command #379 [Manfred Stienstra]
1700
-
1701
- * Added ActionMailer::Base.deliver_method = :test to the test environment so that mail objects are available in ActionMailer::Base.deliveries
1702
- for functional testing.
1703
-
1704
- * Added protection for creating a model through the generators with a name of an existing class, like Thread or Date.
1705
- It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross]
1706
-
1707
- * Fixed dependency management to happen in a unified fashion for Active Record and Action Pack using the new Dependencies module. This means that
1708
- the environment options needs to change from:
1709
-
1710
- Before in development.rb:
1711
- ActionController::Base.reload_dependencies = true  
1712
- ActiveRecord::Base.reload_associations     = true
1713
-
1714
- Now in development.rb:
1715
- Dependencies.mechanism = :load
1716
-
1717
- Before in production.rb and test.rb:
1718
- ActionController::Base.reload_dependencies = false
1719
- ActiveRecord::Base.reload_associations     = false
1720
-
1721
- Now in production.rb and test.rb:
1722
- Dependencies.mechanism = :require
1723
-
1724
- * Fixed problems with dependency caching and controller hierarchies on Ruby 1.8.2 in development mode #351
1725
-
1726
- * Fixed that generated action_mailers doesnt need to require the action_mailer since thats already done in the environment #382 [Lucas Carlson]
1727
-
1728
- * Upgraded to Action Pack 1.2.0 and Active Record 1.4.0
1729
-
1730
-
1731
- *0.9.2*
1732
-
1733
- * Fixed CTRL-C exists from the Breakpointer to be a clean affair without error dumping [Kent Sibilev]
1734
-
1735
- * Fixed "rake stats" to work with sub-directories in models and controllers and to report the code to test ration [Scott Baron]
1736
-
1737
- * Added that Active Record associations are now reloaded instead of cleared to work with the new const_missing hook in Active Record.
1738
-
1739
- * Added graceful handling of an inaccessible log file by redirecting output to STDERR with a warning #330 [rainmkr]
1740
-
1741
- * Added support for a -h/--help parameter in the generator #331 [Ulysses]
1742
-
1743
- * Fixed that File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin]
1744
-
1745
- * Upgraded to Action Pack 1.1.0 and Active Record 1.3.0
1746
-
1747
-
1748
- *0.9.1*
1749
-
1750
- * Upgraded to Action Pack 1.0.1 for important bug fix
1751
-
1752
- * Updated gem dependencies
1753
-
1754
-
1755
- *0.9.0*
1756
-
1757
- * Renamed public/dispatch.servlet to script/server -- it wasn't really dispatching anyway as its delegating calls to public/dispatch.rb
1758
-
1759
- * Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible
1760
- for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb
1761
-
1762
- * Added script/console that makes it even easier to start an IRB session for interacting with the domain model. Run with no-args to
1763
- see help.
1764
-
1765
- * Added breakpoint support through the script/breakpointer client. This means that you can break out of execution at any point in
1766
- the code, investigate and change the model, AND then resume execution! Example:
1767
-
1768
- class WeblogController < ActionController::Base
1769
- def index
1770
- @posts = Post.find_all
1771
- breakpoint "Breaking out from the list"
1772
- end
1773
- end
1774
-
1775
- So the controller will accept the action, run the first line, then present you with a IRB prompt in the breakpointer window.
1776
- Here you can do things like:
1777
-
1778
- Executing breakpoint "Breaking out from the list" at .../webrick_server.rb:16 in 'breakpoint'
1779
-
1780
- >> @posts.inspect
1781
- => "[#<Post:0x14a6be8 @attributes={\"title\"=>nil, \"body\"=>nil, \"id\"=>\"1\"}>,
1782
- #<Post:0x14a6620 @attributes={\"title\"=>\"Rails you know!\", \"body\"=>\"Only ten..\", \"id\"=>\"2\"}>]"
1783
- >> @posts.first.title = "hello from a breakpoint"
1784
- => "hello from a breakpoint"
1785
-
1786
- ...and even better is that you can examine how your runtime objects actually work:
1787
-
1788
- >> f = @posts.first
1789
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
1790
- >> f.
1791
- Display all 152 possibilities? (y or n)
1792
-
1793
- Finally, when you're ready to resume execution, you press CTRL-D
1794
-
1795
- * Changed environments to be configurable through an environment variable. By default, the environment is "development", but you
1796
- can change that and set your own by configuring the Apache vhost with a string like (mod_env must be available on the server):
1797
-
1798
- SetEnv RAILS_ENV production
1799
-
1800
- ...if you're using WEBrick, you can pick the environment to use with the command-line parameters -e/--environment, like this:
1801
-
1802
- ruby public/dispatcher.servlet -e production
1803
-
1804
- * Added a new default environment called "development", which leaves the production environment to be tuned exclusively for that.
1805
-
1806
- * Added a start_server in the root of the Rails application to make it even easier to get started
1807
-
1808
- * Fixed public/.htaccess to use RewriteBase and share the same rewrite rules for all the dispatch methods
1809
-
1810
- * Fixed webrick_server to handle requests in a serialized manner (the Rails reloading infrastructure is not thread-safe)
1811
-
1812
- * Added support for controllers in directories. So you can have:
1813
-
1814
- app/controllers/account_controller.rb # URL: /account/
1815
- app/controllers/admin/account_controller.rb # URL: /admin/account/
1816
-
1817
- NOTE: You need to update your public/.htaccess with the new rules to pick it up
1818
-
1819
- * Added reloading for associations and dependencies under cached environments like FastCGI and mod_ruby. This makes it possible to use
1820
- those environments for development. This is turned on by default, but can be turned off with
1821
- ActiveRecord::Base.reload_associations = false and ActionController::Base.reload_dependencies = false in production environments.
1822
-
1823
- * Added support for sub-directories in app/models. So now you can have something like Basecamp with:
1824
-
1825
- app/models/accounting
1826
- app/models/project
1827
- app/models/participants
1828
- app/models/settings
1829
-
1830
- It's poor man's namespacing, but only for file-system organization. You still require files just like before.
1831
- Nothing changes inside the files themselves.
1832
-
1833
-
1834
- * Fixed a few references in the tests generated by new_mailer [Jeremy Kemper]
1835
-
1836
- * Added support for mocks in testing with test/mocks
1837
-
1838
- * Cleaned up the environments a bit and added global constant RAILS_ROOT
1839
-
1840
-
1841
- *0.8.5* (9)
1842
-
1843
- * 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]:
1844
-
1845
- def test_complex_stuff
1846
- @david.projects << @new_project
1847
- breakpoint "Let's have a closer look at @david"
1848
- end
1849
-
1850
- You need to install dev-utils yourself for this to work ("gem install dev-util").
1851
-
1852
- * Added shared generator behavior so future upgrades should be possible without manually copying over files [Jeremy Kemper]
1853
-
1854
- * Added the new helper style to both controller and helper templates [Jeremy Kemper]
1855
-
1856
- * Added new_crud generator for creating a model and controller at the same time with explicit scaffolding [Jeremy Kemper]
1857
-
1858
- * Added configuration of Test::Unit::TestCase.fixture_path to test_helper to concide with the new AR fixtures style
1859
-
1860
- * Fixed that new_model was generating singular table/fixture names
1861
-
1862
- * Upgraded to Action Mailer 0.4.0
1863
-
1864
- * Upgraded to Action Pack 0.9.5
1865
-
1866
- * Upgraded to Active Record 1.1.0
1867
-
1868
-
1869
- *0.8.0 (15)*
1870
-
1871
- * Removed custom_table_name option for new_model now that the Inflector is as powerful as it is
1872
-
1873
- * Changed the default rake action to just do testing and separate API generation and coding statistics into a "doc" task.
1874
-
1875
- * Fixed WEBrick dispatcher to handle missing slashes in the URLs gracefully [alexey]
1876
-
1877
- * Added user option for all postgresql tool calls in the rakefile [elvstone]
1878
-
1879
- * Fixed problem with running "ruby public/dispatch.servlet" instead of "cd public; ruby dispatch.servlet" [alexey]
1880
-
1881
- * Fixed WEBrick server so that it no longer hardcodes the ruby interpreter used to "ruby" but will get the one used based
1882
- on the Ruby runtime configuration. [Marcel Molina Jr.]
1883
-
1884
- * Fixed Dispatcher so it'll route requests to magic_beans to MagicBeansController/magic_beans_controller.rb [Caio Chassot]
1885
-
1886
- * "new_controller MagicBeans" and "new_model SubscriptionPayments" will now both behave properly as they use the new Inflector.
1887
-
1888
- * Fixed problem with MySQL foreign key constraint checks in Rake :clone_production_structure_to_test target [Andreas Schwarz]
1889
-
1890
- * Changed WEBrick server to by default be auto-reloading, which is slower but makes source changes instant.
1891
- Class compilation cache can be turned on with "-c" or "--cache-classes".
1892
-
1893
- * Added "-b/--binding" option to WEBrick dispatcher to bind the server to a specific IP address (default: 127.0.0.1) [Kevin Temp]
1894
-
1895
- * dispatch.fcgi now DOESN'T set FCGI_PURE_RUBY as it was slowing things down for now reason [Andreas Schwarz]
1896
-
1897
- * Added new_mailer generator to work with Action Mailer
1898
-
1899
- * Included new framework: Action Mailer 0.3
1900
-
1901
- * Upgraded to Action Pack 0.9.0
1902
-
1903
- * Upgraded to Active Record 1.0.0
1904
-
1905
-
1906
- *0.7.0*
1907
-
1908
- * Added an optional second argument to the new_model script that allows the programmer to specify the table name,
1909
- which will used to generate a custom table_name method in the model and will also be used in the creation of fixtures.
1910
- [Kevin Radloff]
1911
-
1912
- * script/new_model now turns AccountHolder into account_holder instead of accountholder [Kevin Radloff]
1913
-
1914
- * Fixed the faulty handleing of static files with WEBrick [Andreas Schwarz]
1915
-
1916
- * Unified function_test_helper and unit_test_helper into test_helper
1917
-
1918
- * Fixed bug with the automated production => test database dropping on PostgreSQL [dhawkins]
1919
-
1920
- * create_fixtures in both the functional and unit test helper now turns off the log during fixture generation
1921
- and can generate more than one fixture at a time. Which makes it possible for assignments like:
1922
-
1923
- @people, @projects, @project_access, @companies, @accounts =
1924
- create_fixtures "people", "projects", "project_access", "companies", "accounts"
1925
-
1926
- * Upgraded to Action Pack 0.8.5 (locally-scoped variables, partials, advanced send_file)
1927
-
1928
- * Upgraded to Active Record 0.9.5 (better table_name guessing, cloning, find_all_in_collection)
1929
-
1930
-
1931
- *0.6.5*
1932
-
1933
- * No longer specifies a template for rdoc, so it'll use whatever is default (you can change it in the rakefile)
1934
-
1935
- * The new_model generator will now use the same rules for plural wordings as Active Record
1936
- (so Category will give categories, not categorys) [Kevin Radloff]
1937
-
1938
- * dispatch.fcgi now sets FCGI_PURE_RUBY to true to ensure that it's the Ruby version that's loaded [danp]
1939
-
1940
- * Made the GEM work with Windows
1941
-
1942
- * Fixed bug where mod_ruby would "forget" the load paths added when switching between controllers
1943
-
1944
- * PostgreSQL are now supported for the automated production => test database dropping [Kevin Radloff]
1945
-
1946
- * Errors thrown by the dispatcher are now properly handled in FCGI.
1947
-
1948
- * Upgraded to Action Pack 0.8.0 (lots and lots and lots of fixes)
1949
-
1950
- * Upgraded to Active Record 0.9.4 (a bunch of fixes)
1951
-
1952
-
1953
- *0.6.0*
1954
-
1955
- * Added AbstractionApplicationController as a superclass for all controllers generated. This class can be used
1956
- to carry filters and methods that are to be shared by all. It has an accompanying ApplicationHelper that all
1957
- controllers will also automatically have available.
1958
-
1959
- * Added environments that can be included from any script to get the full Active Record and Action Controller
1960
- context running. This can be used by maintenance scripts or to interact with the model through IRB. Example:
1961
-
1962
- require 'config/environments/production'
1963
-
1964
- for account in Account.find_all
1965
- account.recalculate_interests
1966
- end
1967
-
1968
- A short migration script for an account model that had it's interest calculation strategy changed.
1969
-
1970
- * Accessing the index of a controller with "/weblog" will now redirect to "/weblog/" (only on Apache, not WEBrick)
1971
-
1972
- * Simplified the default Apache config so even remote requests are served off CGI as a default.
1973
- You'll now have to do something specific to activate mod_ruby and FCGI (like using the force urls).
1974
- This should make it easier for new comers that start on an external server.
1975
-
1976
- * Added more of the necessary Apache options to .htaccess to make it easier to setup
1977
-
1978
- * Upgraded to Action Pack 0.7.9 (lots of fixes)
1979
-
1980
- * Upgraded to Active Record 0.9.3 (lots of fixes)
1981
-
1982
-
1983
- *0.5.7*
1984
-
1985
- * Fixed bug in the WEBrick dispatcher that prevented it from getting parameters from the URL
1986
- (through GET requests or otherwise)
1987
-
1988
- * Added lib in root as a place to store app specific libraries
1989
-
1990
- * Added lib and vendor to load_path, so anything store within can be loaded directly.
1991
- Hence lib/redcloth.rb can be loaded with require "redcloth"
1992
-
1993
- * Upgraded to Action Pack 0.7.8 (lots of fixes)
1994
-
1995
- * Upgraded to Active Record 0.9.2 (minor upgrade)
1996
-
1997
-
1998
- *0.5.6*
1999
-
2000
- * Upgraded to Action Pack 0.7.7 (multipart form fix)
2001
-
2002
- * Updated the generated template stubs to valid XHTML files
2003
-
2004
- * Ensure that controllers generated are capitalized, so "new_controller TodoLists"
2005
- gives the same as "new_controller Todolists" and "new_controller todolists".
2006
-
2007
-
2008
- *0.5.5*
2009
-
2010
- * Works on Windows out of the box! (Dropped symlinks)
2011
-
2012
- * Added webrick dispatcher: Try "ruby public/dispatch.servlet --help" [Florian Gross]
2013
-
2014
- * Report errors about initialization to browser (instead of attempting to use uninitialized logger)
2015
-
2016
- * Upgraded to Action Pack 0.7.6
2017
-
2018
- * Upgraded to Active Record 0.9.1
2019
-
2020
- * Added distinct 500.html instead of reusing 404.html
2021
-
2022
- * Added MIT license
2023
-
2024
-
2025
- *0.5.0*
2026
-
2027
- * First public release