Advertisement
Guest User

Untitled

a guest
Nov 16th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 KB | None | 0 0
  1. [tracks-irvken.rhcloud.com instance number]\> cat app-root/repo/config/site.yml
  2. # This is the 'salt' to add to the password before it is encrypted
  3. # You need to change this to something unique for yourself
  4. salt: "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
  5.  
  6.  
  7. # NOTE: openid, ldap and cas are currently not supported anymore.
  8. authentication_schemes:
  9. - "database"
  10.  
  11.  
  12. # You'll probably want to change this to the time zone of the computer where
  13. # Tracks is running. Run rake time:zones:local have Rails suggest time zone
  14. # names on your system
  15. time_zone: "UTC"
  16.  
  17.  
  18. # setting this to true will make the cookies only available over HTTPS
  19. secure_cookies: false
  20.  
  21.  
  22. # Your secret key for verifying the integrity of signed cookies.
  23. # If you change this key, all old signed cookies will become invalid!
  24. # Make sure the secret is at least 30 characters and all random,
  25. # no regular words or you'll be exposed to dictionary attacks.
  26. #
  27. # if you want a nice random key, run this in rails console and copy-and-paste
  28. # the result:
  29. #
  30. # SecureRandom.hex(64)
  31. #
  32. secret_token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  33.  
  34.  
  35. # Uncomment if you want to dispatch todos that come from email based on the To:
  36. # address rather than the From: address.
  37. # email_dispatch: 'to'
  38.  
  39.  
  40. # If you want to send all email to a specific user, uncomment the following line
  41. # and set the environment variable TRACKS_MAIL_RECEIVER to the login name of the
  42. # user that will receive all email
  43. # email_dispatch: 'single_user'
  44.  
  45.  
  46. # Set this to the subdirectory you're hosting tracks in and uncomment if
  47. # applicable. NOTE: you will also need to set up your web server to deal with
  48. # the relative URL. Mongrel, for example, has a --prefix option.
  49. # subdir: "/tracks"
  50.  
  51.  
  52. # Set to true to allow anyone to sign up for a username.
  53. open_signups: false
  54.  
  55.  
  56. # When integrating your tracks instance with http://cloudmailin.com/ by using
  57. # the /integrations/cloudmailin URL, this value is the cloudmailin-secret for
  58. # verifying the authenticity of the request.
  59. # (see http://docs.cloudmailin.com/validating_the_sender)
  60. # cloudmailin: asdasd
  61.  
  62.  
  63. # change this to reflect the email address of the admin that you want to show
  64. # on the signup page
  65. admin_email: my.email@domain.com
  66.  
  67. [tracks-irvken.rhcloud.com instance code\> cat app-root/repo/log/production.log
  68.  
  69. Compiled jquery.cookie.js (0ms) (pid 517884)
  70. Compiled jquery.form.js (0ms) (pid 517884)
  71. Compiled jquery.jeditable.mini.js (0ms) (pid 517884)
  72. Compiled jquery.simulate.drag-sortable.js (0ms) (pid 517884)
  73. Compiled jquery.truncator.js (0ms) (pid 517884)
  74. Compiled niftycube.js (0ms) (pid 517884)
  75. Compiled superfish.js (0ms) (pid 517884)
  76. Compiled supersubs.js (0ms) (pid 517884)
  77. Compiled swfobject.js (0ms) (pid 517884)
  78. Compiled swf_fu.js (508ms) (pid 517884)
  79. Compiled application.js (1410ms) (pid 517884)
  80. Compiled jquery-ui-1.10.0.custom.min.css (0ms) (pid 517884)
  81. Compiled niftyCorners.css (0ms) (pid 517884)
  82. Compiled superfish-navbar.css (0ms) (pid 517884)
  83. Compiled superfish-vertical.css (0ms) (pid 517884)
  84. Compiled superfish.css (0ms) (pid 517884)
  85. Compiled tracks.css (1316ms) (pid 517884)
  86. Compiled application.css (1714ms) (pid 517884)
  87. Compiled login.css (187ms) (pid 517884)
  88. Compiled mobile.css (209ms) (pid 517884)
  89. Compiled print.css (74ms) (pid 517884)
  90. Compiled jquery.js (3ms) (pid 517884)
  91. Compiled jquery_ujs.js (0ms) (pid 517884)
  92. Compiled tracks.js (0ms) (pid 517884)
  93. Compiled jquery-ui-1.10.0.custom.min.js (109ms) (pid 517884)
  94. Compiled jquery.ui.touch-punch.min.js (0ms) (pid 517884)
  95. Compiled jquery.blockUI.js (0ms) (pid 517884)
  96. Compiled jquery.cookie.js (0ms) (pid 517884)
  97. Compiled jquery.form.js (0ms) (pid 517884)
  98. Compiled jquery.jeditable.mini.js (0ms) (pid 517884)
  99. Compiled jquery.simulate.drag-sortable.js (0ms) (pid 517884)
  100. Compiled jquery.truncator.js (0ms) (pid 517884)
  101. Compiled niftycube.js (0ms) (pid 517884)
  102. Compiled superfish.js (0ms) (pid 517884)
  103. Compiled supersubs.js (0ms) (pid 517884)
  104. Compiled swfobject.js (0ms) (pid 517884)
  105. Compiled swf_fu.js (483ms) (pid 517884)
  106. Compiled application.js (1321ms) (pid 517884)
  107. Compiled jquery-ui-1.10.0.custom.min.css (0ms) (pid 517884)
  108. Compiled niftyCorners.css (0ms) (pid 517884)
  109. Compiled superfish-navbar.css (0ms) (pid 517884)
  110. Compiled superfish-vertical.css (0ms) (pid 517884)
  111. Compiled superfish.css (0ms) (pid 517884)
  112. Compiled tracks.css (1293ms) (pid 517884)
  113. Compiled application.css (1615ms) (pid 517884)
  114. Compiled login.css (60ms) (pid 517884)
  115. Compiled mobile.css (193ms) (pid 517884)
  116. Compiled print.css (93ms) (pid 517884)
  117. Connecting to database specified by database.yml
  118. Started GET "/" for 127.8.87.129 at 2013-11-15 19:10:38 -0500
  119. Processing by TodosController#index as */*
  120. Completed 500 Internal Server Error in 12ms
  121.  
  122. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  123. lib/login_system.rb:173:in `store_location'
  124. lib/login_system.rb:113:in `login_required'
  125. lib/login_system.rb:80:in `login_or_feed_token_required'
  126.  
  127.  
  128. Started GET "/" for 127.8.87.129 at 2013-11-15 19:10:38 -0500
  129. Processing by TodosController#index as */*
  130. Completed 500 Internal Server Error in 3ms
  131.  
  132. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  133. lib/login_system.rb:173:in `store_location'
  134. lib/login_system.rb:113:in `login_required'
  135. lib/login_system.rb:80:in `login_or_feed_token_required'
  136.  
  137.  
  138. Started GET "/" for 127.8.87.129 at 2013-11-15 20:10:26 -0500
  139. Processing by TodosController#index as */*
  140. Completed 500 Internal Server Error in 16ms
  141.  
  142. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  143. lib/login_system.rb:173:in `store_location'
  144. lib/login_system.rb:113:in `login_required'
  145. lib/login_system.rb:80:in `login_or_feed_token_required'
  146.  
  147.  
  148. Started GET "/" for 127.8.87.129 at 2013-11-15 20:10:26 -0500
  149. Processing by TodosController#index as */*
  150. Completed 500 Internal Server Error in 19ms
  151.  
  152. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  153. lib/login_system.rb:173:in `store_location'
  154. lib/login_system.rb:113:in `login_required'
  155. lib/login_system.rb:80:in `login_or_feed_token_required'
  156.  
  157.  
  158. Started GET "/" for 127.8.87.129 at 2013-11-15 21:10:30 -0500
  159. Processing by TodosController#index as */*
  160. Completed 500 Internal Server Error in 7ms
  161.  
  162. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  163. lib/login_system.rb:173:in `store_location'
  164. lib/login_system.rb:113:in `login_required'
  165. lib/login_system.rb:80:in `login_or_feed_token_required'
  166.  
  167.  
  168. Started GET "/" for 127.8.87.129 at 2013-11-15 21:10:30 -0500
  169. Processing by TodosController#index as */*
  170. Completed 500 Internal Server Error in 6ms
  171.  
  172. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  173. lib/login_system.rb:173:in `store_location'
  174. lib/login_system.rb:113:in `login_required'
  175. lib/login_system.rb:80:in `login_or_feed_token_required'
  176.  
  177.  
  178. Started GET "/" for 127.8.87.129 at 2013-11-15 22:10:29 -0500
  179. Processing by TodosController#index as */*
  180. Completed 500 Internal Server Error in 5ms
  181.  
  182. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  183. lib/login_system.rb:173:in `store_location'
  184. lib/login_system.rb:113:in `login_required'
  185. lib/login_system.rb:80:in `login_or_feed_token_required'
  186.  
  187.  
  188. Started GET "/" for 127.8.87.129 at 2013-11-15 22:10:29 -0500
  189. Processing by TodosController#index as */*
  190. Completed 500 Internal Server Error in 10ms
  191.  
  192. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  193. lib/login_system.rb:173:in `store_location'
  194. lib/login_system.rb:113:in `login_required'
  195. lib/login_system.rb:80:in `login_or_feed_token_required'
  196.  
  197.  
  198. Started GET "/" for 127.8.87.129 at 2013-11-15 23:10:26 -0500
  199. Processing by TodosController#index as */*
  200. Completed 500 Internal Server Error in 8ms
  201.  
  202. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  203. lib/login_system.rb:173:in `store_location'
  204. lib/login_system.rb:113:in `login_required'
  205. lib/login_system.rb:80:in `login_or_feed_token_required'
  206.  
  207.  
  208. Started GET "/" for 127.8.87.129 at 2013-11-15 23:10:26 -0500
  209. Processing by TodosController#index as */*
  210. Completed 500 Internal Server Error in 8ms
  211.  
  212. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  213. lib/login_system.rb:173:in `store_location'
  214. lib/login_system.rb:113:in `login_required'
  215. lib/login_system.rb:80:in `login_or_feed_token_required'
  216.  
  217.  
  218. Started GET "/" for 127.8.87.129 at 2013-11-16 00:10:25 -0500
  219. Processing by TodosController#index as */*
  220. Completed 500 Internal Server Error in 16ms
  221.  
  222. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  223. lib/login_system.rb:173:in `store_location'
  224. lib/login_system.rb:113:in `login_required'
  225. lib/login_system.rb:80:in `login_or_feed_token_required'
  226.  
  227.  
  228. Started GET "/" for 127.8.87.129 at 2013-11-16 00:10:25 -0500
  229. Processing by TodosController#index as */*
  230. Completed 500 Internal Server Error in 3ms
  231.  
  232. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  233. lib/login_system.rb:173:in `store_location'
  234. lib/login_system.rb:113:in `login_required'
  235. lib/login_system.rb:80:in `login_or_feed_token_required'
  236.  
  237.  
  238. Started GET "/" for 127.8.87.129 at 2013-11-16 01:10:27 -0500
  239. Processing by TodosController#index as */*
  240. Completed 500 Internal Server Error in 11ms
  241.  
  242. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  243. lib/login_system.rb:173:in `store_location'
  244. lib/login_system.rb:113:in `login_required'
  245. lib/login_system.rb:80:in `login_or_feed_token_required'
  246.  
  247.  
  248. Started GET "/" for 127.8.87.129 at 2013-11-16 01:10:27 -0500
  249. Processing by TodosController#index as */*
  250. Completed 500 Internal Server Error in 3ms
  251.  
  252. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  253. lib/login_system.rb:173:in `store_location'
  254. lib/login_system.rb:113:in `login_required'
  255. lib/login_system.rb:80:in `login_or_feed_token_required'
  256.  
  257.  
  258. Started GET "/" for 127.8.87.129 at 2013-11-16 02:10:24 -0500
  259. Processing by TodosController#index as */*
  260. Completed 500 Internal Server Error in 3ms
  261.  
  262. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  263. lib/login_system.rb:173:in `store_location'
  264. lib/login_system.rb:113:in `login_required'
  265. lib/login_system.rb:80:in `login_or_feed_token_required'
  266.  
  267.  
  268. Started GET "/" for 127.8.87.129 at 2013-11-16 02:10:24 -0500
  269. Processing by TodosController#index as */*
  270. Completed 500 Internal Server Error in 3ms
  271.  
  272. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  273. lib/login_system.rb:173:in `store_location'
  274. lib/login_system.rb:113:in `login_required'
  275. lib/login_system.rb:80:in `login_or_feed_token_required'
  276.  
  277.  
  278. Started GET "/" for 127.8.87.129 at 2013-11-16 03:10:25 -0500
  279. Processing by TodosController#index as */*
  280. Completed 500 Internal Server Error in 9ms
  281.  
  282. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  283. lib/login_system.rb:173:in `store_location'
  284. lib/login_system.rb:113:in `login_required'
  285. lib/login_system.rb:80:in `login_or_feed_token_required'
  286.  
  287.  
  288. Started GET "/" for 127.8.87.129 at 2013-11-16 03:10:25 -0500
  289. Processing by TodosController#index as */*
  290. Completed 500 Internal Server Error in 8ms
  291.  
  292. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  293. lib/login_system.rb:173:in `store_location'
  294. lib/login_system.rb:113:in `login_required'
  295. lib/login_system.rb:80:in `login_or_feed_token_required'
  296.  
  297.  
  298. Started GET "/" for 127.8.87.129 at 2013-11-16 04:10:23 -0500
  299. Processing by TodosController#index as */*
  300. Completed 500 Internal Server Error in 12ms
  301.  
  302. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  303. lib/login_system.rb:173:in `store_location'
  304. lib/login_system.rb:113:in `login_required'
  305. lib/login_system.rb:80:in `login_or_feed_token_required'
  306.  
  307.  
  308. Started GET "/" for 127.8.87.129 at 2013-11-16 04:10:23 -0500
  309. Processing by TodosController#index as */*
  310. Completed 500 Internal Server Error in 9ms
  311.  
  312. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  313. lib/login_system.rb:173:in `store_location'
  314. lib/login_system.rb:113:in `login_required'
  315. lib/login_system.rb:80:in `login_or_feed_token_required'
  316.  
  317.  
  318. Started GET "/" for 127.8.87.129 at 2013-11-16 05:10:26 -0500
  319. Processing by TodosController#index as */*
  320. Completed 500 Internal Server Error in 3ms
  321.  
  322. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  323. lib/login_system.rb:173:in `store_location'
  324. lib/login_system.rb:113:in `login_required'
  325. lib/login_system.rb:80:in `login_or_feed_token_required'
  326.  
  327.  
  328. Started GET "/" for 127.8.87.129 at 2013-11-16 05:10:26 -0500
  329. Processing by TodosController#index as */*
  330. Completed 500 Internal Server Error in 11ms
  331.  
  332. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  333. lib/login_system.rb:173:in `store_location'
  334. lib/login_system.rb:113:in `login_required'
  335. lib/login_system.rb:80:in `login_or_feed_token_required'
  336.  
  337.  
  338. Started GET "/" for 127.8.87.129 at 2013-11-16 06:10:22 -0500
  339. Processing by TodosController#index as */*
  340. Completed 500 Internal Server Error in 3ms
  341.  
  342. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  343. lib/login_system.rb:173:in `store_location'
  344. lib/login_system.rb:113:in `login_required'
  345. lib/login_system.rb:80:in `login_or_feed_token_required'
  346.  
  347.  
  348. Started GET "/" for 127.8.87.129 at 2013-11-16 06:10:22 -0500
  349. Processing by TodosController#index as */*
  350. Completed 500 Internal Server Error in 13ms
  351.  
  352. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  353. lib/login_system.rb:173:in `store_location'
  354. lib/login_system.rb:113:in `login_required'
  355. lib/login_system.rb:80:in `login_or_feed_token_required'
  356.  
  357.  
  358. Started GET "/" for 127.8.87.129 at 2013-11-16 07:10:24 -0500
  359. Processing by TodosController#index as */*
  360. Completed 500 Internal Server Error in 25ms
  361.  
  362. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  363. lib/login_system.rb:173:in `store_location'
  364. lib/login_system.rb:113:in `login_required'
  365. lib/login_system.rb:80:in `login_or_feed_token_required'
  366.  
  367.  
  368. Started GET "/" for 127.8.87.129 at 2013-11-16 07:10:24 -0500
  369. Processing by TodosController#index as */*
  370. Completed 500 Internal Server Error in 18ms
  371.  
  372. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  373. lib/login_system.rb:173:in `store_location'
  374. lib/login_system.rb:113:in `login_required'
  375. lib/login_system.rb:80:in `login_or_feed_token_required'
  376.  
  377.  
  378. Started GET "/" for 127.8.87.129 at 2013-11-16 08:10:22 -0500
  379. Processing by TodosController#index as */*
  380. Completed 500 Internal Server Error in 97ms
  381.  
  382. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  383. lib/login_system.rb:173:in `store_location'
  384. lib/login_system.rb:113:in `login_required'
  385. lib/login_system.rb:80:in `login_or_feed_token_required'
  386.  
  387.  
  388. Started GET "/" for 127.8.87.129 at 2013-11-16 08:10:22 -0500
  389. Processing by TodosController#index as */*
  390. Completed 500 Internal Server Error in 6ms
  391.  
  392. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  393. lib/login_system.rb:173:in `store_location'
  394. lib/login_system.rb:113:in `login_required'
  395. lib/login_system.rb:80:in `login_or_feed_token_required'
  396.  
  397.  
  398. Started GET "/" for 127.8.87.129 at 2013-11-16 09:10:27 -0500
  399. Processing by TodosController#index as */*
  400. Completed 500 Internal Server Error in 7ms
  401.  
  402. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  403. lib/login_system.rb:173:in `store_location'
  404. lib/login_system.rb:113:in `login_required'
  405. lib/login_system.rb:80:in `login_or_feed_token_required'
  406.  
  407.  
  408. Started GET "/" for 127.8.87.129 at 2013-11-16 09:10:27 -0500
  409. Processing by TodosController#index as */*
  410. Completed 500 Internal Server Error in 5ms
  411.  
  412. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  413. lib/login_system.rb:173:in `store_location'
  414. lib/login_system.rb:113:in `login_required'
  415. lib/login_system.rb:80:in `login_or_feed_token_required'
  416.  
  417.  
  418. Started GET "/" for 127.8.87.129 at 2013-11-16 10:10:25 -0500
  419. Processing by TodosController#index as */*
  420. Completed 500 Internal Server Error in 3ms
  421.  
  422. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  423. lib/login_system.rb:173:in `store_location'
  424. lib/login_system.rb:113:in `login_required'
  425. lib/login_system.rb:80:in `login_or_feed_token_required'
  426.  
  427.  
  428. Started GET "/" for 127.8.87.129 at 2013-11-16 10:10:25 -0500
  429. Processing by TodosController#index as */*
  430. Completed 500 Internal Server Error in 2ms
  431.  
  432. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  433. lib/login_system.rb:173:in `store_location'
  434. lib/login_system.rb:113:in `login_required'
  435. lib/login_system.rb:80:in `login_or_feed_token_required'
  436.  
  437.  
  438. Started GET "/" for 127.8.87.129 at 2013-11-16 11:10:25 -0500
  439. Processing by TodosController#index as */*
  440. Completed 500 Internal Server Error in 3ms
  441.  
  442. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  443. lib/login_system.rb:173:in `store_location'
  444. lib/login_system.rb:113:in `login_required'
  445. lib/login_system.rb:80:in `login_or_feed_token_required'
  446.  
  447.  
  448. Started GET "/" for 127.8.87.129 at 2013-11-16 11:10:25 -0500
  449. Processing by TodosController#index as */*
  450. Completed 500 Internal Server Error in 6ms
  451.  
  452. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  453. lib/login_system.rb:173:in `store_location'
  454. lib/login_system.rb:113:in `login_required'
  455. lib/login_system.rb:80:in `login_or_feed_token_required'
  456.  
  457.  
  458. Started GET "/" for 127.8.87.129 at 2013-11-16 12:10:21 -0500
  459. Processing by TodosController#index as */*
  460. Completed 500 Internal Server Error in 6ms
  461.  
  462. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  463. lib/login_system.rb:173:in `store_location'
  464. lib/login_system.rb:113:in `login_required'
  465. lib/login_system.rb:80:in `login_or_feed_token_required'
  466.  
  467.  
  468. Started GET "/" for 127.8.87.129 at 2013-11-16 12:10:21 -0500
  469. Processing by TodosController#index as */*
  470. Completed 500 Internal Server Error in 7ms
  471.  
  472. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  473. lib/login_system.rb:173:in `store_location'
  474. lib/login_system.rb:113:in `login_required'
  475. lib/login_system.rb:80:in `login_or_feed_token_required'
  476.  
  477.  
  478. Started GET "/" for 127.8.87.129 at 2013-11-16 13:10:21 -0500
  479. Processing by TodosController#index as */*
  480. Completed 500 Internal Server Error in 15ms
  481.  
  482. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  483. lib/login_system.rb:173:in `store_location'
  484. lib/login_system.rb:113:in `login_required'
  485. lib/login_system.rb:80:in `login_or_feed_token_required'
  486.  
  487.  
  488. Started GET "/" for 127.8.87.129 at 2013-11-16 13:10:21 -0500
  489. Processing by TodosController#index as */*
  490. Completed 500 Internal Server Error in 9ms
  491.  
  492. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  493. lib/login_system.rb:173:in `store_location'
  494. lib/login_system.rb:113:in `login_required'
  495. lib/login_system.rb:80:in `login_or_feed_token_required'
  496.  
  497.  
  498. Started GET "/" for 127.8.87.129 at 2013-11-16 14:10:22 -0500
  499. Processing by TodosController#index as */*
  500. Completed 500 Internal Server Error in 11ms
  501.  
  502. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  503. lib/login_system.rb:173:in `store_location'
  504. lib/login_system.rb:113:in `login_required'
  505. lib/login_system.rb:80:in `login_or_feed_token_required'
  506.  
  507.  
  508. Started GET "/" for 127.8.87.129 at 2013-11-16 14:10:22 -0500
  509. Processing by TodosController#index as */*
  510. Completed 500 Internal Server Error in 8ms
  511.  
  512. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  513. lib/login_system.rb:173:in `store_location'
  514. lib/login_system.rb:113:in `login_required'
  515. lib/login_system.rb:80:in `login_or_feed_token_required'
  516.  
  517.  
  518. Started GET "/" for 127.8.87.129 at 2013-11-16 15:10:22 -0500
  519. Processing by TodosController#index as */*
  520. Completed 500 Internal Server Error in 5ms
  521.  
  522. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  523. lib/login_system.rb:173:in `store_location'
  524. lib/login_system.rb:113:in `login_required'
  525. lib/login_system.rb:80:in `login_or_feed_token_required'
  526.  
  527.  
  528. Started GET "/" for 127.8.87.129 at 2013-11-16 15:10:22 -0500
  529. Processing by TodosController#index as */*
  530. Completed 500 Internal Server Error in 14ms
  531.  
  532. ActiveRecord::StatementInvalid (Mysql2::Error: Table 'tracks.sessions' doesn't exist: SHOW FULL FIELDS FROM `sessions`):
  533. lib/login_system.rb:173:in `store_location'
  534. lib/login_system.rb:113:in `login_required'
  535. lib/login_system.rb:80:in `login_or_feed_token_required'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement