This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [=== Moseliah - Mankrik profile ===] | |
| 3054C7B30052901CD2A8671A03C01D13A4BC014FC45153D424D53286B120EB15 | |
| 8C8390EC1A8CA3202C049015938AA0A58424F0154531928AB8804B11549F8402 | |
| 32920E4210E5A488CC4A0273904DE41DF421C0548A5AAA0D3556A259BA404ADA | |
| 40445F5908A1B212AAEC21011B6524497B4044ABB40449DB0F75248C06909E03 | |
| 1D2624F81599CAAAE2BAC6645D769864398E4355FA920DC6257B15A67B4AFD25 | |
| 3C94A3E2124D274A7EAA23D58BEAA4BD5519FE41A6C324C9749CA7484BF55181 | |
| 61E03144DFF48F0BFC0C94DF1C1203144DFF486842BAFD083C4152760B4ADF6D | |
| FDD119879E16A8AD3152A29EFF0A82375AC066452BFE1415549C91C296FB5F7C | |
| 41B9EF745119423488969CAE73E383C42DBA213546D382A2886FBA2645AFF135 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [=== Moseliah - Mankrik profile ===] | |
| 3054368300522AA07B41CE244D0348364969122D3341896A48EA111BD498C732 | |
| 253E8227E0516D1A2A03098A259384455B01555F0158A98445AB8A44D64412F1 | |
| 155432984A398A8CB42AA4662151731558D92CF4459682AA2B492AC3596A259B | |
| A8A82D6545415D7545453698A2557615154CA52AA497B8A822DD5454156F2CF5 | |
| 2AA8C06414E039C2624F815A9CA49BCA2B990E3B243A9827A9AA7D4426639ABD | |
| 8A4BB51DF6553C92C172AA8A5E84FC5943D547D59A6B3545FD5906C322C9741D | |
| A7444BF15053C2C1AC39AFD845EFF94D35A758342AC39AFD845E826EFE90782F | |
| B265AC84F7F9B9B3219B3D349F5B7294251DD8166881BC45232AA8B7C0334CFA | |
| 859232DFD7E682FF3DDE82F32802B405DA89FB7EA078A2A7351ACFC468912E94 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module UserMods | |
| module Tutorials | |
| TUTORIALS = { | |
| # define the flows, and an array of symbols for the steps of each flow here | |
| :intro_flow => [ | |
| :welcome, | |
| :buy_pet, | |
| :pet_chore | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def self.up | |
| create_table :incentivized_feed_clicks do |t| | |
| t.integer :user_id | |
| t.datetime :day | |
| t.integer :clicker_id | |
| t.integer :count | |
| t.timestamps | |
| end | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ActiveRecord::RecordNotFound in Locations#index | |
| Showing /var/www/apps/eb-staging/releases/20090910182655/app/views/news_stories/_item_drop.html.haml where line #1 raised: | |
| Couldn't find Item with ID=979809334 | |
| Extracted source (around line #1): | |
| 1: - item = Item.find(data[:item_id]) | |
| 2: = "#{agent_name(user.id)} confiscated a new item:" | |
| 3: .description |