Guest User

Untitled

a guest
Dec 8th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.53 KB | None | 0 0
  1. rake db:setup --trace
  2. (in /home/leonid/projects/rails/leap)
  3. DEPRECATION WARNING: Rake tasks in vendor/plugins/add_nested_fields/tasks, vendor/plugins/jrails/tasks, and vendor/plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called from /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/rails-2.3.10/lib/tasks/rails.rb:10)
  4. ** Invoke db:setup (first_time)
  5. ** Invoke db:create (first_time)
  6. ** Invoke db:load_config (first_time)
  7. ** Invoke rails_env (first_time)
  8. ** Execute rails_env
  9. ** Execute db:load_config
  10. ** Execute db:create
  11. leap_development already exists
  12. ** Invoke db:schema:load (first_time)
  13. ** Invoke environment (first_time)
  14. ** Execute environment
  15. ** Erubis 2.6.6
  16. ** Execute db:schema:load
  17. -- create_table("achievements", {:force=>true})
  18. -> 0.0349s
  19. -- add_index("achievements", ["award_id", "created_at"], {:name=>"index_achievements_on_award_id_and_created_at"})
  20. -> 0.0141s
  21. -- add_index("achievements", ["member_id", "created_at"], {:name=>"index_achievements_on_member_id_and_created_at"})
  22. -> 0.0166s
  23. -- create_table("actions", {:force=>true})
  24. -> 0.0209s
  25. -- add_index("actions", ["category_id"], {:name=>"index_actions_on_category_id"})
  26. -> 0.0199s
  27. -- add_index("actions", ["company_id"], {:name=>"index_actions_on_company_id"})
  28. -> 0.0148s
  29. -- add_index("actions", ["hidden"], {:name=>"index_actions_on_hidden"})
  30. -> 0.0174s
  31. -- add_index("actions", ["member_id"], {:name=>"index_actions_on_owner_id"})
  32. -> 0.0200s
  33. -- add_index("actions", ["permalink"], {:name=>"index_actions_on_permalink"})
  34. -> 0.0210s
  35. -- create_table("actions_skills", {:force=>true, :id=>false})
  36. -> 0.0219s
  37. -- add_index("actions_skills", ["action_id"], {:name=>"index_actions_skills_on_action_id"})
  38. -> 0.0164s
  39. -- add_index("actions_skills", ["skill_id"], {:name=>"index_actions_skills_on_skill_id"})
  40. -> 0.0165s
  41. -- create_table("actions_themes", {:force=>true, :id=>false})
  42. -> 0.0243s
  43. -- create_table("activities", {:force=>true})
  44. -> 0.0263s
  45. -- add_index("activities", ["active_on_id", "active_on_type"], {:name=>"active_on"})
  46. -> 0.0199s
  47. -- add_index("activities", ["company_id"], {:name=>"index_activities_on_company_id"})
  48. -> 0.0188s
  49. -- add_index("activities", ["created_at"], {:name=>"created_at"})
  50. -> 0.0126s
  51. -- add_index("activities", ["member_id", "created_at"], {:name=>"member_created"})
  52. -> 0.0243s
  53. -- create_table("activity_skills", {:force=>true})
  54. -> 0.0220s
  55. -- create_table("allowance_requests", {:force=>true})
  56. -> 0.0258s
  57. -- add_index("allowance_requests", ["line_manager_id"], {:name=>"index_allowance_requests_on_line_manager_id"})
  58. -> 0.0181s
  59. -- add_index("allowance_requests", ["member_id"], {:name=>"index_allowance_requests_on_member_id"})
  60. -> 0.0227s
  61. -- add_index("allowance_requests", ["state"], {:name=>"index_allowance_requests_on_state"})
  62. -> 0.0182s
  63. -- create_table("allowances", {:force=>true})
  64. -> 0.0253s
  65. -- create_table("attendances", {:force=>true})
  66. -> 0.0235s
  67. -- add_index("attendances", ["event_date_id"], {:name=>"index_attendances_on_event_date_id"})
  68. -> 0.0179s
  69. -- add_index("attendances", ["member_id", "event_date_id"], {:unique=>true, :name=>"index_attendances_on_member_id_and_event_date_id"})
  70. -> 0.0236s
  71. -- add_index("attendances", ["member_id", "event_date_id"], {:unique=>true, :name=>"member_event"})
  72. -> 0.0253s
  73. -- add_index("attendances", ["responded"], {:name=>"index_attendances_on_responded"})
  74. -> 0.0186s
  75. -- create_table("awards", {:force=>true})
  76. -> 0.0251s
  77. -- add_index("awards", ["level"], {:name=>"index_awards_on_level"})
  78. -> 0.0165s
  79. -- create_table("beneficiaries", {:force=>true})
  80. -> 0.0363s
  81. -- add_index("beneficiaries", ["city_id"], {:name=>"index_charities_on_city_id"})
  82. -> 0.0283s
  83. -- add_index("beneficiaries", ["owner_id"], {:name=>"index_charities_on_owner_id"})
  84. -> 0.0208s
  85. -- add_index("beneficiaries", ["permalink"], {:name=>"index_charities_on_permalink"})
  86. -> 0.0307s
  87. -- add_index("beneficiaries", ["public"], {:name=>"index_charities_on_public"})
  88. -> 0.0240s
  89. -- add_index("beneficiaries", ["state"], {:name=>"index_charities_on_state"})
  90. -> 0.0232s
  91. -- create_table("beneficiaries_causes", {:force=>true, :id=>false})
  92. -> 0.0224s
  93. -- create_table("beneficiary_nominations", {:force=>true})
  94. -> 0.0239s
  95. -- add_index("beneficiary_nominations", ["nominator_id"], {:name=>"index_beneficiary_nominations_on_nominator_id"})
  96. -> 0.0185s
  97. -- add_index("beneficiary_nominations", ["nominator_type"], {:name=>"index_beneficiary_nominations_on_nominator_type"})
  98. -> 0.0267s
  99. -- create_table("blogs", {:force=>true})
  100. -> 0.0252s
  101. -- add_index("blogs", ["cr"], {:name=>"index_blogs_on_cr"})
  102. -> 0.0247s
  103. -- add_index("blogs", ["created_at"], {:name=>"index_blogs_on_created_on"})
  104. -> 0.0280s
  105. -- add_index("blogs", ["member_id"], {:name=>"index_blogs_on_member_id"})
  106. -> 0.0189s
  107. -- create_table("cached_feeds", {:force=>true})
  108. -> 0.0264s
  109. -- create_table("campaigns", {:force=>true})
  110. -> 0.0237s
  111. -- create_table("campaigns_events", {:force=>true, :id=>false})
  112. -> 0.0196s
  113. -- create_table("categories", {:force=>true})
  114. -> 0.0201s
  115. -- create_table("causes", {:force=>true})
  116. -> 0.0312s
  117. -- create_table("charity_numbers", {:force=>true})
  118. -> 0.0236s
  119. -- add_index("charity_numbers", ["beneficiary_id"], {:name=>"index_charity_numbers_on_charity_id"})
  120. -> 0.0160s
  121. -- create_table("cities", {:force=>true})
  122. -> 0.0235s
  123. -- add_index("cities", ["country_id"], {:name=>"index_cities_on_country_id"})
  124. -> 0.0209s
  125. -- add_index("cities", ["subdomain"], {:name=>"index_cities_on_subdomain"})
  126. -> 0.0203s
  127. -- create_table("comments", {:force=>true})
  128. -> 0.0270s
  129. -- add_index("comments", ["commentable_id"], {:name=>"index_wall_posts_on_commentable_id"})
  130. -> 0.0194s
  131. -- add_index("comments", ["commentable_type"], {:name=>"index_wall_posts_on_commentable_type"})
  132. -> 0.0170s
  133. -- add_index("comments", ["company_id"], {:name=>"index_wall_posts_on_company_id"})
  134. -> 0.0208s
  135. -- add_index("comments", ["created_at"], {:name=>"index_wall_posts_on_wall_id_and_created_at"})
  136. -> 0.0179s
  137. -- add_index("comments", ["member_id"], {:name=>"index_wall_posts_on_member_id"})
  138. -> 0.0235s
  139. -- create_table("commitments", {:force=>true})
  140. -> 0.0225s
  141. -- create_table("companies", {:force=>true})
  142. -> 0.0260s
  143. -- add_index("companies", ["subdomain"], {:name=>"index_companies_on_subdomain"})
  144. -> 0.0235s
  145. -- create_table("company_featured_events", {:force=>true, :id=>false})
  146. -> 0.0219s
  147. -- add_index("company_featured_events", ["company_id"], {:name=>"index_company_featured_events_on_company_id"})
  148. -> 0.0300s
  149. -- add_index("company_featured_events", ["event_date_id"], {:name=>"index_company_featured_events_on_event_date_id"})
  150. -> 0.0176s
  151. -- create_table("cr_intros", {:force=>true})
  152. -> 0.0235s
  153. -- create_table("csv_imports", {:force=>true})
  154. -> 0.0303s
  155. -- create_table("delayed_jobs", {:force=>true})
  156. -> 0.0229s
  157. -- create_table("discussions", {:force=>true})
  158. -> 0.0214s
  159. -- add_index("discussions", ["country"], {:name=>"index_discussions_on_country"})
  160. -> 0.0160s
  161. -- create_table("emails", {:force=>true})
  162. -> 0.0246s
  163. -- add_index("emails", ["company_id"], {:name=>"index_emails_on_company_id"})
  164. -> 0.0183s
  165. -- add_index("emails", ["template"], {:name=>"index_emails_on_template"})
  166. -> 0.0179s
  167. -- create_table("event_dates", {:force=>true})
  168. -> 0.0273s
  169. -- add_index("event_dates", ["city_id"], {:name=>"index_event_dates_on_city_id"})
  170. -> 0.0186s
  171. -- add_index("event_dates", ["event_id"], {:name=>"index_event_dates_on_event_id"})
  172. -> 0.0251s
  173. -- add_index("event_dates", ["leap_id", "start_datetime"], {:name=>"index_leap_dates_on_leap_id_and_start_datetime"})
  174. -> 0.0192s
  175. -- add_index("event_dates", ["leap_id"], {:name=>"index_leap_dates_on_leap_id"})
  176. -> 0.0210s
  177. -- add_index("event_dates", ["local_end_datetime"], {:name=>"index_event_dates_on_local_end_datetime"})
  178. -> 0.0155s
  179. -- add_index("event_dates", ["local_start_datetime"], {:name=>"index_event_dates_on_local_start_datetime"})
  180. -> 0.0221s
  181. -- add_index("event_dates", ["start_datetime", "end_datetime"], {:name=>"index_leap_dates_on_start_datetime_and_end_datetime"})
  182. -> 0.0229s
  183. -- add_index("event_dates", ["start_datetime"], {:name=>"index_leap_dates_on_start_datetime"})
  184. -> 0.0248s
  185. -- create_table("event_imports", {:force=>true})
  186. -> 0.0225s
  187. -- create_table("event_invites", {:force=>true})
  188. -> 0.0230s
  189. -- add_index("event_invites", ["event_date_id"], {:name=>"index_event_invites_on_event_date_id"})
  190. -> 0.0153s
  191. -- add_index("event_invites", ["event_id"], {:name=>"index_event_invites_on_event_id"})
  192. -> 0.0327s
  193. -- add_index("event_invites", ["invited_id"], {:name=>"index_event_invites_on_invited_id"})
  194. -> 0.0272s
  195. -- add_index("event_invites", ["member_id"], {:name=>"index_event_invites_on_member_id"})
  196. -> 0.0207s
  197. -- create_table("event_photos", {:force=>true})
  198. -> 0.0223s
  199. -- add_index("event_photos", ["leap_id"], {:name=>"index_leap_main_photos_on_leap_id"})
  200. -> 0.0202s
  201. -- create_table("events", {:force=>true})
  202. -> 0.0485s
  203. -- add_index("events", ["company_id"], {:name=>"index_events_on_company_id"})
  204. -> 0.0284s
  205. -- add_index("events", ["delta"], {:name=>"index_events_on_delta"})
  206. -> 0.0298s
  207. -- add_index("events", ["eb_id"], {:name=>"index_events_on_eb_id"})
  208. -> 0.0355s
  209. -- add_index("events", ["imported_from", "imported_from_id"], {:name=>"imported_from"})
  210. -> 0.0281s
  211. -- add_index("events", ["permalink"], {:name=>"index_events_on_permalink"})
  212. -> 0.0276s
  213. -- add_index("events", ["public"], {:name=>"index_events_on_public"})
  214. -> 0.0268s
  215. -- create_table("events_themes", {:force=>true, :id=>false})
  216. -> 0.0202s
  217. -- create_table("featured_beneficiaries", {:force=>true})
  218. -> 0.0245s
  219. -- add_index("featured_beneficiaries", ["beneficiary_id"], {:name=>"index_featured_beneficiaries_on_beneficiary_id"})
  220. -> 0.0214s
  221. -- add_index("featured_beneficiaries", ["start_date"], {:name=>"index_featured_beneficiaries_on_start_date"})
  222. -> 0.0217s
  223. -- create_table("feed_items", {:force=>true})
  224. -> 0.0244s
  225. -- add_index("feed_items", ["beneficiary_id"], {:name=>"charity_id"})
  226. -> 0.0380s
  227. -- add_index("feed_items", ["feed_id"], {:name=>"feed_id"})
  228. -> 0.0174s
  229. -- add_index("feed_items", ["published"], {:name=>"published"})
  230. -> 0.0324s
  231. -- add_index("feed_items", ["source", "guid"], {:unique=>true, :name=>"newindex"})
  232. -> 0.0202s
  233. -- create_table("feeds", {:force=>true})
  234. -> 0.0208s
  235. -- create_table("followings", {:force=>true})
  236. -> 0.0439s
  237. -- add_index("followings", ["beneficiary_id"], {:name=>"index_followings_on_charity_id"})
  238. -> 0.0152s
  239. -- add_index("followings", ["member_id"], {:name=>"index_followings_on_member_id"})
  240. -> 0.0174s
  241. -- create_table("geocodes", {:force=>true})
  242. -> 0.0271s
  243. -- add_index("geocodes", ["country"], {:name=>"geocodes_country_index"})
  244. -> 0.0238s
  245. -- add_index("geocodes", ["latitude"], {:name=>"geocodes_latitude_index"})
  246. -> 0.0154s
  247. -- add_index("geocodes", ["locality"], {:name=>"geocodes_locality_index"})
  248. -> 0.0226s
  249. -- add_index("geocodes", ["longitude"], {:name=>"geocodes_longitude_index"})
  250. -> 0.0179s
  251. -- add_index("geocodes", ["postal_code"], {:name=>"geocodes_postal_code_index"})
  252. -> 0.0238s
  253. -- add_index("geocodes", ["precision"], {:name=>"geocodes_precision_index"})
  254. -> 0.0201s
  255. -- add_index("geocodes", ["query"], {:unique=>true, :name=>"geocodes_query_index"})
  256. -> 0.0225s
  257. -- add_index("geocodes", ["region"], {:name=>"geocodes_region_index"})
  258. -> 0.0222s
  259. -- create_table("geocodings", {:force=>true})
  260. -> 0.0203s
  261. -- add_index("geocodings", ["geocodable_id"], {:name=>"geocodings_geocodable_id_index"})
  262. -> 0.0163s
  263. -- add_index("geocodings", ["geocodable_type"], {:name=>"geocodings_geocodable_type_index"})
  264. -> 0.0278s
  265. -- add_index("geocodings", ["geocode_id"], {:name=>"geocodings_geocode_id_index"})
  266. -> 0.0197s
  267. -- create_table("images", {:force=>true})
  268. -> 0.0274s
  269. -- add_index("images", ["attachable_id", "attachable_type", "position", "relationship"], {:name=>"newindex"})
  270. -> 0.0405s
  271. -- add_index("images", ["company_id"], {:name=>"index_images_on_company_id"})
  272. -> 0.0271s
  273. -- add_index("images", ["imagecategory_id"], {:name=>"index_images_on_imagecategory_id"})
  274. -> 0.0267s
  275. -- add_index("images", ["member_id"], {:name=>"index_images_on_member_id"})
  276. -> 0.0162s
  277. -- add_index("images", ["participation_id"], {:name=>"index_images_on_participation_id"})
  278. -> 0.0455s
  279. -- create_table("jobs", {:force=>true})
  280. -> 0.0202s
  281. -- create_table("matched_funding_requests", {:force=>true})
  282. -> 0.0128s
  283. -- create_table("media", {:force=>true})
  284. -> 0.0213s
  285. -- add_index("media", ["featured"], {:name=>"index_media_on_featured"})
  286. -> 0.0166s
  287. -- add_index("media", ["member_id"], {:name=>"index_media_on_member_id"})
  288. -> 0.0161s
  289. -- add_index("media", ["parent_id"], {:name=>"index_media_on_parent_id"})
  290. -> 0.0176s
  291. -- create_table("media_attachments", {:force=>true})
  292. -> 0.0209s
  293. -- add_index("media_attachments", ["attachable_id", "attachable_type"], {:name=>"index_media_attachments_on_attachable_id_and_attachable_type"})
  294. -> 0.0189s
  295. -- add_index("media_attachments", ["media_id"], {:name=>"index_media_attachments_on_media_id"})
  296. -> 0.0199s
  297. -- create_table("member_statuses", {:force=>true})
  298. -> 0.0247s
  299. -- create_table("members", {:force=>true})
  300. -> 0.0320s
  301. -- add_index("members", ["approved"], {:name=>"index_members_on_approved"})
  302. -> 0.0274s
  303. -- add_index("members", ["company_id"], {:name=>"index_members_on_company_id"})
  304. -> 0.0269s
  305. -- add_index("members", ["delta"], {:name=>"index_members_on_delta"})
  306. -> 0.0287s
  307. -- add_index("members", ["email"], {:name=>"index_members_on_email"})
  308. -> 0.0270s
  309. -- add_index("members", ["fb_user_id"], {:name=>"index_members_on_fb_user_id"})
  310. -> 0.0325s
  311. -- add_index("members", ["last_request_at"], {:name=>"index_members_on_last_request_at"})
  312. -> 0.0271s
  313. -- add_index("members", ["logica_staff_number"], {:name=>"members_logica_staff_number_index"})
  314. -> 0.0324s
  315. -- add_index("members", ["office_id"], {:name=>"index_members_on_office_id"})
  316. -> 0.0317s
  317. -- add_index("members", ["perishable_token"], {:name=>"index_members_on_perishable_token"})
  318. -> 0.0318s
  319. -- add_index("members", ["persistence_token"], {:name=>"index_members_on_persistence_token"})
  320. -> 0.0273s
  321. -- create_table("members_skills", {:force=>true, :id=>false})
  322. -> 0.0229s
  323. -- create_table("memberships", {:force=>true})
  324. -> 0.0238s
  325. -- add_index("memberships", ["group_id"], {:name=>"index_memberships_on_group_id"})
  326. -> 0.0227s
  327. -- add_index("memberships", ["joinable_id"], {:name=>"index_memberships_on_joinable_id"})
  328. -> 0.0173s
  329. -- add_index("memberships", ["joinable_type"], {:name=>"index_memberships_on_joinable_type"})
  330. -> 0.0255s
  331. -- add_index("memberships", ["member_id"], {:name=>"index_memberships_on_member_id"})
  332. -> 0.0210s
  333. -- add_index("memberships", ["position"], {:name=>"index_memberships_on_position"})
  334. -> 0.0140s
  335. -- create_table("new_images", {:force=>true})
  336. -> 0.0280s
  337. -- add_index("new_images", ["attachable_type", "attachable_id"], {:name=>"index_new_images_on_attachable_type_and_attachable_id"})
  338. -> 0.0182s
  339. -- add_index("new_images", ["company_id"], {:name=>"index_new_images_on_company_id"})
  340. -> 0.0296s
  341. -- add_index("new_images", ["member_id"], {:name=>"index_new_images_on_member_id"})
  342. -> 0.0233s
  343. -- create_table("offices", {:force=>true})
  344. -> 0.0255s
  345. -- add_index("offices", ["company_id"], {:name=>"index_offices_on_company_id"})
  346. -> 0.0173s
  347. -- create_table("opportunities", {:force=>true})
  348. -> 0.0436s
  349. -- add_index("opportunities", ["beneficiary_id"], {:name=>"index_opportunities_on_beneficiary_id"})
  350. -> 0.0345s
  351. -- add_index("opportunities", ["category_id"], {:name=>"index_actions_on_category_id"})
  352. -> 0.0266s
  353. -- add_index("opportunities", ["company_id"], {:name=>"index_actions_on_company_id"})
  354. -> 0.0363s
  355. -- add_index("opportunities", ["hidden"], {:name=>"index_actions_on_hidden"})
  356. -> 0.0317s
  357. -- add_index("opportunities", ["member_id"], {:name=>"index_actions_on_owner_id"})
  358. -> 0.0276s
  359. -- add_index("opportunities", ["permalink"], {:name=>"index_actions_on_permalink"})
  360. -> 0.0275s
  361. -- add_index("opportunities", ["state"], {:name=>"index_opportunities_on_state"})
  362. -> 0.0276s
  363. -- create_table("opportunities_opportunity_tags", {:force=>true, :id=>false})
  364. -> 0.0239s
  365. -- add_index("opportunities_opportunity_tags", ["opportunity_id"], {:name=>"index_opportunities_opportunity_tags_on_opportunity_id"})
  366. -> 0.0169s
  367. -- add_index("opportunities_opportunity_tags", ["opportunity_tag_id"], {:name=>"index_opportunities_opportunity_tags_on_opportunity_tag_id"})
  368. -> 0.0242s
  369. -- create_table("opportunity_applications", {:force=>true})
  370. -> 0.0222s
  371. -- add_index("opportunity_applications", ["member_id"], {:name=>"index_opportunity_applications_on_member_id"})
  372. -> 0.0202s
  373. -- add_index("opportunity_applications", ["opportunity_id"], {:name=>"index_opportunity_applications_on_opportunity_id"})
  374. -> 0.0209s
  375. -- add_index("opportunity_applications", ["state"], {:name=>"index_opportunity_applications_on_state"})
  376. -> 0.0198s
  377. -- create_table("opportunity_tags", {:force=>true})
  378. -> 0.0219s
  379. -- add_index("opportunity_tags", ["doit_id"], {:name=>"index_opportunity_tags_on_doit_id"})
  380. -> 0.0198s
  381. -- add_index("opportunity_tags", ["doit_name"], {:name=>"index_opportunity_tags_on_doit_name"})
  382. -> 0.0171s
  383. -- add_index("opportunity_tags", ["permalink"], {:name=>"index_opportunity_tags_on_permalink"})
  384. -> 0.0290s
  385. -- create_table("participation_tags", {:force=>true})
  386. -> 0.0261s
  387. -- create_table("participation_tags_participations", {:force=>true, :id=>false})
  388. -> 0.0263s
  389. -- create_table("participations", {:force=>true})
  390. -> 0.0241s
  391. -- add_index("participations", ["event_date_id"], {:name=>"index_participations_on_event_date_id"})
  392. -> 0.0144s
  393. -- add_index("participations", ["member_id"], {:name=>"index_participations_on_member_id"})
  394. -> 0.0184s
  395. -- add_index("participations", ["opportunity_id"], {:name=>"index_participations_on_action_id"})
  396. -> 0.0199s
  397. -- create_table("questionnaire_answers", {:force=>true})
  398. -> 0.0233s
  399. -- create_table("sidebars", {:force=>true})
  400. -> 0.0220s
  401. -- create_table("skills", {:force=>true})
  402. -> 0.0237s
  403. -- create_table("surveys", {:force=>true})
  404. -> 0.0242s
  405. -- add_index("surveys", ["name"], {:name=>"index_surveys_on_name"})
  406. -> 0.0232s
  407. -- add_index("surveys", ["user_id"], {:name=>"index_surveys_on_user_id"})
  408. -> 0.0922s
  409. -- create_table("taggings", {:force=>true})
  410. -> 0.0235s
  411. -- add_index("taggings", ["tag_id"], {:name=>"index_taggings_on_tag_id"})
  412. -> 0.0132s
  413. -- add_index("taggings", ["taggable_id", "taggable_type"], {:name=>"index_taggings_on_taggable_id_and_taggable_type"})
  414. -> 0.0183s
  415. -- create_table("tags", {:force=>true})
  416. -> 0.0236s
  417. -- create_table("themes", {:force=>true})
  418. -> 0.0241s
  419. -- create_table("widgets", {:force=>true})
  420. -> 0.0228s
  421. -- add_index("widgets", ["sidebar_id", "position"], {:name=>"index_widgets_on_sidebar_id_and_position"})
  422. -> 0.0167s
  423. -- initialize_schema_migrations_table()
  424. -> 0.0058s
  425. -- assume_migrated_upto_version(20110511133016, "db/migrate")
  426. -> 0.2299s
  427. ** Invoke db:seed (first_time)
  428. ** Invoke environment
  429. ** Execute db:seed
  430. ** Invoke db:fixtures:load (first_time)
  431. ** Invoke environment
  432. ** Execute db:fixtures:load
  433. ** Invoke demo:setup (first_time)
  434. ** Invoke environment
  435. ** Execute demo:setup
  436. Exception in index: Connection refused - connect(2)
  437. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/renderable.rb:91: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  438. Exception in index: Connection refused - connect(2)
  439. Exception in index: Connection refused - connect(2)
  440. Exception in index: Connection refused - connect(2)
  441. Exception in index: Connection refused - connect(2)
  442. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  443. Exception in index: Connection refused - connect(2)
  444. Exception in index: Connection refused - connect(2)
  445. Exception in index: Connection refused - connect(2)
  446. Exception in index: Connection refused - connect(2)
  447. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  448. Exception in index: Connection refused - connect(2)
  449. Exception in index: Connection refused - connect(2)
  450. Exception in index: Connection refused - connect(2)
  451. Exception in index: Connection refused - connect(2)
  452. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  453. Exception in index: Connection refused - connect(2)
  454. Exception in index: Connection refused - connect(2)
  455. Exception in index: Connection refused - connect(2)
  456. Exception in index: Connection refused - connect(2)
  457. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  458. Exception in index: Connection refused - connect(2)
  459. Exception in index: Connection refused - connect(2)
  460. Exception in index: Connection refused - connect(2)
  461. Exception in index: Connection refused - connect(2)
  462. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  463. Exception in index: Connection refused - connect(2)
  464. Exception in index: Connection refused - connect(2)
  465. Exception in index: Connection refused - connect(2)
  466. Exception in index: Connection refused - connect(2)
  467. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  468. Exception in index: Connection refused - connect(2)
  469. Exception in index: Connection refused - connect(2)
  470. Exception in index: Connection refused - connect(2)
  471. Exception in index: Connection refused - connect(2)
  472. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  473. Exception in index: Connection refused - connect(2)
  474. Exception in index: Connection refused - connect(2)
  475. Exception in index: Connection refused - connect(2)
  476. Exception in index: Connection refused - connect(2)
  477. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  478. Exception in index: Connection refused - connect(2)
  479. Exception in index: Connection refused - connect(2)
  480. Exception in index: Connection refused - connect(2)
  481. Exception in index: Connection refused - connect(2)
  482. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  483. Exception in index: Connection refused - connect(2)
  484. Exception in index: Connection refused - connect(2)
  485. Exception in index: Connection refused - connect(2)
  486. Exception in index: Connection refused - connect(2)
  487. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  488. Exception in index: Connection refused - connect(2)
  489. Exception in index: Connection refused - connect(2)
  490. Exception in index: Connection refused - connect(2)
  491. Exception in index: Connection refused - connect(2)
  492. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  493. Exception in index: Connection refused - connect(2)
  494. Exception in index: Connection refused - connect(2)
  495. Exception in index: Connection refused - connect(2)
  496. Exception in index: Connection refused - connect(2)
  497. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  498. Exception in index: Connection refused - connect(2)
  499. Exception in index: Connection refused - connect(2)
  500. Exception in index: Connection refused - connect(2)
  501. Exception in index: Connection refused - connect(2)
  502. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  503. Exception in index: Connection refused - connect(2)
  504. Exception in index: Connection refused - connect(2)
  505. Exception in index: Connection refused - connect(2)
  506. Exception in index: Connection refused - connect(2)
  507. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  508. Exception in index: Connection refused - connect(2)
  509. Exception in index: Connection refused - connect(2)
  510. Exception in index: Connection refused - connect(2)
  511. Exception in index: Connection refused - connect(2)
  512. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  513. Exception in index: Connection refused - connect(2)
  514. Exception in index: Connection refused - connect(2)
  515. Exception in index: Connection refused - connect(2)
  516. Exception in index: Connection refused - connect(2)
  517. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  518. Exception in index: Connection refused - connect(2)
  519. Exception in index: Connection refused - connect(2)
  520. Exception in index: Connection refused - connect(2)
  521. Exception in index: Connection refused - connect(2)
  522. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  523. Exception in index: Connection refused - connect(2)
  524. Exception in index: Connection refused - connect(2)
  525. Exception in index: Connection refused - connect(2)
  526. Exception in index: Connection refused - connect(2)
  527. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  528. Exception in index: Connection refused - connect(2)
  529. Exception in index: Connection refused - connect(2)
  530. Exception in index: Connection refused - connect(2)
  531. Exception in index: Connection refused - connect(2)
  532. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  533. Exception in index: Connection refused - connect(2)
  534. Exception in index: Connection refused - connect(2)
  535. Exception in index: Connection refused - connect(2)
  536. Exception in index: Connection refused - connect(2)
  537. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  538. Exception in index: Connection refused - connect(2)
  539. Exception in index: Connection refused - connect(2)
  540. Exception in index: Connection refused - connect(2)
  541. Exception in index: Connection refused - connect(2)
  542. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  543. Exception in index: Connection refused - connect(2)
  544. Exception in index: Connection refused - connect(2)
  545. Exception in index: Connection refused - connect(2)
  546. Exception in index: Connection refused - connect(2)
  547. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  548. Exception in index: Connection refused - connect(2)
  549. Exception in index: Connection refused - connect(2)
  550. Exception in index: Connection refused - connect(2)
  551. Exception in index: Connection refused - connect(2)
  552. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  553. Exception in index: Connection refused - connect(2)
  554. Exception in index: Connection refused - connect(2)
  555. Exception in index: Connection refused - connect(2)
  556. Exception in index: Connection refused - connect(2)
  557. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  558. Exception in index: Connection refused - connect(2)
  559. Exception in index: Connection refused - connect(2)
  560. Exception in index: Connection refused - connect(2)
  561. Exception in index: Connection refused - connect(2)
  562. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  563. Exception in index: Connection refused - connect(2)
  564. Exception in index: Connection refused - connect(2)
  565. Exception in index: Connection refused - connect(2)
  566. Exception in index: Connection refused - connect(2)
  567. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  568. Exception in index: Connection refused - connect(2)
  569. Exception in index: Connection refused - connect(2)
  570. Exception in index: Connection refused - connect(2)
  571. Exception in index: Connection refused - connect(2)
  572. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  573. Exception in index: Connection refused - connect(2)
  574. Exception in index: Connection refused - connect(2)
  575. Exception in index: Connection refused - connect(2)
  576. Exception in index: Connection refused - connect(2)
  577. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  578. Exception in index: Connection refused - connect(2)
  579. Exception in index: Connection refused - connect(2)
  580. Exception in index: Connection refused - connect(2)
  581. Exception in index: Connection refused - connect(2)
  582. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  583. Exception in index: Connection refused - connect(2)
  584. Exception in index: Connection refused - connect(2)
  585. Exception in index: Connection refused - connect(2)
  586. Exception in index: Connection refused - connect(2)
  587. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  588. Exception in index: Connection refused - connect(2)
  589. Exception in index: Connection refused - connect(2)
  590. Exception in index: Connection refused - connect(2)
  591. Exception in index: Connection refused - connect(2)
  592. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  593. Exception in index: Connection refused - connect(2)
  594. Exception in index: Connection refused - connect(2)
  595. Exception in index: Connection refused - connect(2)
  596. Exception in index: Connection refused - connect(2)
  597. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  598. Exception in index: Connection refused - connect(2)
  599. Exception in index: Connection refused - connect(2)
  600. Exception in index: Connection refused - connect(2)
  601. Exception in index: Connection refused - connect(2)
  602. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  603. Exception in index: Connection refused - connect(2)
  604. Exception in index: Connection refused - connect(2)
  605. Exception in index: Connection refused - connect(2)
  606. Exception in index: Connection refused - connect(2)
  607. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  608. Exception in index: Connection refused - connect(2)
  609. Exception in index: Connection refused - connect(2)
  610. Exception in index: Connection refused - connect(2)
  611. Exception in index: Connection refused - connect(2)
  612. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  613. Exception in index: Connection refused - connect(2)
  614. Exception in index: Connection refused - connect(2)
  615. Exception in index: Connection refused - connect(2)
  616. Exception in index: Connection refused - connect(2)
  617. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  618. Exception in index: Connection refused - connect(2)
  619. Exception in index: Connection refused - connect(2)
  620. Exception in index: Connection refused - connect(2)
  621. Exception in index: Connection refused - connect(2)
  622. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  623. Exception in index: Connection refused - connect(2)
  624. Exception in index: Connection refused - connect(2)
  625. Exception in index: Connection refused - connect(2)
  626. Exception in index: Connection refused - connect(2)
  627. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  628. Exception in index: Connection refused - connect(2)
  629. Exception in index: Connection refused - connect(2)
  630. Exception in index: Connection refused - connect(2)
  631. Exception in index: Connection refused - connect(2)
  632. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  633. Exception in index: Connection refused - connect(2)
  634. Exception in index: Connection refused - connect(2)
  635. Exception in index: Connection refused - connect(2)
  636. Exception in index: Connection refused - connect(2)
  637. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  638. Exception in index: Connection refused - connect(2)
  639. Exception in index: Connection refused - connect(2)
  640. Exception in index: Connection refused - connect(2)
  641. Exception in index: Connection refused - connect(2)
  642. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  643. Exception in index: Connection refused - connect(2)
  644. Exception in index: Connection refused - connect(2)
  645. Exception in index: Connection refused - connect(2)
  646. Exception in index: Connection refused - connect(2)
  647. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  648. Exception in index: Connection refused - connect(2)
  649. Exception in index: Connection refused - connect(2)
  650. Exception in index: Connection refused - connect(2)
  651. Exception in index: Connection refused - connect(2)
  652. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  653. Exception in index: Connection refused - connect(2)
  654. Exception in index: Connection refused - connect(2)
  655. Exception in index: Connection refused - connect(2)
  656. Exception in index: Connection refused - connect(2)
  657. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  658. Exception in index: Connection refused - connect(2)
  659. Exception in index: Connection refused - connect(2)
  660. Exception in index: Connection refused - connect(2)
  661. Exception in index: Connection refused - connect(2)
  662. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  663. Exception in index: Connection refused - connect(2)
  664. Exception in index: Connection refused - connect(2)
  665. Exception in index: Connection refused - connect(2)
  666. Exception in index: Connection refused - connect(2)
  667. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  668. Exception in index: Connection refused - connect(2)
  669. Exception in index: Connection refused - connect(2)
  670. Exception in index: Connection refused - connect(2)
  671. Exception in index: Connection refused - connect(2)
  672. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  673. Exception in index: Connection refused - connect(2)
  674. Exception in index: Connection refused - connect(2)
  675. Exception in index: Connection refused - connect(2)
  676. Exception in index: Connection refused - connect(2)
  677. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  678. Exception in index: Connection refused - connect(2)
  679. Exception in index: Connection refused - connect(2)
  680. Exception in index: Connection refused - connect(2)
  681. Exception in index: Connection refused - connect(2)
  682. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  683. Exception in index: Connection refused - connect(2)
  684. Exception in index: Connection refused - connect(2)
  685. Exception in index: Connection refused - connect(2)
  686. 2011-05-15
  687. 0 (0%) of 50 doing something today!
  688. 2011-05-16
  689. 8 (25%) of 50 doing something today!
  690. 2011-05-17
  691. 17 (50%) of 50 doing something today!
  692. is going to <a href="/events/permaculture-design">Permaculture Design</a>
  693. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/renderable.rb:91: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  694. Exception in index: Connection refused - connect(2)
  695. Exception in index: Connection refused - connect(2)
  696. Exception in index: Connection refused - connect(2)
  697. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  698. Exception in index: Connection refused - connect(2)
  699. Exception in index: Connection refused - connect(2)
  700. Exception in index: Connection refused - connect(2)
  701. 2011-05-18
  702. 26 (75%) of 50 doing something today!
  703. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  704. Exception in index: Connection refused - connect(2)
  705. Exception in index: Connection refused - connect(2)
  706. Exception in index: Connection refused - connect(2)
  707. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  708. Exception in index: Connection refused - connect(2)
  709. Exception in index: Connection refused - connect(2)
  710. Exception in index: Connection refused - connect(2)
  711. is going to <a href="/events/permaculture-design">Permaculture Design</a>
  712. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  713. Exception in index: Connection refused - connect(2)
  714. Exception in index: Connection refused - connect(2)
  715. Exception in index: Connection refused - connect(2)
  716. is going to <a href="/events/permaculture-design">Permaculture Design</a>
  717. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  718. Exception in index: Connection refused - connect(2)
  719. Exception in index: Connection refused - connect(2)
  720. Exception in index: Connection refused - connect(2)
  721. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  722. Exception in index: Connection refused - connect(2)
  723. Exception in index: Connection refused - connect(2)
  724. Exception in index: Connection refused - connect(2)
  725. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  726. Exception in index: Connection refused - connect(2)
  727. Exception in index: Connection refused - connect(2)
  728. Exception in index: Connection refused - connect(2)
  729. is going to <a href="/events/permaculture-design">Permaculture Design</a>
  730. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  731. Exception in index: Connection refused - connect(2)
  732. Exception in index: Connection refused - connect(2)
  733. Exception in index: Connection refused - connect(2)
  734. is going to <a href="/events/permaculture-design">Permaculture Design</a>
  735. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  736. Exception in index: Connection refused - connect(2)
  737. Exception in index: Connection refused - connect(2)
  738. Exception in index: Connection refused - connect(2)
  739. Exception in index: Connection refused - connect(2)
  740. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  741. Exception in index: Connection refused - connect(2)
  742. Exception in index: Connection refused - connect(2)
  743. Exception in index: Connection refused - connect(2)
  744. Exception in index: Connection refused - connect(2)
  745. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  746. Exception in index: Connection refused - connect(2)
  747. Exception in index: Connection refused - connect(2)
  748. Exception in index: Connection refused - connect(2)
  749. Exception in index: Connection refused - connect(2)
  750. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  751. Exception in index: Connection refused - connect(2)
  752. Exception in index: Connection refused - connect(2)
  753. Exception in index: Connection refused - connect(2)
  754. Exception in index: Connection refused - connect(2)
  755. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  756. Exception in index: Connection refused - connect(2)
  757. Exception in index: Connection refused - connect(2)
  758. Exception in index: Connection refused - connect(2)
  759. Exception in index: Connection refused - connect(2)
  760. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  761. Exception in index: Connection refused - connect(2)
  762. Exception in index: Connection refused - connect(2)
  763. Exception in index: Connection refused - connect(2)
  764. Exception in index: Connection refused - connect(2)
  765. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  766. Exception in index: Connection refused - connect(2)
  767. Exception in index: Connection refused - connect(2)
  768. Exception in index: Connection refused - connect(2)
  769. Exception in index: Connection refused - connect(2)
  770. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  771. Exception in index: Connection refused - connect(2)
  772. Exception in index: Connection refused - connect(2)
  773. Exception in index: Connection refused - connect(2)
  774. Exception in index: Connection refused - connect(2)
  775. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  776. Exception in index: Connection refused - connect(2)
  777. Exception in index: Connection refused - connect(2)
  778. Exception in index: Connection refused - connect(2)
  779. Exception in index: Connection refused - connect(2)
  780. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  781. Exception in index: Connection refused - connect(2)
  782. Exception in index: Connection refused - connect(2)
  783. Exception in index: Connection refused - connect(2)
  784. Exception in index: Connection refused - connect(2)
  785. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  786. Exception in index: Connection refused - connect(2)
  787. Exception in index: Connection refused - connect(2)
  788. Exception in index: Connection refused - connect(2)
  789. Exception in index: Connection refused - connect(2)
  790. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  791. Exception in index: Connection refused - connect(2)
  792. Exception in index: Connection refused - connect(2)
  793. Exception in index: Connection refused - connect(2)
  794. Exception in index: Connection refused - connect(2)
  795. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  796. Exception in index: Connection refused - connect(2)
  797. Exception in index: Connection refused - connect(2)
  798. Exception in index: Connection refused - connect(2)
  799. Exception in index: Connection refused - connect(2)
  800. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  801. Exception in index: Connection refused - connect(2)
  802. Exception in index: Connection refused - connect(2)
  803. Exception in index: Connection refused - connect(2)
  804. Exception in index: Connection refused - connect(2)
  805. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  806. Exception in index: Connection refused - connect(2)
  807. Exception in index: Connection refused - connect(2)
  808. Exception in index: Connection refused - connect(2)
  809. Exception in index: Connection refused - connect(2)
  810. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  811. Exception in index: Connection refused - connect(2)
  812. Exception in index: Connection refused - connect(2)
  813. Exception in index: Connection refused - connect(2)
  814. Exception in index: Connection refused - connect(2)
  815. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  816. Exception in index: Connection refused - connect(2)
  817. Exception in index: Connection refused - connect(2)
  818. Exception in index: Connection refused - connect(2)
  819. Exception in index: Connection refused - connect(2)
  820. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  821. Exception in index: Connection refused - connect(2)
  822. Exception in index: Connection refused - connect(2)
  823. Exception in index: Connection refused - connect(2)
  824. Exception in index: Connection refused - connect(2)
  825. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  826. Exception in index: Connection refused - connect(2)
  827. Exception in index: Connection refused - connect(2)
  828. Exception in index: Connection refused - connect(2)
  829. Exception in index: Connection refused - connect(2)
  830. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  831. Exception in index: Connection refused - connect(2)
  832. Exception in index: Connection refused - connect(2)
  833. Exception in index: Connection refused - connect(2)
  834. Exception in index: Connection refused - connect(2)
  835. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  836. Exception in index: Connection refused - connect(2)
  837. Exception in index: Connection refused - connect(2)
  838. Exception in index: Connection refused - connect(2)
  839. Exception in index: Connection refused - connect(2)
  840. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  841. Exception in index: Connection refused - connect(2)
  842. Exception in index: Connection refused - connect(2)
  843. Exception in index: Connection refused - connect(2)
  844. Exception in index: Connection refused - connect(2)
  845. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  846. Exception in index: Connection refused - connect(2)
  847. Exception in index: Connection refused - connect(2)
  848. Exception in index: Connection refused - connect(2)
  849. Exception in index: Connection refused - connect(2)
  850. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  851. Exception in index: Connection refused - connect(2)
  852. Exception in index: Connection refused - connect(2)
  853. Exception in index: Connection refused - connect(2)
  854. Exception in index: Connection refused - connect(2)
  855. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  856. Exception in index: Connection refused - connect(2)
  857. Exception in index: Connection refused - connect(2)
  858. Exception in index: Connection refused - connect(2)
  859. Exception in index: Connection refused - connect(2)
  860. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  861. Exception in index: Connection refused - connect(2)
  862. Exception in index: Connection refused - connect(2)
  863. Exception in index: Connection refused - connect(2)
  864. Exception in index: Connection refused - connect(2)
  865. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  866. Exception in index: Connection refused - connect(2)
  867. Exception in index: Connection refused - connect(2)
  868. Exception in index: Connection refused - connect(2)
  869. Exception in index: Connection refused - connect(2)
  870. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  871. Exception in index: Connection refused - connect(2)
  872. Exception in index: Connection refused - connect(2)
  873. Exception in index: Connection refused - connect(2)
  874. Exception in index: Connection refused - connect(2)
  875. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  876. Exception in index: Connection refused - connect(2)
  877. Exception in index: Connection refused - connect(2)
  878. Exception in index: Connection refused - connect(2)
  879. Exception in index: Connection refused - connect(2)
  880. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  881. Exception in index: Connection refused - connect(2)
  882. Exception in index: Connection refused - connect(2)
  883. Exception in index: Connection refused - connect(2)
  884. Exception in index: Connection refused - connect(2)
  885. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  886. Exception in index: Connection refused - connect(2)
  887. Exception in index: Connection refused - connect(2)
  888. Exception in index: Connection refused - connect(2)
  889. Exception in index: Connection refused - connect(2)
  890. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  891. Exception in index: Connection refused - connect(2)
  892. Exception in index: Connection refused - connect(2)
  893. Exception in index: Connection refused - connect(2)
  894. Exception in index: Connection refused - connect(2)
  895. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  896. Exception in index: Connection refused - connect(2)
  897. Exception in index: Connection refused - connect(2)
  898. Exception in index: Connection refused - connect(2)
  899. Exception in index: Connection refused - connect(2)
  900. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  901. Exception in index: Connection refused - connect(2)
  902. Exception in index: Connection refused - connect(2)
  903. Exception in index: Connection refused - connect(2)
  904. Exception in index: Connection refused - connect(2)
  905. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  906. Exception in index: Connection refused - connect(2)
  907. Exception in index: Connection refused - connect(2)
  908. Exception in index: Connection refused - connect(2)
  909. Exception in index: Connection refused - connect(2)
  910. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  911. Exception in index: Connection refused - connect(2)
  912. Exception in index: Connection refused - connect(2)
  913. Exception in index: Connection refused - connect(2)
  914. Exception in index: Connection refused - connect(2)
  915. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  916. Exception in index: Connection refused - connect(2)
  917. Exception in index: Connection refused - connect(2)
  918. Exception in index: Connection refused - connect(2)
  919. Exception in index: Connection refused - connect(2)
  920. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  921. Exception in index: Connection refused - connect(2)
  922. Exception in index: Connection refused - connect(2)
  923. Exception in index: Connection refused - connect(2)
  924. Exception in index: Connection refused - connect(2)
  925. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  926. Exception in index: Connection refused - connect(2)
  927. Exception in index: Connection refused - connect(2)
  928. Exception in index: Connection refused - connect(2)
  929. Exception in index: Connection refused - connect(2)
  930. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  931. Exception in index: Connection refused - connect(2)
  932. Exception in index: Connection refused - connect(2)
  933. Exception in index: Connection refused - connect(2)
  934. Exception in index: Connection refused - connect(2)
  935. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  936. Exception in index: Connection refused - connect(2)
  937. Exception in index: Connection refused - connect(2)
  938. Exception in index: Connection refused - connect(2)
  939. Exception in index: Connection refused - connect(2)
  940. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  941. Exception in index: Connection refused - connect(2)
  942. Exception in index: Connection refused - connect(2)
  943. Exception in index: Connection refused - connect(2)
  944. Exception in index: Connection refused - connect(2)
  945. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  946. Exception in index: Connection refused - connect(2)
  947. Exception in index: Connection refused - connect(2)
  948. Exception in index: Connection refused - connect(2)
  949. Exception in index: Connection refused - connect(2)
  950. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  951. Exception in index: Connection refused - connect(2)
  952. Exception in index: Connection refused - connect(2)
  953. Exception in index: Connection refused - connect(2)
  954. Exception in index: Connection refused - connect(2)
  955. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  956. Exception in index: Connection refused - connect(2)
  957. Exception in index: Connection refused - connect(2)
  958. Exception in index: Connection refused - connect(2)
  959. Exception in index: Connection refused - connect(2)
  960. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  961. Exception in index: Connection refused - connect(2)
  962. Exception in index: Connection refused - connect(2)
  963. Exception in index: Connection refused - connect(2)
  964. Exception in index: Connection refused - connect(2)
  965. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  966. Exception in index: Connection refused - connect(2)
  967. Exception in index: Connection refused - connect(2)
  968. Exception in index: Connection refused - connect(2)
  969. Exception in index: Connection refused - connect(2)
  970. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  971. Exception in index: Connection refused - connect(2)
  972. Exception in index: Connection refused - connect(2)
  973. Exception in index: Connection refused - connect(2)
  974. Exception in index: Connection refused - connect(2)
  975. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  976. Exception in index: Connection refused - connect(2)
  977. Exception in index: Connection refused - connect(2)
  978. Exception in index: Connection refused - connect(2)
  979. Exception in index: Connection refused - connect(2)
  980. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  981. Exception in index: Connection refused - connect(2)
  982. Exception in index: Connection refused - connect(2)
  983. Exception in index: Connection refused - connect(2)
  984. Exception in index: Connection refused - connect(2)
  985. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  986. Exception in index: Connection refused - connect(2)
  987. Exception in index: Connection refused - connect(2)
  988. Exception in index: Connection refused - connect(2)
  989. 2011-05-15
  990. 0 (0%) of 50 doing something today!
  991. 2011-05-16
  992. 8 (25%) of 50 doing something today!
  993. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  994. Exception in index: Connection refused - connect(2)
  995. Exception in index: Connection refused - connect(2)
  996. Exception in index: Connection refused - connect(2)
  997. is going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  998. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  999. Exception in index: Connection refused - connect(2)
  1000. Exception in index: Connection refused - connect(2)
  1001. Exception in index: Connection refused - connect(2)
  1002. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  1003. Exception in index: Connection refused - connect(2)
  1004. Exception in index: Connection refused - connect(2)
  1005. Exception in index: Connection refused - connect(2)
  1006. 2011-05-17
  1007. 17 (50%) of 50 doing something today!
  1008. Exception in index: Connection refused - connect(2)
  1009. Exception in index: Connection refused - connect(2)
  1010. Exception in index: Connection refused - connect(2)
  1011. Exception in index: Connection refused - connect(2)
  1012. Exception in index: Connection refused - connect(2)
  1013. Exception in index: Connection refused - connect(2)
  1014. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  1015. Exception in index: Connection refused - connect(2)
  1016. Exception in index: Connection refused - connect(2)
  1017. Exception in index: Connection refused - connect(2)
  1018. is going to <a href="/events/blenheim-palace-cotswolds-pink-ribbonwalk">Pink Ribbonwalk</a>
  1019. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  1020. Exception in index: Connection refused - connect(2)
  1021. Exception in index: Connection refused - connect(2)
  1022. Exception in index: Connection refused - connect(2)
  1023. 2011-05-18
  1024. 26 (75%) of 50 doing something today!
  1025. is maybe going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  1026. Exception in index: Connection refused - connect(2)
  1027. Exception in index: Connection refused - connect(2)
  1028. Exception in index: Connection refused - connect(2)
  1029. Exception in index: Connection refused - connect(2)
  1030. Exception in index: Connection refused - connect(2)
  1031. Exception in index: Connection refused - connect(2)
  1032. Exception in index: Connection refused - connect(2)
  1033. Exception in index: Connection refused - connect(2)
  1034. Exception in index: Connection refused - connect(2)
  1035. is going to <a href="/events/funraisers-warwick-dragon-boat-festival-2">Funraisers Warwick Dragon Boat Festival</a>
  1036. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  1037. Exception in index: Connection refused - connect(2)
  1038. Exception in index: Connection refused - connect(2)
  1039. Exception in index: Connection refused - connect(2)
  1040. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  1041. Exception in index: Connection refused - connect(2)
  1042. Exception in index: Connection refused - connect(2)
  1043. Exception in index: Connection refused - connect(2)
  1044. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  1045. Exception in index: Connection refused - connect(2)
  1046. Exception in index: Connection refused - connect(2)
  1047. Exception in index: Connection refused - connect(2)
  1048. is maybe going to <a href="/events/permaculture-design">Permaculture Design</a>
  1049. Exception in index: Connection refused - connect(2)
  1050. Exception in index: Connection refused - connect(2)
  1051. Exception in index: Connection refused - connect(2)
  1052. Exception in index: Connection refused - connect(2)
  1053. /home/leonid/projects/rails/leap/vendor/ruby/1.8/gems/actionpack-2.3.10/lib/action_view/paths.rb:74: command not found: /usr/sbin/sendmail -i -t -XV -f bounces@leapcr.com
  1054. ** Execute db:setup
Add Comment
Please, Sign In to add comment