Quantcast
Channel: Pivotal Labs » David Stevenson
Viewing all articles
Browse latest Browse all 10

Standup 4/26/2010: Ruby hack night with Sarah Mei

$
0
0

Interesting Things

  • Given a list of IDs, how do you find which ones are not in the database?
ids = [1,2,3,4,5,0]
missing_ids = ids - Model.find_all_by_id(ids).collect(&:id)
  • Sarah Mei is hosting a Ruby Hack Night at pivotal labs tomorrow at 7PM (Tues April 27th. 731 Market St Floor 3, San Francisco).
  • There is an android users group tomorrow. We don't know any more about it than that.
Continue reading

The post Standup 4/26/2010: Ruby hack night with Sarah Mei appeared first on Pivotal Labs.


Viewing all articles
Browse latest Browse all 10

Trending Articles