Captain's Log: 2013.08.14
- Dealt w/ a LOT of merge conflicts
- We had pull requested a few onebox branches before we refactored
- Qik
- Wikipedia
- StackExchange
- Renamespaced oneboxes to
Engine
module instead of Preview
class
- Cleaned up local and remote branches in
dysania/onebox
- Started looking at VerbalExpressions
- Learned about the difference between
include
and extend
re: singleton class methods
- For sites that support OpenGraph, we decided we'll be using the opengraph gem
- markijbema asked about why we created Matcher object (issue #43)
- He thought it made sense that we keep url matching code close to onebox conversion code since it would define which urls we support
- We created
Matcher
object because Preview
should only have to worry about onebox conversion and not how to find the correct onebox
- Discussed our lightning talk for next week
- Semantic versioning
- Ruby's pessimistic operator
- Our experience so far extracting feature as a gem (the meetup's theme is gems)
- HOMEWORK:
- Add
require opengraph
in gemfile, commit in new branch for issue #44
comments powered by