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,1994 +0,0 @@
1
- require 'active_record/associations/association_proxy'
2
- require 'active_record/associations/association_collection'
3
- require 'active_record/associations/belongs_to_association'
4
- require 'active_record/associations/belongs_to_polymorphic_association'
5
- require 'active_record/associations/has_one_association'
6
- require 'active_record/associations/has_many_association'
7
- require 'active_record/associations/has_many_through_association'
8
- require 'active_record/associations/has_and_belongs_to_many_association'
9
- require 'active_record/associations/has_one_through_association'
10
-
11
- module ActiveRecord
12
- class HasManyThroughAssociationNotFoundError < ActiveRecordError #:nodoc:
13
- def initialize(owner_class_name, reflection)
14
- super("Could not find the association #{reflection.options[:through].inspect} in model #{owner_class_name}")
15
- end
16
- end
17
-
18
- class HasManyThroughAssociationPolymorphicError < ActiveRecordError #:nodoc:
19
- def initialize(owner_class_name, reflection, source_reflection)
20
- super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' on the polymorphic object '#{source_reflection.class_name}##{source_reflection.name}'.")
21
- end
22
- end
23
-
24
- class HasManyThroughAssociationPointlessSourceTypeError < ActiveRecordError #:nodoc:
25
- def initialize(owner_class_name, reflection, source_reflection)
26
- super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' with a :source_type option if the '#{reflection.through_reflection.class_name}##{source_reflection.name}' is not polymorphic. Try removing :source_type on your association.")
27
- end
28
- end
29
-
30
- class HasManyThroughSourceAssociationNotFoundError < ActiveRecordError #:nodoc:
31
- def initialize(reflection)
32
- through_reflection = reflection.through_reflection
33
- source_reflection_names = reflection.source_reflection_names
34
- source_associations = reflection.through_reflection.klass.reflect_on_all_associations.collect { |a| a.name.inspect }
35
- super("Could not find the source association(s) #{source_reflection_names.collect(&:inspect).to_sentence :connector => 'or'} in model #{through_reflection.klass}. Try 'has_many #{reflection.name.inspect}, :through => #{through_reflection.name.inspect}, :source => <name>'. Is it one of #{source_associations.to_sentence :connector => 'or'}?")
36
- end
37
- end
38
-
39
- class HasManyThroughSourceAssociationMacroError < ActiveRecordError #:nodoc:
40
- def initialize(reflection)
41
- through_reflection = reflection.through_reflection
42
- source_reflection = reflection.source_reflection
43
- super("Invalid source reflection macro :#{source_reflection.macro}#{" :through" if source_reflection.options[:through]} for has_many #{reflection.name.inspect}, :through => #{through_reflection.name.inspect}. Use :source to specify the source reflection.")
44
- end
45
- end
46
-
47
- class HasManyThroughCantAssociateThroughHasManyReflection < ActiveRecordError #:nodoc:
48
- def initialize(owner, reflection)
49
- super("Cannot modify association '#{owner.class.name}##{reflection.name}' because the source reflection class '#{reflection.source_reflection.class_name}' is associated to '#{reflection.through_reflection.class_name}' via :#{reflection.source_reflection.macro}.")
50
- end
51
- end
52
- class HasManyThroughCantAssociateNewRecords < ActiveRecordError #:nodoc:
53
- def initialize(owner, reflection)
54
- super("Cannot associate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to create the has_many :through record associating them.")
55
- end
56
- end
57
-
58
- class HasManyThroughCantDissociateNewRecords < ActiveRecordError #:nodoc:
59
- def initialize(owner, reflection)
60
- super("Cannot dissociate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to delete the has_many :through record associating them.")
61
- end
62
- end
63
-
64
- class EagerLoadPolymorphicError < ActiveRecordError #:nodoc:
65
- def initialize(reflection)
66
- super("Can not eagerly load the polymorphic association #{reflection.name.inspect}")
67
- end
68
- end
69
-
70
- class ReadOnlyAssociation < ActiveRecordError #:nodoc:
71
- def initialize(reflection)
72
- super("Can not add to a has_many :through association. Try adding to #{reflection.through_reflection.name.inspect}.")
73
- end
74
- end
75
-
76
- module Associations # :nodoc:
77
- def self.included(base)
78
- base.extend(ClassMethods)
79
- end
80
-
81
- # Clears out the association cache
82
- def clear_association_cache #:nodoc:
83
- self.class.reflect_on_all_associations.to_a.each do |assoc|
84
- instance_variable_set "@#{assoc.name}", nil
85
- end unless self.new_record?
86
- end
87
-
88
- # Associations are a set of macro-like class methods for tying objects together through foreign keys. They express relationships like
89
- # "Project has one Project Manager" or "Project belongs to a Portfolio". Each macro adds a number of methods to the class which are
90
- # specialized according to the collection or association symbol and the options hash. It works much the same way as Ruby's own <tt>attr*</tt>
91
- # methods. Example:
92
- #
93
- # class Project < ActiveRecord::Base
94
- # belongs_to :portfolio
95
- # has_one :project_manager
96
- # has_many :milestones
97
- # has_and_belongs_to_many :categories
98
- # end
99
- #
100
- # The project class now has the following methods (and more) to ease the traversal and manipulation of its relationships:
101
- # * <tt>Project#portfolio, Project#portfolio=(portfolio), Project#portfolio.nil?</tt>
102
- # * <tt>Project#project_manager, Project#project_manager=(project_manager), Project#project_manager.nil?,</tt>
103
- # * <tt>Project#milestones.empty?, Project#milestones.size, Project#milestones, Project#milestones<<(milestone),</tt>
104
- # <tt>Project#milestones.delete(milestone), Project#milestones.find(milestone_id), Project#milestones.find(:all, options),</tt>
105
- # <tt>Project#milestones.build, Project#milestones.create</tt>
106
- # * <tt>Project#categories.empty?, Project#categories.size, Project#categories, Project#categories<<(category1),</tt>
107
- # <tt>Project#categories.delete(category1)</tt>
108
- #
109
- # === A word of warning
110
- #
111
- # Don't create associations that have the same name as instance methods of ActiveRecord::Base. Since the association
112
- # adds a method with that name to its model, it will override the inherited method and break things.
113
- # For instance, +attributes+ and +connection+ would be bad choices for association names.
114
- #
115
- # == Auto-generated methods
116
- #
117
- # === Singular associations (one-to-one)
118
- # | | belongs_to |
119
- # generated methods | belongs_to | :polymorphic | has_one
120
- # ----------------------------------+------------+--------------+---------
121
- # #other | X | X | X
122
- # #other=(other) | X | X | X
123
- # #build_other(attributes={}) | X | | X
124
- # #create_other(attributes={}) | X | | X
125
- # #other.create!(attributes={}) | | | X
126
- # #other.nil? | X | X |
127
- #
128
- # ===Collection associations (one-to-many / many-to-many)
129
- # | | | has_many
130
- # generated methods | habtm | has_many | :through
131
- # ----------------------------------+-------+----------+----------
132
- # #others | X | X | X
133
- # #others=(other,other,...) | X | X | X
134
- # #other_ids | X | X | X
135
- # #other_ids=(id,id,...) | X | X | X
136
- # #others<< | X | X | X
137
- # #others.push | X | X | X
138
- # #others.concat | X | X | X
139
- # #others.build(attributes={}) | X | X | X
140
- # #others.create(attributes={}) | X | X | X
141
- # #others.create!(attributes={}) | X | X | X
142
- # #others.size | X | X | X
143
- # #others.length | X | X | X
144
- # #others.count | X | X | X
145
- # #others.sum(args*,&block) | X | X | X
146
- # #others.empty? | X | X | X
147
- # #others.clear | X | X | X
148
- # #others.delete(other,other,...) | X | X | X
149
- # #others.delete_all | X | X |
150
- # #others.destroy_all | X | X | X
151
- # #others.find(*args) | X | X | X
152
- # #others.find_first | X | |
153
- # #others.uniq | X | X | X
154
- # #others.reset | X | X | X
155
- #
156
- # == Cardinality and associations
157
- #
158
- # Active Record associations can be used to describe one-to-one, one-to-many and many-to-many
159
- # relationships between models. Each model uses an association to describe its role in
160
- # the relation. The +belongs_to+ association is always used in the model that has
161
- # the foreign key.
162
- #
163
- # === One-to-one
164
- #
165
- # Use +has_one+ in the base, and +belongs_to+ in the associated model.
166
- #
167
- # class Employee < ActiveRecord::Base
168
- # has_one :office
169
- # end
170
- # class Office < ActiveRecord::Base
171
- # belongs_to :employee # foreign key - employee_id
172
- # end
173
- #
174
- # === One-to-many
175
- #
176
- # Use +has_many+ in the base, and +belongs_to+ in the associated model.
177
- #
178
- # class Manager < ActiveRecord::Base
179
- # has_many :employees
180
- # end
181
- # class Employee < ActiveRecord::Base
182
- # belongs_to :manager # foreign key - manager_id
183
- # end
184
- #
185
- # === Many-to-many
186
- #
187
- # There are two ways to build a many-to-many relationship.
188
- #
189
- # The first way uses a +has_many+ association with the <tt>:through</tt> option and a join model, so
190
- # there are two stages of associations.
191
- #
192
- # class Assignment < ActiveRecord::Base
193
- # belongs_to :programmer # foreign key - programmer_id
194
- # belongs_to :project # foreign key - project_id
195
- # end
196
- # class Programmer < ActiveRecord::Base
197
- # has_many :assignments
198
- # has_many :projects, :through => :assignments
199
- # end
200
- # class Project < ActiveRecord::Base
201
- # has_many :assignments
202
- # has_many :programmers, :through => :assignments
203
- # end
204
- #
205
- # For the second way, use +has_and_belongs_to_many+ in both models. This requires a join table
206
- # that has no corresponding model or primary key.
207
- #
208
- # class Programmer < ActiveRecord::Base
209
- # has_and_belongs_to_many :projects # foreign keys in the join table
210
- # end
211
- # class Project < ActiveRecord::Base
212
- # has_and_belongs_to_many :programmers # foreign keys in the join table
213
- # end
214
- #
215
- # Choosing which way to build a many-to-many relationship is not always simple.
216
- # If you need to work with the relationship model as its own entity,
217
- # use <tt>has_many :through</tt>. Use +has_and_belongs_to_many+ when working with legacy schemas or when
218
- # you never work directly with the relationship itself.
219
- #
220
- # == Is it a +belongs_to+ or +has_one+ association?
221
- #
222
- # Both express a 1-1 relationship. The difference is mostly where to place the foreign key, which goes on the table for the class
223
- # declaring the +belongs_to+ relationship. Example:
224
- #
225
- # class User < ActiveRecord::Base
226
- # # I reference an account.
227
- # belongs_to :account
228
- # end
229
- #
230
- # class Account < ActiveRecord::Base
231
- # # One user references me.
232
- # has_one :user
233
- # end
234
- #
235
- # The tables for these classes could look something like:
236
- #
237
- # CREATE TABLE users (
238
- # id int(11) NOT NULL auto_increment,
239
- # account_id int(11) default NULL,
240
- # name varchar default NULL,
241
- # PRIMARY KEY (id)
242
- # )
243
- #
244
- # CREATE TABLE accounts (
245
- # id int(11) NOT NULL auto_increment,
246
- # name varchar default NULL,
247
- # PRIMARY KEY (id)
248
- # )
249
- #
250
- # == Unsaved objects and associations
251
- #
252
- # You can manipulate objects and associations before they are saved to the database, but there is some special behavior you should be
253
- # aware of, mostly involving the saving of associated objects.
254
- #
255
- # === One-to-one associations
256
- #
257
- # * Assigning an object to a +has_one+ association automatically saves that object and the object being replaced (if there is one), in
258
- # order to update their primary keys - except if the parent object is unsaved (<tt>new_record? == true</tt>).
259
- # * If either of these saves fail (due to one of the objects being invalid) the assignment statement returns +false+ and the assignment
260
- # is cancelled.
261
- # * If you wish to assign an object to a +has_one+ association without saving it, use the <tt>association.build</tt> method (documented below).
262
- # * Assigning an object to a +belongs_to+ association does not save the object, since the foreign key field belongs on the parent. It
263
- # does not save the parent either.
264
- #
265
- # === Collections
266
- #
267
- # * Adding an object to a collection (+has_many+ or +has_and_belongs_to_many+) automatically saves that object, except if the parent object
268
- # (the owner of the collection) is not yet stored in the database.
269
- # * If saving any of the objects being added to a collection (via <tt>push</tt> or similar) fails, then <tt>push</tt> returns +false+.
270
- # * You can add an object to a collection without automatically saving it by using the <tt>collection.build</tt> method (documented below).
271
- # * All unsaved (<tt>new_record? == true</tt>) members of the collection are automatically saved when the parent is saved.
272
- #
273
- # === Association callbacks
274
- #
275
- # Similar to the normal callbacks that hook into the lifecycle of an Active Record object, you can also define callbacks that get
276
- # triggered when you add an object to or remove an object from an association collection. Example:
277
- #
278
- # class Project
279
- # has_and_belongs_to_many :developers, :after_add => :evaluate_velocity
280
- #
281
- # def evaluate_velocity(developer)
282
- # ...
283
- # end
284
- # end
285
- #
286
- # It's possible to stack callbacks by passing them as an array. Example:
287
- #
288
- # class Project
289
- # has_and_belongs_to_many :developers, :after_add => [:evaluate_velocity, Proc.new { |p, d| p.shipping_date = Time.now}]
290
- # end
291
- #
292
- # Possible callbacks are: +before_add+, +after_add+, +before_remove+ and +after_remove+.
293
- #
294
- # Should any of the +before_add+ callbacks throw an exception, the object does not get added to the collection. Same with
295
- # the +before_remove+ callbacks; if an exception is thrown the object doesn't get removed.
296
- #
297
- # === Association extensions
298
- #
299
- # The proxy objects that control the access to associations can be extended through anonymous modules. This is especially
300
- # beneficial for adding new finders, creators, and other factory-type methods that are only used as part of this association.
301
- # Example:
302
- #
303
- # class Account < ActiveRecord::Base
304
- # has_many :people do
305
- # def find_or_create_by_name(name)
306
- # first_name, last_name = name.split(" ", 2)
307
- # find_or_create_by_first_name_and_last_name(first_name, last_name)
308
- # end
309
- # end
310
- # end
311
- #
312
- # person = Account.find(:first).people.find_or_create_by_name("David Heinemeier Hansson")
313
- # person.first_name # => "David"
314
- # person.last_name # => "Heinemeier Hansson"
315
- #
316
- # If you need to share the same extensions between many associations, you can use a named extension module. Example:
317
- #
318
- # module FindOrCreateByNameExtension
319
- # def find_or_create_by_name(name)
320
- # first_name, last_name = name.split(" ", 2)
321
- # find_or_create_by_first_name_and_last_name(first_name, last_name)
322
- # end
323
- # end
324
- #
325
- # class Account < ActiveRecord::Base
326
- # has_many :people, :extend => FindOrCreateByNameExtension
327
- # end
328
- #
329
- # class Company < ActiveRecord::Base
330
- # has_many :people, :extend => FindOrCreateByNameExtension
331
- # end
332
- #
333
- # If you need to use multiple named extension modules, you can specify an array of modules with the <tt>:extend</tt> option.
334
- # In the case of name conflicts between methods in the modules, methods in modules later in the array supercede
335
- # those earlier in the array. Example:
336
- #
337
- # class Account < ActiveRecord::Base
338
- # has_many :people, :extend => [FindOrCreateByNameExtension, FindRecentExtension]
339
- # end
340
- #
341
- # Some extensions can only be made to work with knowledge of the association proxy's internals.
342
- # Extensions can access relevant state using accessors on the association proxy:
343
- #
344
- # * +proxy_owner+ - Returns the object the association is part of.
345
- # * +proxy_reflection+ - Returns the reflection object that describes the association.
346
- # * +proxy_target+ - Returns the associated object for +belongs_to+ and +has_one+, or the collection of associated objects for +has_many+ and +has_and_belongs_to_many+.
347
- #
348
- # === Association Join Models
349
- #
350
- # Has Many associations can be configured with the <tt>:through</tt> option to use an explicit join model to retrieve the data. This
351
- # operates similarly to a +has_and_belongs_to_many+ association. The advantage is that you're able to add validations,
352
- # callbacks, and extra attributes on the join model. Consider the following schema:
353
- #
354
- # class Author < ActiveRecord::Base
355
- # has_many :authorships
356
- # has_many :books, :through => :authorships
357
- # end
358
- #
359
- # class Authorship < ActiveRecord::Base
360
- # belongs_to :author
361
- # belongs_to :book
362
- # end
363
- #
364
- # @author = Author.find :first
365
- # @author.authorships.collect { |a| a.book } # selects all books that the author's authorships belong to.
366
- # @author.books # selects all books by using the Authorship join model
367
- #
368
- # You can also go through a +has_many+ association on the join model:
369
- #
370
- # class Firm < ActiveRecord::Base
371
- # has_many :clients
372
- # has_many :invoices, :through => :clients
373
- # end
374
- #
375
- # class Client < ActiveRecord::Base
376
- # belongs_to :firm
377
- # has_many :invoices
378
- # end
379
- #
380
- # class Invoice < ActiveRecord::Base
381
- # belongs_to :client
382
- # end
383
- #
384
- # @firm = Firm.find :first
385
- # @firm.clients.collect { |c| c.invoices }.flatten # select all invoices for all clients of the firm
386
- # @firm.invoices # selects all invoices by going through the Client join model.
387
- #
388
- # === Polymorphic Associations
389
- #
390
- # Polymorphic associations on models are not restricted on what types of models they can be associated with. Rather, they
391
- # specify an interface that a +has_many+ association must adhere to.
392
- #
393
- # class Asset < ActiveRecord::Base
394
- # belongs_to :attachable, :polymorphic => true
395
- # end
396
- #
397
- # class Post < ActiveRecord::Base
398
- # has_many :assets, :as => :attachable # The :as option specifies the polymorphic interface to use.
399
- # end
400
- #
401
- # @asset.attachable = @post
402
- #
403
- # This works by using a type column in addition to a foreign key to specify the associated record. In the Asset example, you'd need
404
- # an +attachable_id+ integer column and an +attachable_type+ string column.
405
- #
406
- # Using polymorphic associations in combination with single table inheritance (STI) is a little tricky. In order
407
- # for the associations to work as expected, ensure that you store the base model for the STI models in the
408
- # type column of the polymorphic association. To continue with the asset example above, suppose there are guest posts
409
- # and member posts that use the posts table for STI. In this case, there must be a +type+ column in the posts table.
410
- #
411
- # class Asset < ActiveRecord::Base
412
- # belongs_to :attachable, :polymorphic => true
413
- #
414
- # def attachable_type=(sType)
415
- # super(sType.to_s.classify.constantize.base_class.to_s)
416
- # end
417
- # end
418
- #
419
- # class Post < ActiveRecord::Base
420
- # # because we store "Post" in attachable_type now :dependent => :destroy will work
421
- # has_many :assets, :as => :attachable, :dependent => :destroy
422
- # end
423
- #
424
- # class GuestPost < Post
425
- # end
426
- #
427
- # class MemberPost < Post
428
- # end
429
- #
430
- # == Caching
431
- #
432
- # All of the methods are built on a simple caching principle that will keep the result of the last query around unless specifically
433
- # instructed not to. The cache is even shared across methods to make it even cheaper to use the macro-added methods without
434
- # worrying too much about performance at the first go. Example:
435
- #
436
- # project.milestones # fetches milestones from the database
437
- # project.milestones.size # uses the milestone cache
438
- # project.milestones.empty? # uses the milestone cache
439
- # project.milestones(true).size # fetches milestones from the database
440
- # project.milestones # uses the milestone cache
441
- #
442
- # == Eager loading of associations
443
- #
444
- # Eager loading is a way to find objects of a certain class and a number of named associations. This is
445
- # one of the easiest ways of to prevent the dreaded 1+N problem in which fetching 100 posts that each need to display their author
446
- # triggers 101 database queries. Through the use of eager loading, the 101 queries can be reduced to 2. Example:
447
- #
448
- # class Post < ActiveRecord::Base
449
- # belongs_to :author
450
- # has_many :comments
451
- # end
452
- #
453
- # Consider the following loop using the class above:
454
- #
455
- # for post in Post.all
456
- # puts "Post: " + post.title
457
- # puts "Written by: " + post.author.name
458
- # puts "Last comment on: " + post.comments.first.created_on
459
- # end
460
- #
461
- # To iterate over these one hundred posts, we'll generate 201 database queries. Let's first just optimize it for retrieving the author:
462
- #
463
- # for post in Post.find(:all, :include => :author)
464
- #
465
- # This references the name of the +belongs_to+ association that also used the <tt>:author</tt> symbol. After loading the posts, find
466
- # will collect the +author_id+ from each one and load all the referenced authors with one query. Doing so will cut down the number of queries from 201 to 102.
467
- #
468
- # We can improve upon the situation further by referencing both associations in the finder with:
469
- #
470
- # for post in Post.find(:all, :include => [ :author, :comments ])
471
- #
472
- # This will load all comments with a single query. This reduces the total number of queries to 3. More generally the number of queries
473
- # will be 1 plus the number of associations named (except if some of the associations are polymorphic +belongs_to+ - see below).
474
- #
475
- # To include a deep hierarchy of associations, use a hash:
476
- #
477
- # for post in Post.find(:all, :include => [ :author, { :comments => { :author => :gravatar } } ])
478
- #
479
- # That'll grab not only all the comments but all their authors and gravatar pictures. You can mix and match
480
- # symbols, arrays and hashes in any combination to describe the associations you want to load.
481
- #
482
- # All of this power shouldn't fool you into thinking that you can pull out huge amounts of data with no performance penalty just because you've reduced
483
- # the number of queries. The database still needs to send all the data to Active Record and it still needs to be processed. So it's no
484
- # catch-all for performance problems, but it's a great way to cut down on the number of queries in a situation as the one described above.
485
- #
486
- # Since only one table is loaded at a time, conditions or orders cannot reference tables other than the main one. If this is the case
487
- # Active Record falls back to the previously used LEFT OUTER JOIN based strategy. For example
488
- #
489
- # Post.find(:all, :include => [ :author, :comments ], :conditions => ['comments.approved = ?', true])
490
- #
491
- # will result in a single SQL query with joins along the lines of: <tt>LEFT OUTER JOIN comments ON comments.post_id = posts.id</tt> and
492
- # <tt>LEFT OUTER JOIN authors ON authors.id = posts.author_id</tt>. Note that using conditions like this can have unintended consequences.
493
- # In the above example posts with no approved comments are not returned at all, because the conditions apply to the SQL statement as a whole
494
- # and not just to the association. You must disambiguate column references for this fallback to happen, for example
495
- # <tt>:order => "author.name DESC"</tt> will work but <tt>:order => "name DESC"</tt> will not.
496
- #
497
- # If you do want eagerload only some members of an association it is usually more natural to <tt>:include</tt> an association
498
- # which has conditions defined on it:
499
- #
500
- # class Post < ActiveRecord::Base
501
- # has_many :approved_comments, :class_name => 'Comment', :conditions => ['approved = ?', true]
502
- # end
503
- #
504
- # Post.find(:all, :include => :approved_comments)
505
- #
506
- # will load posts and eager load the +approved_comments+ association, which contains only those comments that have been approved.
507
- #
508
- # When eager loaded, conditions are interpolated in the context of the model class, not the model instance. Conditions are lazily interpolated
509
- # before the actual model exists.
510
- #
511
- # Eager loading is supported with polymorphic associations.
512
- #
513
- # class Address < ActiveRecord::Base
514
- # belongs_to :addressable, :polymorphic => true
515
- # end
516
- #
517
- # A call that tries to eager load the addressable model
518
- #
519
- # Address.find(:all, :include => :addressable)
520
- #
521
- # will execute one query to load the addresses and load the addressables with one query per addressable type.
522
- # For example if all the addressables are either of class Person or Company then a total of 3 queries will be executed. The list of
523
- # addressable types to load is determined on the back of the addresses loaded. This is not supported if Active Record has to fallback
524
- # to the previous implementation of eager loading and will raise ActiveRecord::EagerLoadPolymorphicError. The reason is that the parent
525
- # model's type is a column value so its corresponding table name cannot be put in the +FROM+/+JOIN+ clauses of that query.
526
- #
527
- # == Table Aliasing
528
- #
529
- # Active Record uses table aliasing in the case that a table is referenced multiple times in a join. If a table is referenced only once,
530
- # the standard table name is used. The second time, the table is aliased as <tt>#{reflection_name}_#{parent_table_name}</tt>. Indexes are appended
531
- # for any more successive uses of the table name.
532
- #
533
- # Post.find :all, :joins => :comments
534
- # # => SELECT ... FROM posts INNER JOIN comments ON ...
535
- # Post.find :all, :joins => :special_comments # STI
536
- # # => SELECT ... FROM posts INNER JOIN comments ON ... AND comments.type = 'SpecialComment'
537
- # Post.find :all, :joins => [:comments, :special_comments] # special_comments is the reflection name, posts is the parent table name
538
- # # => SELECT ... FROM posts INNER JOIN comments ON ... INNER JOIN comments special_comments_posts
539
- #
540
- # Acts as tree example:
541
- #
542
- # TreeMixin.find :all, :joins => :children
543
- # # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
544
- # TreeMixin.find :all, :joins => {:children => :parent}
545
- # # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
546
- # INNER JOIN parents_mixins ...
547
- # TreeMixin.find :all, :joins => {:children => {:parent => :children}}
548
- # # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
549
- # INNER JOIN parents_mixins ...
550
- # INNER JOIN mixins childrens_mixins_2
551
- #
552
- # Has and Belongs to Many join tables use the same idea, but add a <tt>_join</tt> suffix:
553
- #
554
- # Post.find :all, :joins => :categories
555
- # # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
556
- # Post.find :all, :joins => {:categories => :posts}
557
- # # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
558
- # INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
559
- # Post.find :all, :joins => {:categories => {:posts => :categories}}
560
- # # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
561
- # INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
562
- # INNER JOIN categories_posts categories_posts_join INNER JOIN categories categories_posts_2
563
- #
564
- # If you wish to specify your own custom joins using a <tt>:joins</tt> option, those table names will take precedence over the eager associations:
565
- #
566
- # Post.find :all, :joins => :comments, :joins => "inner join comments ..."
567
- # # => SELECT ... FROM posts INNER JOIN comments_posts ON ... INNER JOIN comments ...
568
- # Post.find :all, :joins => [:comments, :special_comments], :joins => "inner join comments ..."
569
- # # => SELECT ... FROM posts INNER JOIN comments comments_posts ON ...
570
- # INNER JOIN comments special_comments_posts ...
571
- # INNER JOIN comments ...
572
- #
573
- # Table aliases are automatically truncated according to the maximum length of table identifiers according to the specific database.
574
- #
575
- # == Modules
576
- #
577
- # By default, associations will look for objects within the current module scope. Consider:
578
- #
579
- # module MyApplication
580
- # module Business
581
- # class Firm < ActiveRecord::Base
582
- # has_many :clients
583
- # end
584
- #
585
- # class Company < ActiveRecord::Base; end
586
- # end
587
- # end
588
- #
589
- # When Firm#clients is called, it will in turn call <tt>MyApplication::Business::Company.find(firm.id)</tt>. If you want to associate
590
- # with a class in another module scope, this can be done by specifying the complete class name. Example:
591
- #
592
- # module MyApplication
593
- # module Business
594
- # class Firm < ActiveRecord::Base; end
595
- # end
596
- #
597
- # module Billing
598
- # class Account < ActiveRecord::Base
599
- # belongs_to :firm, :class_name => "MyApplication::Business::Firm"
600
- # end
601
- # end
602
- # end
603
- #
604
- # == Type safety with <tt>ActiveRecord::AssociationTypeMismatch</tt>
605
- #
606
- # If you attempt to assign an object to an association that doesn't match the inferred or specified <tt>:class_name</tt>, you'll
607
- # get an <tt>ActiveRecord::AssociationTypeMismatch</tt>.
608
- #
609
- # == Options
610
- #
611
- # All of the association macros can be specialized through options. This makes cases more complex than the simple and guessable ones
612
- # possible.
613
- module ClassMethods
614
- # Adds the following methods for retrieval and query of collections of associated objects:
615
- # +collection+ is replaced with the symbol passed as the first argument, so
616
- # <tt>has_many :clients</tt> would add among others <tt>clients.empty?</tt>.
617
- # * <tt>collection(force_reload = false)</tt> - Returns an array of all the associated objects.
618
- # An empty array is returned if none are found.
619
- # * <tt>collection<<(object, ...)</tt> - Adds one or more objects to the collection by setting their foreign keys to the collection's primary key.
620
- # * <tt>collection.delete(object, ...)</tt> - Removes one or more objects from the collection by setting their foreign keys to +NULL+.
621
- # This will also destroy the objects if they're declared as +belongs_to+ and dependent on this model.
622
- # * <tt>collection=objects</tt> - Replaces the collections content by deleting and adding objects as appropriate.
623
- # * <tt>collection_singular_ids</tt> - Returns an array of the associated objects' ids
624
- # * <tt>collection_singular_ids=ids</tt> - Replace the collection with the objects identified by the primary keys in +ids+
625
- # * <tt>collection.clear</tt> - Removes every object from the collection. This destroys the associated objects if they
626
- # are associated with <tt>:dependent => :destroy</tt>, deletes them directly from the database if <tt>:dependent => :delete_all</tt>,
627
- # otherwise sets their foreign keys to +NULL+.
628
- # * <tt>collection.empty?</tt> - Returns +true+ if there are no associated objects.
629
- # * <tt>collection.size</tt> - Returns the number of associated objects.
630
- # * <tt>collection.find</tt> - Finds an associated object according to the same rules as Base.find.
631
- # * <tt>collection.build(attributes = {}, ...)</tt> - Returns one or more new objects of the collection type that have been instantiated
632
- # with +attributes+ and linked to this object through a foreign key, but have not yet been saved. *Note:* This only works if an
633
- # associated object already exists, not if it's +nil+!
634
- # * <tt>collection.create(attributes = {})</tt> - Returns a new object of the collection type that has been instantiated
635
- # with +attributes+, linked to this object through a foreign key, and that has already been saved (if it passed the validation).
636
- # *Note:* This only works if an associated object already exists, not if it's +nil+!
637
- #
638
- # Example: A Firm class declares <tt>has_many :clients</tt>, which will add:
639
- # * <tt>Firm#clients</tt> (similar to <tt>Clients.find :all, :conditions => "firm_id = #{id}"</tt>)
640
- # * <tt>Firm#clients<<</tt>
641
- # * <tt>Firm#clients.delete</tt>
642
- # * <tt>Firm#clients=</tt>
643
- # * <tt>Firm#client_ids</tt>
644
- # * <tt>Firm#client_ids=</tt>
645
- # * <tt>Firm#clients.clear</tt>
646
- # * <tt>Firm#clients.empty?</tt> (similar to <tt>firm.clients.size == 0</tt>)
647
- # * <tt>Firm#clients.size</tt> (similar to <tt>Client.count "firm_id = #{id}"</tt>)
648
- # * <tt>Firm#clients.find</tt> (similar to <tt>Client.find(id, :conditions => "firm_id = #{id}")</tt>)
649
- # * <tt>Firm#clients.build</tt> (similar to <tt>Client.new("firm_id" => id)</tt>)
650
- # * <tt>Firm#clients.create</tt> (similar to <tt>c = Client.new("firm_id" => id); c.save; c</tt>)
651
- # The declaration can also include an options hash to specialize the behavior of the association.
652
- #
653
- # Options are:
654
- # * <tt>:class_name</tt> - Specify the class name of the association. Use it only if that name can't be inferred
655
- # from the association name. So <tt>has_many :products</tt> will by default be linked to the Product class, but
656
- # if the real class name is SpecialProduct, you'll have to specify it with this option.
657
- # * <tt>:conditions</tt> - Specify the conditions that the associated objects must meet in order to be included as a +WHERE+
658
- # SQL fragment, such as <tt>price > 5 AND name LIKE 'B%'</tt>. Record creations from the association are scoped if a hash
659
- # is used. <tt>has_many :posts, :conditions => {:published => true}</tt> will create published posts with <tt>@blog.posts.create</tt>
660
- # or <tt>@blog.posts.build</tt>.
661
- # * <tt>:order</tt> - Specify the order in which the associated objects are returned as an <tt>ORDER BY</tt> SQL fragment,
662
- # such as <tt>last_name, first_name DESC</tt>.
663
- # * <tt>:foreign_key</tt> - Specify the foreign key used for the association. By default this is guessed to be the name
664
- # of this class in lower-case and "_id" suffixed. So a Person class that makes a +has_many+ association will use "person_id"
665
- # as the default <tt>:foreign_key</tt>.
666
- # * <tt>:dependent</tt> - If set to <tt>:destroy</tt> all the associated objects are destroyed
667
- # alongside this object by calling their +destroy+ method. If set to <tt>:delete_all</tt> all associated
668
- # objects are deleted *without* calling their +destroy+ method. If set to <tt>:nullify</tt> all associated
669
- # objects' foreign keys are set to +NULL+ *without* calling their +save+ callbacks. *Warning:* This option is ignored when also using
670
- # the <tt>:through</tt> option.
671
- # * <tt>:finder_sql</tt> - Specify a complete SQL statement to fetch the association. This is a good way to go for complex
672
- # associations that depend on multiple tables. Note: When this option is used, +find_in_collection+ is _not_ added.
673
- # * <tt>:counter_sql</tt> - Specify a complete SQL statement to fetch the size of the association. If <tt>:finder_sql</tt> is
674
- # specified but not <tt>:counter_sql</tt>, <tt>:counter_sql</tt> will be generated by replacing <tt>SELECT ... FROM</tt> with <tt>SELECT COUNT(*) FROM</tt>.
675
- # * <tt>:extend</tt> - Specify a named module for extending the proxy. See "Association extensions".
676
- # * <tt>:include</tt> - Specify second-order associations that should be eager loaded when the collection is loaded.
677
- # * <tt>:group</tt> - An attribute name by which the result should be grouped. Uses the <tt>GROUP BY</tt> SQL-clause.
678
- # * <tt>:limit</tt> - An integer determining the limit on the number of rows that should be returned.
679
- # * <tt>:offset</tt> - An integer determining the offset from where the rows should be fetched. So at 5, it would skip the first 4 rows.
680
- # * <tt>:select</tt> - By default, this is <tt>*</tt> as in <tt>SELECT * FROM</tt>, but can be changed if you, for example, want to do a join
681
- # but not include the joined columns. Do not forget to include the primary and foreign keys, otherwise it will rise an error.
682
- # * <tt>:as</tt> - Specifies a polymorphic interface (See <tt>belongs_to</tt>).
683
- # * <tt>:through</tt> - Specifies a Join Model through which to perform the query. Options for <tt>:class_name</tt> and <tt>:foreign_key</tt>
684
- # are ignored, as the association uses the source reflection. You can only use a <tt>:through</tt> query through a <tt>belongs_to</tt>
685
- # or <tt>has_many</tt> association on the join model.
686
- # * <tt>:source</tt> - Specifies the source association name used by <tt>has_many :through</tt> queries. Only use it if the name cannot be
687
- # inferred from the association. <tt>has_many :subscribers, :through => :subscriptions</tt> will look for either <tt>:subscribers</tt> or
688
- # <tt>:subscriber</tt> on Subscription, unless a <tt>:source</tt> is given.
689
- # * <tt>:source_type</tt> - Specifies type of the source association used by <tt>has_many :through</tt> queries where the source
690
- # association is a polymorphic +belongs_to+.
691
- # * <tt>:uniq</tt> - If true, duplicates will be omitted from the collection. Useful in conjunction with <tt>:through</tt>.
692
- # * <tt>:readonly</tt> - If true, all the associated objects are readonly through the association.
693
- #
694
- # Option examples:
695
- # has_many :comments, :order => "posted_on"
696
- # has_many :comments, :include => :author
697
- # has_many :people, :class_name => "Person", :conditions => "deleted = 0", :order => "name"
698
- # has_many :tracks, :order => "position", :dependent => :destroy
699
- # has_many :comments, :dependent => :nullify
700
- # has_many :tags, :as => :taggable
701
- # has_many :reports, :readonly => true
702
- # has_many :subscribers, :through => :subscriptions, :source => :user
703
- # has_many :subscribers, :class_name => "Person", :finder_sql =>
704
- # 'SELECT DISTINCT people.* ' +
705
- # 'FROM people p, post_subscriptions ps ' +
706
- # 'WHERE ps.post_id = #{id} AND ps.person_id = p.id ' +
707
- # 'ORDER BY p.first_name'
708
- def has_many(association_id, options = {}, &extension)
709
- reflection = create_has_many_reflection(association_id, options, &extension)
710
-
711
- configure_dependency_for_has_many(reflection)
712
-
713
- add_multiple_associated_save_callbacks(reflection.name)
714
- add_association_callbacks(reflection.name, reflection.options)
715
-
716
- if options[:through]
717
- collection_accessor_methods(reflection, HasManyThroughAssociation)
718
- else
719
- collection_accessor_methods(reflection, HasManyAssociation)
720
- end
721
- end
722
-
723
- # Adds the following methods for retrieval and query of a single associated object:
724
- # +association+ is replaced with the symbol passed as the first argument, so
725
- # <tt>has_one :manager</tt> would add among others <tt>manager.nil?</tt>.
726
- # * <tt>association(force_reload = false)</tt> - Returns the associated object. +nil+ is returned if none is found.
727
- # * <tt>association=(associate)</tt> - Assigns the associate object, extracts the primary key, sets it as the foreign key,
728
- # and saves the associate object.
729
- # * <tt>association.nil?</tt> - Returns +true+ if there is no associated object.
730
- # * <tt>build_association(attributes = {})</tt> - Returns a new object of the associated type that has been instantiated
731
- # with +attributes+ and linked to this object through a foreign key, but has not yet been saved. Note: This ONLY works if
732
- # an association already exists. It will NOT work if the association is +nil+.
733
- # * <tt>create_association(attributes = {})</tt> - Returns a new object of the associated type that has been instantiated
734
- # with +attributes+, linked to this object through a foreign key, and that has already been saved (if it passed the validation).
735
- #
736
- # Example: An Account class declares <tt>has_one :beneficiary</tt>, which will add:
737
- # * <tt>Account#beneficiary</tt> (similar to <tt>Beneficiary.find(:first, :conditions => "account_id = #{id}")</tt>)
738
- # * <tt>Account#beneficiary=(beneficiary)</tt> (similar to <tt>beneficiary.account_id = account.id; beneficiary.save</tt>)
739
- # * <tt>Account#beneficiary.nil?</tt>
740
- # * <tt>Account#build_beneficiary</tt> (similar to <tt>Beneficiary.new("account_id" => id)</tt>)
741
- # * <tt>Account#create_beneficiary</tt> (similar to <tt>b = Beneficiary.new("account_id" => id); b.save; b</tt>)
742
- #
743
- # The declaration can also include an options hash to specialize the behavior of the association.
744
- #
745
- # Options are:
746
- # * <tt>:class_name</tt> - Specify the class name of the association. Use it only if that name can't be inferred
747
- # from the association name. So <tt>has_one :manager</tt> will by default be linked to the Manager class, but
748
- # if the real class name is Person, you'll have to specify it with this option.
749
- # * <tt>:conditions</tt> - Specify the conditions that the associated object must meet in order to be included as a +WHERE+
750
- # SQL fragment, such as <tt>rank = 5</tt>.
751
- # * <tt>:order</tt> - Specify the order in which the associated objects are returned as an <tt>ORDER BY</tt> SQL fragment,
752
- # such as <tt>last_name, first_name DESC</tt>.
753
- # * <tt>:dependent</tt> - If set to <tt>:destroy</tt>, the associated object is destroyed when this object is. If set to
754
- # <tt>:delete</tt>, the associated object is deleted *without* calling its destroy method. If set to <tt>:nullify</tt>, the associated
755
- # object's foreign key is set to +NULL+. Also, association is assigned.
756
- # * <tt>:foreign_key</tt> - Specify the foreign key used for the association. By default this is guessed to be the name
757
- # of this class in lower-case and "_id" suffixed. So a Person class that makes a +has_one+ association will use "person_id"
758
- # as the default <tt>:foreign_key</tt>.
759
- # * <tt>:include</tt> - Specify second-order associations that should be eager loaded when this object is loaded.
760
- # * <tt>:as</tt> - Specifies a polymorphic interface (See <tt>belongs_to</tt>).
761
- # * <tt>:select</tt> - By default, this is <tt>*</tt> as in <tt>SELECT * FROM</tt>, but can be changed if, for example, you want to do a join
762
- # but not include the joined columns. Do not forget to include the primary and foreign keys, otherwise it will raise an error.
763
- # * <tt>:through</tt>: Specifies a Join Model through which to perform the query. Options for <tt>:class_name</tt> and <tt>:foreign_key</tt>
764
- # are ignored, as the association uses the source reflection. You can only use a <tt>:through</tt> query through a
765
- # <tt>has_one</tt> or <tt>belongs_to</tt> association on the join model.
766
- # * <tt>:source</tt> - Specifies the source association name used by <tt>has_one :through</tt> queries. Only use it if the name cannot be
767
- # inferred from the association. <tt>has_one :favorite, :through => :favorites</tt> will look for a
768
- # <tt>:favorite</tt> on Favorite, unless a <tt>:source</tt> is given.
769
- # * <tt>:source_type</tt> - Specifies type of the source association used by <tt>has_one :through</tt> queries where the source
770
- # association is a polymorphic +belongs_to+.
771
- # * <tt>:readonly</tt> - If true, the associated object is readonly through the association.
772
- #
773
- # Option examples:
774
- # has_one :credit_card, :dependent => :destroy # destroys the associated credit card
775
- # has_one :credit_card, :dependent => :nullify # updates the associated records foreign key value to NULL rather than destroying it
776
- # has_one :last_comment, :class_name => "Comment", :order => "posted_on"
777
- # has_one :project_manager, :class_name => "Person", :conditions => "role = 'project_manager'"
778
- # has_one :attachment, :as => :attachable
779
- # has_one :boss, :readonly => :true
780
- # has_one :club, :through => :membership
781
- # has_one :primary_address, :through => :addressables, :conditions => ["addressable.primary = ?", true], :source => :addressable
782
- def has_one(association_id, options = {})
783
- if options[:through]
784
- reflection = create_has_one_through_reflection(association_id, options)
785
- association_accessor_methods(reflection, ActiveRecord::Associations::HasOneThroughAssociation)
786
- else
787
- reflection = create_has_one_reflection(association_id, options)
788
-
789
- ivar = "@#{reflection.name}"
790
-
791
- method_name = "has_one_after_save_for_#{reflection.name}".to_sym
792
- define_method(method_name) do
793
- association = instance_variable_get("#{ivar}") if instance_variable_defined?("#{ivar}")
794
-
795
- if !association.nil? && (new_record? || association.new_record? || association["#{reflection.primary_key_name}"] != id)
796
- association["#{reflection.primary_key_name}"] = id
797
- association.save(true)
798
- end
799
- end
800
- after_save method_name
801
-
802
- add_single_associated_save_callbacks(reflection.name)
803
- association_accessor_methods(reflection, HasOneAssociation)
804
- association_constructor_method(:build, reflection, HasOneAssociation)
805
- association_constructor_method(:create, reflection, HasOneAssociation)
806
-
807
- configure_dependency_for_has_one(reflection)
808
- end
809
- end
810
-
811
- # Adds the following methods for retrieval and query for a single associated object for which this object holds an id:
812
- # +association+ is replaced with the symbol passed as the first argument, so
813
- # <tt>belongs_to :author</tt> would add among others <tt>author.nil?</tt>.
814
- # * <tt>association(force_reload = false)</tt> - Returns the associated object. +nil+ is returned if none is found.
815
- # * <tt>association=(associate)</tt> - Assigns the associate object, extracts the primary key, and sets it as the foreign key.
816
- # * <tt>association.nil?</tt> - Returns +true+ if there is no associated object.
817
- # * <tt>build_association(attributes = {})</tt> - Returns a new object of the associated type that has been instantiated
818
- # with +attributes+ and linked to this object through a foreign key, but has not yet been saved.
819
- # * <tt>create_association(attributes = {})</tt> - Returns a new object of the associated type that has been instantiated
820
- # with +attributes+, linked to this object through a foreign key, and that has already been saved (if it passed the validation).
821
- #
822
- # Example: A Post class declares <tt>belongs_to :author</tt>, which will add:
823
- # * <tt>Post#author</tt> (similar to <tt>Author.find(author_id)</tt>)
824
- # * <tt>Post#author=(author)</tt> (similar to <tt>post.author_id = author.id</tt>)
825
- # * <tt>Post#author?</tt> (similar to <tt>post.author == some_author</tt>)
826
- # * <tt>Post#author.nil?</tt>
827
- # * <tt>Post#build_author</tt> (similar to <tt>post.author = Author.new</tt>)
828
- # * <tt>Post#create_author</tt> (similar to <tt>post.author = Author.new; post.author.save; post.author</tt>)
829
- # The declaration can also include an options hash to specialize the behavior of the association.
830
- #
831
- # Options are:
832
- # * <tt>:class_name</tt> - Specify the class name of the association. Use it only if that name can't be inferred
833
- # from the association name. So <tt>has_one :author</tt> will by default be linked to the Author class, but
834
- # if the real class name is Person, you'll have to specify it with this option.
835
- # * <tt>:conditions</tt> - Specify the conditions that the associated object must meet in order to be included as a +WHERE+
836
- # SQL fragment, such as <tt>authorized = 1</tt>.
837
- # * <tt>:select</tt> - By default, this is <tt>*</tt> as in <tt>SELECT * FROM</tt>, but can be changed if, for example, you want to do a join
838
- # but not include the joined columns. Do not forget to include the primary and foreign keys, otherwise it will raise an error.
839
- # * <tt>:foreign_key</tt> - Specify the foreign key used for the association. By default this is guessed to be the name
840
- # of the association with an "_id" suffix. So a class that defines a <tt>belongs_to :person</tt> association will use
841
- # "person_id" as the default <tt>:foreign_key</tt>. Similarly, <tt>belongs_to :favorite_person, :class_name => "Person"</tt>
842
- # will use a foreign key of "favorite_person_id".
843
- # * <tt>:dependent</tt> - If set to <tt>:destroy</tt>, the associated object is destroyed when this object is. If set to
844
- # <tt>:delete</tt>, the associated object is deleted *without* calling its destroy method. This option should not be specified when
845
- # <tt>belongs_to</tt> is used in conjunction with a <tt>has_many</tt> relationship on another class because of the potential to leave
846
- # orphaned records behind.
847
- # * <tt>:counter_cache</tt> - Caches the number of belonging objects on the associate class through the use of +increment_counter+
848
- # and +decrement_counter+. The counter cache is incremented when an object of this class is created and decremented when it's
849
- # destroyed. This requires that a column named <tt>#{table_name}_count</tt> (such as +comments_count+ for a belonging Comment class)
850
- # is used on the associate class (such as a Post class). You can also specify a custom counter cache column by providing
851
- # a column name instead of a +true+/+false+ value to this option (e.g., <tt>:counter_cache => :my_custom_counter</tt>.)
852
- # When creating a counter cache column, the database statement or migration must specify a default value of <tt>0</tt>, failing to do
853
- # this results in a counter with +NULL+ value, which will never increment.
854
- # Note: Specifying a counter cache will add it to that model's list of readonly attributes using +attr_readonly+.
855
- # * <tt>:include</tt> - Specify second-order associations that should be eager loaded when this object is loaded.
856
- # * <tt>:polymorphic</tt> - Specify this association is a polymorphic association by passing +true+.
857
- # Note: If you've enabled the counter cache, then you may want to add the counter cache attribute
858
- # to the +attr_readonly+ list in the associated classes (e.g. <tt>class Post; attr_readonly :comments_count; end</tt>).
859
- # * <tt>:readonly</tt> - If true, the associated object is readonly through the association.
860
- #
861
- # Option examples:
862
- # belongs_to :firm, :foreign_key => "client_of"
863
- # belongs_to :author, :class_name => "Person", :foreign_key => "author_id"
864
- # belongs_to :valid_coupon, :class_name => "Coupon", :foreign_key => "coupon_id",
865
- # :conditions => 'discounts > #{payments_count}'
866
- # belongs_to :attachable, :polymorphic => true
867
- # belongs_to :project, :readonly => true
868
- # belongs_to :post, :counter_cache => true
869
- def belongs_to(association_id, options = {})
870
- reflection = create_belongs_to_reflection(association_id, options)
871
-
872
- ivar = "@#{reflection.name}"
873
-
874
- if reflection.options[:polymorphic]
875
- association_accessor_methods(reflection, BelongsToPolymorphicAssociation)
876
-
877
- method_name = "polymorphic_belongs_to_before_save_for_#{reflection.name}".to_sym
878
- define_method(method_name) do
879
- association = instance_variable_get("#{ivar}") if instance_variable_defined?("#{ivar}")
880
-
881
- if association && association.target
882
- if association.new_record?
883
- association.save(true)
884
- end
885
-
886
- if association.updated?
887
- self["#{reflection.primary_key_name}"] = association.id
888
- self["#{reflection.options[:foreign_type]}"] = association.class.base_class.name.to_s
889
- end
890
- end
891
- end
892
- before_save method_name
893
- else
894
- association_accessor_methods(reflection, BelongsToAssociation)
895
- association_constructor_method(:build, reflection, BelongsToAssociation)
896
- association_constructor_method(:create, reflection, BelongsToAssociation)
897
-
898
- method_name = "belongs_to_before_save_for_#{reflection.name}".to_sym
899
- define_method(method_name) do
900
- association = instance_variable_get("#{ivar}") if instance_variable_defined?("#{ivar}")
901
-
902
- if !association.nil?
903
- if association.new_record?
904
- association.save(true)
905
- end
906
-
907
- if association.updated?
908
- self["#{reflection.primary_key_name}"] = association.id
909
- end
910
- end
911
- end
912
- before_save method_name
913
- end
914
-
915
- # Create the callbacks to update counter cache
916
- if options[:counter_cache]
917
- cache_column = options[:counter_cache] == true ?
918
- "#{self.to_s.underscore.pluralize}_count" :
919
- options[:counter_cache]
920
-
921
- method_name = "belongs_to_counter_cache_after_create_for_#{reflection.name}".to_sym
922
- define_method(method_name) do
923
- association = send("#{reflection.name}")
924
- association.class.increment_counter("#{cache_column}", send("#{reflection.primary_key_name}")) unless association.nil?
925
- end
926
- after_create method_name
927
-
928
- method_name = "belongs_to_counter_cache_before_destroy_for_#{reflection.name}".to_sym
929
- define_method(method_name) do
930
- association = send("#{reflection.name}")
931
- association.class.decrement_counter("#{cache_column}", send("#{reflection.primary_key_name}")) unless association.nil?
932
- end
933
- before_destroy method_name
934
-
935
- module_eval(
936
- "#{reflection.class_name}.send(:attr_readonly,\"#{cache_column}\".intern) if defined?(#{reflection.class_name}) && #{reflection.class_name}.respond_to?(:attr_readonly)"
937
- )
938
- end
939
-
940
- configure_dependency_for_belongs_to(reflection)
941
- end
942
-
943
- # Associates two classes via an intermediate join table. Unless the join table is explicitly specified as
944
- # an option, it is guessed using the lexical order of the class names. So a join between Developer and Project
945
- # will give the default join table name of "developers_projects" because "D" outranks "P". Note that this precedence
946
- # is calculated using the <tt><</tt> operator for String. This means that if the strings are of different lengths,
947
- # and the strings are equal when compared up to the shortest length, then the longer string is considered of higher
948
- # lexical precedence than the shorter one. For example, one would expect the tables "paper_boxes" and "papers"
949
- # to generate a join table name of "papers_paper_boxes" because of the length of the name "paper_boxes",
950
- # but it in fact generates a join table name of "paper_boxes_papers". Be aware of this caveat, and use the
951
- # custom <tt>:join_table</tt> option if you need to.
952
- #
953
- # Deprecated: Any additional fields added to the join table will be placed as attributes when pulling records out through
954
- # +has_and_belongs_to_many+ associations. Records returned from join tables with additional attributes will be marked as
955
- # readonly (because we can't save changes to the additional attributes). It's strongly recommended that you upgrade any
956
- # associations with attributes to a real join model (see introduction).
957
- #
958
- # Adds the following methods for retrieval and query:
959
- # +collection+ is replaced with the symbol passed as the first argument, so
960
- # <tt>has_and_belongs_to_many :categories</tt> would add among others <tt>categories.empty?</tt>.
961
- # * <tt>collection(force_reload = false)</tt> - Returns an array of all the associated objects.
962
- # An empty array is returned if none are found.
963
- # * <tt>collection<<(object, ...)</tt> - Adds one or more objects to the collection by creating associations in the join table
964
- # (<tt>collection.push</tt> and <tt>collection.concat</tt> are aliases to this method).
965
- # * <tt>collection.delete(object, ...)</tt> - Removes one or more objects from the collection by removing their associations from the join table.
966
- # This does not destroy the objects.
967
- # * <tt>collection=objects</tt> - Replaces the collection's content by deleting and adding objects as appropriate.
968
- # * <tt>collection_singular_ids</tt> - Returns an array of the associated objects' ids.
969
- # * <tt>collection_singular_ids=ids</tt> - Replace the collection by the objects identified by the primary keys in +ids+.
970
- # * <tt>collection.clear</tt> - Removes every object from the collection. This does not destroy the objects.
971
- # * <tt>collection.empty?</tt> - Returns +true+ if there are no associated objects.
972
- # * <tt>collection.size</tt> - Returns the number of associated objects.
973
- # * <tt>collection.find(id)</tt> - Finds an associated object responding to the +id+ and that
974
- # meets the condition that it has to be associated with this object.
975
- # * <tt>collection.build(attributes = {})</tt> - Returns a new object of the collection type that has been instantiated
976
- # with +attributes+ and linked to this object through the join table, but has not yet been saved.
977
- # * <tt>collection.create(attributes = {})</tt> - Returns a new object of the collection type that has been instantiated
978
- # with +attributes+, linked to this object through the join table, and that has already been saved (if it passed the validation).
979
- #
980
- # Example: A Developer class declares <tt>has_and_belongs_to_many :projects</tt>, which will add:
981
- # * <tt>Developer#projects</tt>
982
- # * <tt>Developer#projects<<</tt>
983
- # * <tt>Developer#projects.delete</tt>
984
- # * <tt>Developer#projects=</tt>
985
- # * <tt>Developer#project_ids</tt>
986
- # * <tt>Developer#project_ids=</tt>
987
- # * <tt>Developer#projects.clear</tt>
988
- # * <tt>Developer#projects.empty?</tt>
989
- # * <tt>Developer#projects.size</tt>
990
- # * <tt>Developer#projects.find(id)</tt>
991
- # * <tt>Developer#projects.build</tt> (similar to <tt>Project.new("project_id" => id)</tt>)
992
- # * <tt>Developer#projects.create</tt> (similar to <tt>c = Project.new("project_id" => id); c.save; c</tt>)
993
- # The declaration may include an options hash to specialize the behavior of the association.
994
- #
995
- # Options are:
996
- # * <tt>:class_name</tt> - Specify the class name of the association. Use it only if that name can't be inferred
997
- # from the association name. So <tt>has_and_belongs_to_many :projects</tt> will by default be linked to the
998
- # Project class, but if the real class name is SuperProject, you'll have to specify it with this option.
999
- # * <tt>:join_table</tt> - Specify the name of the join table if the default based on lexical order isn't what you want.
1000
- # WARNING: If you're overwriting the table name of either class, the +table_name+ method MUST be declared underneath any
1001
- # +has_and_belongs_to_many+ declaration in order to work.
1002
- # * <tt>:foreign_key</tt> - Specify the foreign key used for the association. By default this is guessed to be the name
1003
- # of this class in lower-case and "_id" suffixed. So a Person class that makes a +has_and_belongs_to_many+ association
1004
- # will use "person_id" as the default <tt>:foreign_key</tt>.
1005
- # * <tt>:association_foreign_key</tt> - Specify the association foreign key used for the association. By default this is
1006
- # guessed to be the name of the associated class in lower-case and "_id" suffixed. So if the associated class is Project,
1007
- # the +has_and_belongs_to_many+ association will use "project_id" as the default <tt>:association_foreign_key</tt>.
1008
- # * <tt>:conditions</tt> - Specify the conditions that the associated object must meet in order to be included as a +WHERE+
1009
- # SQL fragment, such as <tt>authorized = 1</tt>. Record creations from the association are scoped if a hash is used.
1010
- # <tt>has_many :posts, :conditions => {:published => true}</tt> will create published posts with <tt>@blog.posts.create</tt>
1011
- # or <tt>@blog.posts.build</tt>.
1012
- # * <tt>:order</tt> - Specify the order in which the associated objects are returned as an <tt>ORDER BY</tt> SQL fragment,
1013
- # such as <tt>last_name, first_name DESC</tt>
1014
- # * <tt>:uniq</tt> - If true, duplicate associated objects will be ignored by accessors and query methods.
1015
- # * <tt>:finder_sql</tt> - Overwrite the default generated SQL statement used to fetch the association with a manual statement
1016
- # * <tt>:delete_sql</tt> - Overwrite the default generated SQL statement used to remove links between the associated
1017
- # classes with a manual statement.
1018
- # * <tt>:insert_sql</tt> - Overwrite the default generated SQL statement used to add links between the associated classes
1019
- # with a manual statement.
1020
- # * <tt>:extend</tt> - Anonymous module for extending the proxy, see "Association extensions".
1021
- # * <tt>:include</tt> - Specify second-order associations that should be eager loaded when the collection is loaded.
1022
- # * <tt>:group</tt> - An attribute name by which the result should be grouped. Uses the <tt>GROUP BY</tt> SQL-clause.
1023
- # * <tt>:limit</tt> - An integer determining the limit on the number of rows that should be returned.
1024
- # * <tt>:offset</tt> - An integer determining the offset from where the rows should be fetched. So at 5, it would skip the first 4 rows.
1025
- # * <tt>:select</tt> - By default, this is <tt>*</tt> as in <tt>SELECT * FROM</tt>, but can be changed if, for example, you want to do a join
1026
- # but not include the joined columns. Do not forget to include the primary and foreign keys, otherwise it will raise an error.
1027
- # * <tt>:readonly</tt> - If true, all the associated objects are readonly through the association.
1028
- #
1029
- # Option examples:
1030
- # has_and_belongs_to_many :projects
1031
- # has_and_belongs_to_many :projects, :include => [ :milestones, :manager ]
1032
- # has_and_belongs_to_many :nations, :class_name => "Country"
1033
- # has_and_belongs_to_many :categories, :join_table => "prods_cats"
1034
- # has_and_belongs_to_many :categories, :readonly => true
1035
- # has_and_belongs_to_many :active_projects, :join_table => 'developers_projects', :delete_sql =>
1036
- # 'DELETE FROM developers_projects WHERE active=1 AND developer_id = #{id} AND project_id = #{record.id}'
1037
- def has_and_belongs_to_many(association_id, options = {}, &extension)
1038
- reflection = create_has_and_belongs_to_many_reflection(association_id, options, &extension)
1039
-
1040
- add_multiple_associated_save_callbacks(reflection.name)
1041
- collection_accessor_methods(reflection, HasAndBelongsToManyAssociation)
1042
-
1043
- # Don't use a before_destroy callback since users' before_destroy
1044
- # callbacks will be executed after the association is wiped out.
1045
- old_method = "destroy_without_habtm_shim_for_#{reflection.name}"
1046
- class_eval <<-end_eval unless method_defined?(old_method)
1047
- alias_method :#{old_method}, :destroy_without_callbacks
1048
- def destroy_without_callbacks
1049
- #{reflection.name}.clear
1050
- #{old_method}
1051
- end
1052
- end_eval
1053
-
1054
- add_association_callbacks(reflection.name, options)
1055
- end
1056
-
1057
- private
1058
- # Generate a join table name from two provided tables names.
1059
- # The order of names in join name is determined by lexical precedence.
1060
- # join_table_name("members", "clubs")
1061
- # => "clubs_members"
1062
- # join_table_name("members", "special_clubs")
1063
- # => "members_special_clubs"
1064
- def join_table_name(first_table_name, second_table_name)
1065
- if first_table_name < second_table_name
1066
- join_table = "#{first_table_name}_#{second_table_name}"
1067
- else
1068
- join_table = "#{second_table_name}_#{first_table_name}"
1069
- end
1070
-
1071
- table_name_prefix + join_table + table_name_suffix
1072
- end
1073
-
1074
- def association_accessor_methods(reflection, association_proxy_class)
1075
- ivar = "@#{reflection.name}"
1076
-
1077
- define_method(reflection.name) do |*params|
1078
- force_reload = params.first unless params.empty?
1079
-
1080
- association = instance_variable_get(ivar) if instance_variable_defined?(ivar)
1081
-
1082
- if association.nil? || force_reload
1083
- association = association_proxy_class.new(self, reflection)
1084
- retval = association.reload
1085
- if retval.nil? and association_proxy_class == BelongsToAssociation
1086
- instance_variable_set(ivar, nil)
1087
- return nil
1088
- end
1089
- instance_variable_set(ivar, association)
1090
- end
1091
-
1092
- association.target.nil? ? nil : association
1093
- end
1094
-
1095
- define_method("#{reflection.name}=") do |new_value|
1096
- association = instance_variable_get(ivar) if instance_variable_defined?(ivar)
1097
-
1098
- if association.nil? || association.target != new_value
1099
- association = association_proxy_class.new(self, reflection)
1100
- end
1101
-
1102
- if association_proxy_class == HasOneThroughAssociation
1103
- association.create_through_record(new_value)
1104
- self.send(reflection.name, new_value)
1105
- else
1106
- association.replace(new_value)
1107
- end
1108
-
1109
- instance_variable_set(ivar, new_value.nil? ? nil : association)
1110
- end
1111
-
1112
- define_method("set_#{reflection.name}_target") do |target|
1113
- return if target.nil? and association_proxy_class == BelongsToAssociation
1114
- association = association_proxy_class.new(self, reflection)
1115
- association.target = target
1116
- instance_variable_set(ivar, association)
1117
- end
1118
- end
1119
-
1120
- def collection_reader_method(reflection, association_proxy_class)
1121
- define_method(reflection.name) do |*params|
1122
- ivar = "@#{reflection.name}"
1123
-
1124
- force_reload = params.first unless params.empty?
1125
- association = instance_variable_get(ivar) if instance_variable_defined?(ivar)
1126
-
1127
- unless association.respond_to?(:loaded?)
1128
- association = association_proxy_class.new(self, reflection)
1129
- instance_variable_set(ivar, association)
1130
- end
1131
-
1132
- association.reload if force_reload
1133
-
1134
- association
1135
- end
1136
-
1137
- define_method("#{reflection.name.to_s.singularize}_ids") do
1138
- send(reflection.name).map(&:id)
1139
- end
1140
- end
1141
-
1142
- def collection_accessor_methods(reflection, association_proxy_class, writer = true)
1143
- collection_reader_method(reflection, association_proxy_class)
1144
-
1145
- if writer
1146
- define_method("#{reflection.name}=") do |new_value|
1147
- # Loads proxy class instance (defined in collection_reader_method) if not already loaded
1148
- association = send(reflection.name)
1149
- association.replace(new_value)
1150
- association
1151
- end
1152
-
1153
- define_method("#{reflection.name.to_s.singularize}_ids=") do |new_value|
1154
- ids = (new_value || []).reject { |nid| nid.blank? }
1155
- send("#{reflection.name}=", reflection.class_name.constantize.find(ids))
1156
- end
1157
- end
1158
- end
1159
-
1160
- def add_single_associated_save_callbacks(association_name)
1161
- method_name = "validate_associated_records_for_#{association_name}".to_sym
1162
- define_method(method_name) do
1163
- association = instance_variable_get("@#{association_name}")
1164
- if !association.nil?
1165
- errors.add "#{association_name}" unless association.target.nil? || association.valid?
1166
- end
1167
- end
1168
-
1169
- validate method_name
1170
- end
1171
-
1172
- def add_multiple_associated_save_callbacks(association_name)
1173
- method_name = "validate_associated_records_for_#{association_name}".to_sym
1174
- ivar = "@#{association_name}"
1175
-
1176
- define_method(method_name) do
1177
- association = instance_variable_get(ivar) if instance_variable_defined?(ivar)
1178
-
1179
- if association.respond_to?(:loaded?)
1180
- if new_record?
1181
- association
1182
- elsif association.loaded?
1183
- association.select { |record| record.new_record? }
1184
- else
1185
- association.target.select { |record| record.new_record? }
1186
- end.each do |record|
1187
- errors.add "#{association_name}" unless record.valid?
1188
- end
1189
- end
1190
- end
1191
-
1192
- validate method_name
1193
-
1194
- method_name = "before_save_associated_records_for_#{association_name}".to_sym
1195
- define_method(method_name) do
1196
- @new_record_before_save = new_record?
1197
- true
1198
- end
1199
- before_save method_name
1200
-
1201
- method_name = "after_create_or_update_associated_records_for_#{association_name}".to_sym
1202
- define_method(method_name) do
1203
- association = instance_variable_get("#{ivar}") if instance_variable_defined?("#{ivar}")
1204
-
1205
- records_to_save = if @new_record_before_save
1206
- association
1207
- elsif association.respond_to?(:loaded?) && association.loaded?
1208
- association.select { |record| record.new_record? }
1209
- elsif association.respond_to?(:loaded?) && !association.loaded?
1210
- association.target.select { |record| record.new_record? }
1211
- else
1212
- []
1213
- end
1214
-
1215
- records_to_save.each { |record| association.send(:insert_record, record) } unless records_to_save.blank?
1216
-
1217
- # reconstruct the SQL queries now that we know the owner's id
1218
- association.send(:construct_sql) if association.respond_to?(:construct_sql)
1219
- end
1220
-
1221
- # Doesn't use after_save as that would save associations added in after_create/after_update twice
1222
- after_create method_name
1223
- after_update method_name
1224
- end
1225
-
1226
- def association_constructor_method(constructor, reflection, association_proxy_class)
1227
- define_method("#{constructor}_#{reflection.name}") do |*params|
1228
- ivar = "@#{reflection.name}"
1229
-
1230
- attributees = params.first unless params.empty?
1231
- replace_existing = params[1].nil? ? true : params[1]
1232
- association = instance_variable_get(ivar) if instance_variable_defined?(ivar)
1233
-
1234
- if association.nil?
1235
- association = association_proxy_class.new(self, reflection)
1236
- instance_variable_set(ivar, association)
1237
- end
1238
-
1239
- if association_proxy_class == HasOneAssociation
1240
- association.send(constructor, attributees, replace_existing)
1241
- else
1242
- association.send(constructor, attributees)
1243
- end
1244
- end
1245
- end
1246
-
1247
- def find_with_associations(options = {})
1248
- catch :invalid_query do
1249
- join_dependency = JoinDependency.new(self, merge_includes(scope(:find, :include), options[:include]), options[:joins])
1250
- rows = select_all_rows(options, join_dependency)
1251
- return join_dependency.instantiate(rows)
1252
- end
1253
- []
1254
- end
1255
-
1256
- # See HasManyAssociation#delete_records. Dependent associations
1257
- # delete children, otherwise foreign key is set to NULL.
1258
- def configure_dependency_for_has_many(reflection)
1259
- if reflection.options.include?(:dependent)
1260
- # Add polymorphic type if the :as option is present
1261
- dependent_conditions = []
1262
- dependent_conditions << "#{reflection.primary_key_name} = \#{record.quoted_id}"
1263
- dependent_conditions << "#{reflection.options[:as]}_type = '#{base_class.name}'" if reflection.options[:as]
1264
- dependent_conditions << sanitize_sql(reflection.options[:conditions]) if reflection.options[:conditions]
1265
- dependent_conditions = dependent_conditions.collect {|where| "(#{where})" }.join(" AND ")
1266
-
1267
- case reflection.options[:dependent]
1268
- when :destroy
1269
- method_name = "has_many_dependent_destroy_for_#{reflection.name}".to_sym
1270
- define_method(method_name) do
1271
- send("#{reflection.name}").each { |o| o.destroy }
1272
- end
1273
- before_destroy method_name
1274
- when :delete_all
1275
- module_eval "before_destroy { |record| #{reflection.class_name}.delete_all(%(#{dependent_conditions})) }"
1276
- when :nullify
1277
- module_eval "before_destroy { |record| #{reflection.class_name}.update_all(%(#{reflection.primary_key_name} = NULL), %(#{dependent_conditions})) }"
1278
- else
1279
- raise ArgumentError, "The :dependent option expects either :destroy, :delete_all, or :nullify (#{reflection.options[:dependent].inspect})"
1280
- end
1281
- end
1282
- end
1283
-
1284
- def configure_dependency_for_has_one(reflection)
1285
- if reflection.options.include?(:dependent)
1286
- case reflection.options[:dependent]
1287
- when :destroy
1288
- method_name = "has_one_dependent_destroy_for_#{reflection.name}".to_sym
1289
- define_method(method_name) do
1290
- association = send("#{reflection.name}")
1291
- association.destroy unless association.nil?
1292
- end
1293
- before_destroy method_name
1294
- when :delete
1295
- method_name = "has_one_dependent_delete_for_#{reflection.name}".to_sym
1296
- define_method(method_name) do
1297
- association = send("#{reflection.name}")
1298
- association.class.delete(association.id) unless association.nil?
1299
- end
1300
- before_destroy method_name
1301
- when :nullify
1302
- method_name = "has_one_dependent_nullify_for_#{reflection.name}".to_sym
1303
- define_method(method_name) do
1304
- association = send("#{reflection.name}")
1305
- association.update_attribute("#{reflection.primary_key_name}", nil) unless association.nil?
1306
- end
1307
- before_destroy method_name
1308
- else
1309
- raise ArgumentError, "The :dependent option expects either :destroy, :delete or :nullify (#{reflection.options[:dependent].inspect})"
1310
- end
1311
- end
1312
- end
1313
-
1314
- def configure_dependency_for_belongs_to(reflection)
1315
- if reflection.options.include?(:dependent)
1316
- case reflection.options[:dependent]
1317
- when :destroy
1318
- method_name = "belongs_to_dependent_destroy_for_#{reflection.name}".to_sym
1319
- define_method(method_name) do
1320
- association = send("#{reflection.name}")
1321
- association.destroy unless association.nil?
1322
- end
1323
- before_destroy method_name
1324
- when :delete
1325
- method_name = "belongs_to_dependent_delete_for_#{reflection.name}".to_sym
1326
- define_method(method_name) do
1327
- association = send("#{reflection.name}")
1328
- association.class.delete(association.id) unless association.nil?
1329
- end
1330
- before_destroy method_name
1331
- else
1332
- raise ArgumentError, "The :dependent option expects either :destroy or :delete (#{reflection.options[:dependent].inspect})"
1333
- end
1334
- end
1335
- end
1336
-
1337
- def create_has_many_reflection(association_id, options, &extension)
1338
- options.assert_valid_keys(
1339
- :class_name, :table_name, :foreign_key,
1340
- :dependent,
1341
- :select, :conditions, :include, :order, :group, :limit, :offset,
1342
- :as, :through, :source, :source_type,
1343
- :uniq,
1344
- :finder_sql, :counter_sql,
1345
- :before_add, :after_add, :before_remove, :after_remove,
1346
- :extend, :readonly
1347
- )
1348
-
1349
- options[:extend] = create_extension_modules(association_id, extension, options[:extend])
1350
-
1351
- create_reflection(:has_many, association_id, options, self)
1352
- end
1353
-
1354
- def create_has_one_reflection(association_id, options)
1355
- options.assert_valid_keys(
1356
- :class_name, :foreign_key, :remote, :select, :conditions, :order, :include, :dependent, :counter_cache, :extend, :as, :readonly
1357
- )
1358
-
1359
- create_reflection(:has_one, association_id, options, self)
1360
- end
1361
-
1362
- def create_has_one_through_reflection(association_id, options)
1363
- options.assert_valid_keys(
1364
- :class_name, :foreign_key, :remote, :select, :conditions, :order, :include, :dependent, :counter_cache, :extend, :as, :through, :source, :source_type
1365
- )
1366
- create_reflection(:has_one, association_id, options, self)
1367
- end
1368
-
1369
- def create_belongs_to_reflection(association_id, options)
1370
- options.assert_valid_keys(
1371
- :class_name, :foreign_key, :foreign_type, :remote, :select, :conditions, :include, :dependent,
1372
- :counter_cache, :extend, :polymorphic, :readonly
1373
- )
1374
-
1375
- reflection = create_reflection(:belongs_to, association_id, options, self)
1376
-
1377
- if options[:polymorphic]
1378
- reflection.options[:foreign_type] ||= reflection.class_name.underscore + "_type"
1379
- end
1380
-
1381
- reflection
1382
- end
1383
-
1384
- def create_has_and_belongs_to_many_reflection(association_id, options, &extension)
1385
- options.assert_valid_keys(
1386
- :class_name, :table_name, :join_table, :foreign_key, :association_foreign_key,
1387
- :select, :conditions, :include, :order, :group, :limit, :offset,
1388
- :uniq,
1389
- :finder_sql, :delete_sql, :insert_sql,
1390
- :before_add, :after_add, :before_remove, :after_remove,
1391
- :extend, :readonly
1392
- )
1393
-
1394
- options[:extend] = create_extension_modules(association_id, extension, options[:extend])
1395
-
1396
- reflection = create_reflection(:has_and_belongs_to_many, association_id, options, self)
1397
-
1398
- reflection.options[:join_table] ||= join_table_name(undecorated_table_name(self.to_s), undecorated_table_name(reflection.class_name))
1399
-
1400
- reflection
1401
- end
1402
-
1403
- def reflect_on_included_associations(associations)
1404
- [ associations ].flatten.collect { |association| reflect_on_association(association.to_s.intern) }
1405
- end
1406
-
1407
- def guard_against_unlimitable_reflections(reflections, options)
1408
- if (options[:offset] || options[:limit]) && !using_limitable_reflections?(reflections)
1409
- raise(
1410
- ConfigurationError,
1411
- "You can not use offset and limit together with has_many or has_and_belongs_to_many associations"
1412
- )
1413
- end
1414
- end
1415
-
1416
- def select_all_rows(options, join_dependency)
1417
- connection.select_all(
1418
- construct_finder_sql_with_included_associations(options, join_dependency),
1419
- "#{name} Load Including Associations"
1420
- )
1421
- end
1422
-
1423
- def construct_finder_sql_with_included_associations(options, join_dependency)
1424
- scope = scope(:find)
1425
- sql = "SELECT #{column_aliases(join_dependency)} FROM #{(scope && scope[:from]) || options[:from] || quoted_table_name} "
1426
- sql << join_dependency.join_associations.collect{|join| join.association_join }.join
1427
-
1428
- add_joins!(sql, options, scope)
1429
- add_conditions!(sql, options[:conditions], scope)
1430
- add_limited_ids_condition!(sql, options, join_dependency) if !using_limitable_reflections?(join_dependency.reflections) && ((scope && scope[:limit]) || options[:limit])
1431
-
1432
- add_group!(sql, options[:group], scope)
1433
- add_order!(sql, options[:order], scope)
1434
- add_limit!(sql, options, scope) if using_limitable_reflections?(join_dependency.reflections)
1435
- add_lock!(sql, options, scope)
1436
-
1437
- return sanitize_sql(sql)
1438
- end
1439
-
1440
- def add_limited_ids_condition!(sql, options, join_dependency)
1441
- unless (id_list = select_limited_ids_list(options, join_dependency)).empty?
1442
- sql << "#{condition_word(sql)} #{connection.quote_table_name table_name}.#{primary_key} IN (#{id_list}) "
1443
- else
1444
- throw :invalid_query
1445
- end
1446
- end
1447
-
1448
- def select_limited_ids_list(options, join_dependency)
1449
- pk = columns_hash[primary_key]
1450
-
1451
- connection.select_all(
1452
- construct_finder_sql_for_association_limiting(options, join_dependency),
1453
- "#{name} Load IDs For Limited Eager Loading"
1454
- ).collect { |row| connection.quote(row[primary_key], pk) }.join(", ")
1455
- end
1456
-
1457
- def construct_finder_sql_for_association_limiting(options, join_dependency)
1458
- scope = scope(:find)
1459
-
1460
- # Only join tables referenced in order or conditions since this is particularly slow on the pre-query.
1461
- tables_from_conditions = conditions_tables(options)
1462
- tables_from_order = order_tables(options)
1463
- all_tables = tables_from_conditions + tables_from_order
1464
- distinct_join_associations = all_tables.uniq.map{|table|
1465
- join_dependency.joins_for_table_name(table)
1466
- }.flatten.compact.uniq
1467
-
1468
- is_distinct = !options[:joins].blank? || include_eager_conditions?(options, tables_from_conditions) || include_eager_order?(options, tables_from_order)
1469
- sql = "SELECT "
1470
- if is_distinct
1471
- sql << connection.distinct("#{connection.quote_table_name table_name}.#{primary_key}", options[:order])
1472
- else
1473
- sql << primary_key
1474
- end
1475
- sql << " FROM #{connection.quote_table_name table_name} "
1476
-
1477
- if is_distinct
1478
- sql << distinct_join_associations.collect(&:association_join).join
1479
- add_joins!(sql, options, scope)
1480
- end
1481
-
1482
- add_conditions!(sql, options[:conditions], scope)
1483
- add_group!(sql, options[:group], scope)
1484
-
1485
- if options[:order] && is_distinct
1486
- connection.add_order_by_for_association_limiting!(sql, options)
1487
- else
1488
- add_order!(sql, options[:order], scope)
1489
- end
1490
-
1491
- add_limit!(sql, options, scope)
1492
-
1493
- return sanitize_sql(sql)
1494
- end
1495
-
1496
- def conditions_tables(options)
1497
- # look in both sets of conditions
1498
- conditions = [scope(:find, :conditions), options[:conditions]].inject([]) do |all, cond|
1499
- case cond
1500
- when nil then all
1501
- when Array then all << cond.first
1502
- else all << cond
1503
- end
1504
- end
1505
- conditions.join(' ').scan(/([\.\w]+).?\./).flatten
1506
- end
1507
-
1508
- def order_tables(options)
1509
- order = options[:order]
1510
- return [] unless order && order.is_a?(String)
1511
- order.scan(/([\.\w]+).?\./).flatten
1512
- end
1513
-
1514
- def selects_tables(options)
1515
- select = options[:select]
1516
- return [] unless select && select.is_a?(String)
1517
- select.scan(/"?([\.\w]+)"?.?\./).flatten
1518
- end
1519
-
1520
- # Checks if the conditions reference a table other than the current model table
1521
- def include_eager_conditions?(options, tables = nil)
1522
- ((tables || conditions_tables(options)) - [table_name]).any?
1523
- end
1524
-
1525
- # Checks if the query order references a table other than the current model's table.
1526
- def include_eager_order?(options, tables = nil)
1527
- ((tables || order_tables(options)) - [table_name]).any?
1528
- end
1529
-
1530
- def include_eager_select?(options)
1531
- (selects_tables(options) - [table_name]).any?
1532
- end
1533
-
1534
- def references_eager_loaded_tables?(options)
1535
- include_eager_order?(options) || include_eager_conditions?(options) || include_eager_select?(options)
1536
- end
1537
-
1538
- def using_limitable_reflections?(reflections)
1539
- reflections.reject { |r| [ :belongs_to, :has_one ].include?(r.macro) }.length.zero?
1540
- end
1541
-
1542
- def column_aliases(join_dependency)
1543
- join_dependency.joins.collect{|join| join.column_names_with_alias.collect{|column_name, aliased_name|
1544
- "#{connection.quote_table_name join.aliased_table_name}.#{connection.quote_column_name column_name} AS #{aliased_name}"}}.flatten.join(", ")
1545
- end
1546
-
1547
- def add_association_callbacks(association_name, options)
1548
- callbacks = %w(before_add after_add before_remove after_remove)
1549
- callbacks.each do |callback_name|
1550
- full_callback_name = "#{callback_name}_for_#{association_name}"
1551
- defined_callbacks = options[callback_name.to_sym]
1552
- if options.has_key?(callback_name.to_sym)
1553
- class_inheritable_reader full_callback_name.to_sym
1554
- write_inheritable_attribute(full_callback_name.to_sym, [defined_callbacks].flatten)
1555
- else
1556
- write_inheritable_attribute(full_callback_name.to_sym, [])
1557
- end
1558
- end
1559
- end
1560
-
1561
- def condition_word(sql)
1562
- sql =~ /where/i ? " AND " : "WHERE "
1563
- end
1564
-
1565
- def create_extension_modules(association_id, block_extension, extensions)
1566
- if block_extension
1567
- extension_module_name = "#{self.to_s}#{association_id.to_s.camelize}AssociationExtension"
1568
-
1569
- silence_warnings do
1570
- Object.const_set(extension_module_name, Module.new(&block_extension))
1571
- end
1572
- Array(extensions).push(extension_module_name.constantize)
1573
- else
1574
- Array(extensions)
1575
- end
1576
- end
1577
-
1578
- class JoinDependency # :nodoc:
1579
- attr_reader :joins, :reflections, :table_aliases
1580
-
1581
- def initialize(base, associations, joins)
1582
- @joins = [JoinBase.new(base, joins)]
1583
- @associations = associations
1584
- @reflections = []
1585
- @base_records_hash = {}
1586
- @base_records_in_order = []
1587
- @table_aliases = Hash.new { |aliases, table| aliases[table] = 0 }
1588
- @table_aliases[base.table_name] = 1
1589
- build(associations)
1590
- end
1591
-
1592
- def join_associations
1593
- @joins[1..-1].to_a
1594
- end
1595
-
1596
- def join_base
1597
- @joins[0]
1598
- end
1599
-
1600
- def instantiate(rows)
1601
- rows.each_with_index do |row, i|
1602
- primary_id = join_base.record_id(row)
1603
- unless @base_records_hash[primary_id]
1604
- @base_records_in_order << (@base_records_hash[primary_id] = join_base.instantiate(row))
1605
- end
1606
- construct(@base_records_hash[primary_id], @associations, join_associations.dup, row)
1607
- end
1608
- remove_duplicate_results!(join_base.active_record, @base_records_in_order, @associations)
1609
- return @base_records_in_order
1610
- end
1611
-
1612
- def remove_duplicate_results!(base, records, associations)
1613
- case associations
1614
- when Symbol, String
1615
- reflection = base.reflections[associations]
1616
- if reflection && [:has_many, :has_and_belongs_to_many].include?(reflection.macro)
1617
- records.each { |record| record.send(reflection.name).target.uniq! }
1618
- end
1619
- when Array
1620
- associations.each do |association|
1621
- remove_duplicate_results!(base, records, association)
1622
- end
1623
- when Hash
1624
- associations.keys.each do |name|
1625
- reflection = base.reflections[name]
1626
- is_collection = [:has_many, :has_and_belongs_to_many].include?(reflection.macro)
1627
-
1628
- parent_records = records.map do |record|
1629
- descendant = record.send(reflection.name)
1630
- next unless descendant
1631
- descendant.target.uniq! if is_collection
1632
- descendant
1633
- end.flatten.compact
1634
-
1635
- remove_duplicate_results!(reflection.class_name.constantize, parent_records, associations[name]) unless parent_records.empty?
1636
- end
1637
- end
1638
- end
1639
-
1640
- def join_for_table_name(table_name)
1641
- @joins.select{|j|j.aliased_table_name == table_name.gsub(/^\"(.*)\"$/){$1} }.first rescue nil
1642
- end
1643
-
1644
- def joins_for_table_name(table_name)
1645
- join = join_for_table_name(table_name)
1646
- result = nil
1647
- if join && join.is_a?(JoinAssociation)
1648
- result = [join]
1649
- if join.parent && join.parent.is_a?(JoinAssociation)
1650
- result = joins_for_table_name(join.parent.aliased_table_name) +
1651
- result
1652
- end
1653
- end
1654
- result
1655
- end
1656
-
1657
- protected
1658
- def build(associations, parent = nil)
1659
- parent ||= @joins.last
1660
- case associations
1661
- when Symbol, String
1662
- reflection = parent.reflections[associations.to_s.intern] or
1663
- raise ConfigurationError, "Association named '#{ associations }' was not found; perhaps you misspelled it?"
1664
- @reflections << reflection
1665
- @joins << build_join_association(reflection, parent)
1666
- when Array
1667
- associations.each do |association|
1668
- build(association, parent)
1669
- end
1670
- when Hash
1671
- associations.keys.sort{|a,b|a.to_s<=>b.to_s}.each do |name|
1672
- build(name, parent)
1673
- build(associations[name])
1674
- end
1675
- else
1676
- raise ConfigurationError, associations.inspect
1677
- end
1678
- end
1679
-
1680
- # overridden in InnerJoinDependency subclass
1681
- def build_join_association(reflection, parent)
1682
- JoinAssociation.new(reflection, self, parent)
1683
- end
1684
-
1685
- def construct(parent, associations, joins, row)
1686
- case associations
1687
- when Symbol, String
1688
- while (join = joins.shift).reflection.name.to_s != associations.to_s
1689
- raise ConfigurationError, "Not Enough Associations" if joins.empty?
1690
- end
1691
- construct_association(parent, join, row)
1692
- when Array
1693
- associations.each do |association|
1694
- construct(parent, association, joins, row)
1695
- end
1696
- when Hash
1697
- associations.keys.sort{|a,b|a.to_s<=>b.to_s}.each do |name|
1698
- association = construct_association(parent, joins.shift, row)
1699
- construct(association, associations[name], joins, row) if association
1700
- end
1701
- else
1702
- raise ConfigurationError, associations.inspect
1703
- end
1704
- end
1705
-
1706
- def construct_association(record, join, row)
1707
- case join.reflection.macro
1708
- when :has_many, :has_and_belongs_to_many
1709
- collection = record.send(join.reflection.name)
1710
- collection.loaded
1711
-
1712
- return nil if record.id.to_s != join.parent.record_id(row).to_s or row[join.aliased_primary_key].nil?
1713
- association = join.instantiate(row)
1714
- collection.target.push(association)
1715
- when :has_one
1716
- return if record.id.to_s != join.parent.record_id(row).to_s
1717
- association = join.instantiate(row) unless row[join.aliased_primary_key].nil?
1718
- record.send("set_#{join.reflection.name}_target", association)
1719
- when :belongs_to
1720
- return if record.id.to_s != join.parent.record_id(row).to_s or row[join.aliased_primary_key].nil?
1721
- association = join.instantiate(row)
1722
- record.send("set_#{join.reflection.name}_target", association)
1723
- else
1724
- raise ConfigurationError, "unknown macro: #{join.reflection.macro}"
1725
- end
1726
- return association
1727
- end
1728
-
1729
- class JoinBase # :nodoc:
1730
- attr_reader :active_record, :table_joins
1731
- delegate :table_name, :column_names, :primary_key, :reflections, :sanitize_sql, :to => :active_record
1732
-
1733
- def initialize(active_record, joins = nil)
1734
- @active_record = active_record
1735
- @cached_record = {}
1736
- @table_joins = joins
1737
- end
1738
-
1739
- def aliased_prefix
1740
- "t0"
1741
- end
1742
-
1743
- def aliased_primary_key
1744
- "#{ aliased_prefix }_r0"
1745
- end
1746
-
1747
- def aliased_table_name
1748
- active_record.table_name
1749
- end
1750
-
1751
- def column_names_with_alias
1752
- unless defined?(@column_names_with_alias)
1753
- @column_names_with_alias = []
1754
-
1755
- ([primary_key] + (column_names - [primary_key])).each_with_index do |column_name, i|
1756
- @column_names_with_alias << [column_name, "#{ aliased_prefix }_r#{ i }"]
1757
- end
1758
- end
1759
-
1760
- @column_names_with_alias
1761
- end
1762
-
1763
- def extract_record(row)
1764
- column_names_with_alias.inject({}){|record, (cn, an)| record[cn] = row[an]; record}
1765
- end
1766
-
1767
- def record_id(row)
1768
- row[aliased_primary_key]
1769
- end
1770
-
1771
- def instantiate(row)
1772
- @cached_record[record_id(row)] ||= active_record.send(:instantiate, extract_record(row))
1773
- end
1774
- end
1775
-
1776
- class JoinAssociation < JoinBase # :nodoc:
1777
- attr_reader :reflection, :parent, :aliased_table_name, :aliased_prefix, :aliased_join_table_name, :parent_table_name
1778
- delegate :options, :klass, :through_reflection, :source_reflection, :to => :reflection
1779
-
1780
- def initialize(reflection, join_dependency, parent = nil)
1781
- reflection.check_validity!
1782
- if reflection.options[:polymorphic]
1783
- raise EagerLoadPolymorphicError.new(reflection)
1784
- end
1785
-
1786
- super(reflection.klass)
1787
- @join_dependency = join_dependency
1788
- @parent = parent
1789
- @reflection = reflection
1790
- @aliased_prefix = "t#{ join_dependency.joins.size }"
1791
- @parent_table_name = parent.active_record.table_name
1792
- @aliased_table_name = aliased_table_name_for(table_name)
1793
-
1794
- if reflection.macro == :has_and_belongs_to_many
1795
- @aliased_join_table_name = aliased_table_name_for(reflection.options[:join_table], "_join")
1796
- end
1797
-
1798
- if reflection.macro == :has_many && reflection.options[:through]
1799
- @aliased_join_table_name = aliased_table_name_for(reflection.through_reflection.klass.table_name, "_join")
1800
- end
1801
- end
1802
-
1803
- def association_join
1804
- connection = reflection.active_record.connection
1805
- join = case reflection.macro
1806
- when :has_and_belongs_to_many
1807
- " #{join_type} %s ON %s.%s = %s.%s " % [
1808
- table_alias_for(options[:join_table], aliased_join_table_name),
1809
- connection.quote_table_name(aliased_join_table_name),
1810
- options[:foreign_key] || reflection.active_record.to_s.foreign_key,
1811
- connection.quote_table_name(parent.aliased_table_name),
1812
- reflection.active_record.primary_key] +
1813
- " #{join_type} %s ON %s.%s = %s.%s " % [
1814
- table_name_and_alias,
1815
- connection.quote_table_name(aliased_table_name),
1816
- klass.primary_key,
1817
- connection.quote_table_name(aliased_join_table_name),
1818
- options[:association_foreign_key] || klass.to_s.foreign_key
1819
- ]
1820
- when :has_many, :has_one
1821
- case
1822
- when reflection.macro == :has_many && reflection.options[:through]
1823
- through_conditions = through_reflection.options[:conditions] ? "AND #{interpolate_sql(sanitize_sql(through_reflection.options[:conditions]))}" : ''
1824
-
1825
- jt_foreign_key = jt_as_extra = jt_source_extra = jt_sti_extra = nil
1826
- first_key = second_key = as_extra = nil
1827
-
1828
- if through_reflection.options[:as] # has_many :through against a polymorphic join
1829
- jt_foreign_key = through_reflection.options[:as].to_s + '_id'
1830
- jt_as_extra = " AND %s.%s = %s" % [
1831
- connection.quote_table_name(aliased_join_table_name),
1832
- connection.quote_column_name(through_reflection.options[:as].to_s + '_type'),
1833
- klass.quote_value(parent.active_record.base_class.name)
1834
- ]
1835
- else
1836
- jt_foreign_key = through_reflection.primary_key_name
1837
- end
1838
-
1839
- case source_reflection.macro
1840
- when :has_many
1841
- if source_reflection.options[:as]
1842
- first_key = "#{source_reflection.options[:as]}_id"
1843
- second_key = options[:foreign_key] || primary_key
1844
- as_extra = " AND %s.%s = %s" % [
1845
- connection.quote_table_name(aliased_table_name),
1846
- connection.quote_column_name("#{source_reflection.options[:as]}_type"),
1847
- klass.quote_value(source_reflection.active_record.base_class.name)
1848
- ]
1849
- else
1850
- first_key = through_reflection.klass.base_class.to_s.foreign_key
1851
- second_key = options[:foreign_key] || primary_key
1852
- end
1853
-
1854
- unless through_reflection.klass.descends_from_active_record?
1855
- jt_sti_extra = " AND %s.%s = %s" % [
1856
- connection.quote_table_name(aliased_join_table_name),
1857
- connection.quote_column_name(through_reflection.active_record.inheritance_column),
1858
- through_reflection.klass.quote_value(through_reflection.klass.name.demodulize)]
1859
- end
1860
- when :belongs_to
1861
- first_key = primary_key
1862
- if reflection.options[:source_type]
1863
- second_key = source_reflection.association_foreign_key
1864
- jt_source_extra = " AND %s.%s = %s" % [
1865
- connection.quote_table_name(aliased_join_table_name),
1866
- connection.quote_column_name(reflection.source_reflection.options[:foreign_type]),
1867
- klass.quote_value(reflection.options[:source_type])
1868
- ]
1869
- else
1870
- second_key = source_reflection.primary_key_name
1871
- end
1872
- end
1873
-
1874
- " #{join_type} %s ON (%s.%s = %s.%s%s%s%s) " % [
1875
- table_alias_for(through_reflection.klass.table_name, aliased_join_table_name),
1876
- connection.quote_table_name(parent.aliased_table_name),
1877
- connection.quote_column_name(parent.primary_key),
1878
- connection.quote_table_name(aliased_join_table_name),
1879
- connection.quote_column_name(jt_foreign_key),
1880
- jt_as_extra, jt_source_extra, jt_sti_extra
1881
- ] +
1882
- " #{join_type} %s ON (%s.%s = %s.%s%s) " % [
1883
- table_name_and_alias,
1884
- connection.quote_table_name(aliased_table_name),
1885
- connection.quote_column_name(first_key),
1886
- connection.quote_table_name(aliased_join_table_name),
1887
- connection.quote_column_name(second_key),
1888
- as_extra
1889
- ]
1890
-
1891
- when reflection.options[:as] && [:has_many, :has_one].include?(reflection.macro)
1892
- " #{join_type} %s ON %s.%s = %s.%s AND %s.%s = %s" % [
1893
- table_name_and_alias,
1894
- connection.quote_table_name(aliased_table_name),
1895
- "#{reflection.options[:as]}_id",
1896
- connection.quote_table_name(parent.aliased_table_name),
1897
- parent.primary_key,
1898
- connection.quote_table_name(aliased_table_name),
1899
- "#{reflection.options[:as]}_type",
1900
- klass.quote_value(parent.active_record.base_class.name)
1901
- ]
1902
- else
1903
- foreign_key = options[:foreign_key] || reflection.active_record.name.foreign_key
1904
- " #{join_type} %s ON %s.%s = %s.%s " % [
1905
- table_name_and_alias,
1906
- aliased_table_name,
1907
- foreign_key,
1908
- parent.aliased_table_name,
1909
- parent.primary_key
1910
- ]
1911
- end
1912
- when :belongs_to
1913
- " #{join_type} %s ON %s.%s = %s.%s " % [
1914
- table_name_and_alias,
1915
- connection.quote_table_name(aliased_table_name),
1916
- reflection.klass.primary_key,
1917
- connection.quote_table_name(parent.aliased_table_name),
1918
- options[:foreign_key] || reflection.primary_key_name
1919
- ]
1920
- else
1921
- ""
1922
- end || ''
1923
- join << %(AND %s.%s = %s ) % [
1924
- connection.quote_table_name(aliased_table_name),
1925
- connection.quote_column_name(klass.inheritance_column),
1926
- klass.quote_value(klass.name.demodulize)] unless klass.descends_from_active_record?
1927
-
1928
- [through_reflection, reflection].each do |ref|
1929
- join << "AND #{interpolate_sql(sanitize_sql(ref.options[:conditions]))} " if ref && ref.options[:conditions]
1930
- end
1931
-
1932
- join
1933
- end
1934
-
1935
- protected
1936
-
1937
- def aliased_table_name_for(name, suffix = nil)
1938
- if !parent.table_joins.blank? && parent.table_joins.to_s.downcase =~ %r{join(\s+\w+)?\s+#{name.downcase}\son}
1939
- @join_dependency.table_aliases[name] += 1
1940
- end
1941
-
1942
- unless @join_dependency.table_aliases[name].zero?
1943
- # if the table name has been used, then use an alias
1944
- name = active_record.connection.table_alias_for "#{pluralize(reflection.name)}_#{parent_table_name}#{suffix}"
1945
- table_index = @join_dependency.table_aliases[name]
1946
- @join_dependency.table_aliases[name] += 1
1947
- name = name[0..active_record.connection.table_alias_length-3] + "_#{table_index+1}" if table_index > 0
1948
- else
1949
- @join_dependency.table_aliases[name] += 1
1950
- end
1951
-
1952
- name
1953
- end
1954
-
1955
- def pluralize(table_name)
1956
- ActiveRecord::Base.pluralize_table_names ? table_name.to_s.pluralize : table_name
1957
- end
1958
-
1959
- def table_alias_for(table_name, table_alias)
1960
- "#{reflection.active_record.connection.quote_table_name(table_name)} #{table_alias if table_name != table_alias}".strip
1961
- end
1962
-
1963
- def table_name_and_alias
1964
- table_alias_for table_name, @aliased_table_name
1965
- end
1966
-
1967
- def interpolate_sql(sql)
1968
- instance_eval("%@#{sql.gsub('@', '\@')}@")
1969
- end
1970
-
1971
- private
1972
- def join_type
1973
- "LEFT OUTER JOIN"
1974
- end
1975
- end
1976
- end
1977
-
1978
- class InnerJoinDependency < JoinDependency # :nodoc:
1979
- protected
1980
- def build_join_association(reflection, parent)
1981
- InnerJoinAssociation.new(reflection, self, parent)
1982
- end
1983
-
1984
- class InnerJoinAssociation < JoinAssociation
1985
- private
1986
- def join_type
1987
- "INNER JOIN"
1988
- end
1989
- end
1990
- end
1991
-
1992
- end
1993
- end
1994
- end