Pivotal Labs

Main menu

Skip to primary content
Skip to secondary content
  • About
  • Case Studies
  • Team
    • Executives
    • Locations
      • San Francisco (HQ)
      • Boston
      • Boulder
      • Denver
      • London
      • Los Angeles
      • New York
  • Community
    • Blogs
    • Tech Talks
    • Events
  • Careers
    • Lifestyle
    • Principles & Practices
    • Benefits
    • FAQ
    • Apply
  • Tools
  • Contact
    • Press Room
    • Press Releases
    • In The News
    • Press Kit
  • All
  • Labs
  • Standup
  • Tracker

[Standup][NY] 09/06/12: PG 9.2 to include JSON data type!

Dimitri Roche
Thursday, September 6, 2012

Interestings

  • Postgres 9.2 to include native JSON data type

Postgres 9.2 will include a native JSON datatype. In addition to verifying that the data stored in the field is valid JSON, there’s also a couple of SQL functions that could be handy (array_to_json, and row_to_json).

There’s a promising pull request for ActiveRecord to support the new json data type.

  • Show gem license on rubygems.org

Our open source developers this week have submitted a pull request to rubygems.org to display a gem’s license on the gem version’s page.

Make sure you add a license to your gemspecs!

Gem::Specification.new do |s|
  s.license = "MIT"
  #....
end

or…

Gem::Specification.new do |s|
  s.licenses = ["MIT", "BSD"]
  #....
end

Pull request: https://github.com/rubygems/rubygems.org/pull/458

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

[Standup][NY] 09/04/12: Math proofs like unit tests?

Dimitri Roche
Tuesday, September 4, 2012

Interestings

  • Gotcha

Don’t make a helper method called config in your rails app. It will blow up in your face.

  • Cool 3D js UI hack for displaying menus

This looks great for touch devices, but may not be obvious to users.

Try this URL for standup:
http://lab.hakim.se/meny/?http://ny-whiteboard.herokuapp.com

  • Bootstrap 2.1 dropdown data-* fail

Links within dropdowns which leverage data-* method’s currently broken in Bootstrap 2.1.

Events

  • Wednesday: Agile Experience Design Meetup
  • Tuesday: Tech Talk- Why is a Math Proof like a Unit Test?

There are many conceptual similarities between writing a mathematical proof and test driving a story. In this talk, I will explore these similarities in an effort to explain what is satisfying about TDD, and what makes it a great learning tool. Join us for lunch as Daniela previews her upcoming GoGaRuCo talk.

Daniela majored in Math, attended a Railsbridge, apprenticed at Pivotal SF and now is a developer at SharesPost.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Dimitri Roche

Dimitri Roche
New York

Subscribe to Dimitri's Feed

Author Topics

nyc (2)
  • About
  • Case Studies
  • Team
  • Community
  • Careers
  • Tools
  • Contact
  • Labs
  • Events

Contact Us

contact@pivotallabs.com
+1 415-77-PIVOT
TwitterLinkedInFacebook

Pivotal Tracker

Tracker is the award-winning agile project management tool that enables real-time collaboration around a shared, prioritized backlog.
Visit pivotaltracker.com >