Captain's Log: 2013.08.28
- Continued working on caching support
- Decided to use moneta after all
- Set expire = truein options
- Created singleton .defaultsto DRY code for initializing Moneta caches
 
- Made edits based on Captain Kurt's comments
- We're gonna need to fix Previewspecs to check that cache behaves like a cache
- Bad test right now - only checks that it's a kind of Hash
- Need to test that it behaves like a cache system, with abilities to #store,#fetch, and#key
 
 
- Discussed using default images for oneboxes missing usable images
- Vyki created Clikthrough onebox
- JZ made edits to oneboxes from last night based on Captain Kurt's comments on open pull requests
- Use Array#firstinstead ofArray[0]because more idiomatic
- Make sure to indicate on pull requests if it depends on another one
 
- Discussed more on regex, Verbal Expressions, and played with Rubular
- We'll be using the regex matchers from Discourse to help guide us with our Verbal Expressions in our matchesblocks
- This will be important for security
 
- Learned more on constants and how classes/modules are basically constants
- You can actually do something like Onebox = Module.new do ... end
 
- Captain Kurt recommended we look at Hamster
- HOMEWORK
- Work on oneboxes
- At some point, make edits to README branch - some instructions are already outdated
 
comments powered by