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

Monthly Archives: November 2009

Christian Sepulveda

Scoop: 0.9.1 will be available soon

Christian Sepulveda
Thursday, November 5, 2009

0.9.1 of Scoop has been submitted to Palm and should be available soon.

Features and Changes

  • Email, IM and SMS links to articles
  • Popup menu option to view original article
  • Folders: read articles via your Google Reader folders

http://scoop.pivotallabs.com

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Standup 2009-11-04: As Far As We're Concerned, The Prime Meridian Runs Through Minneapolis, Minnesota

Pivotal Labs
Wednesday, November 4, 2009

Ask for Help

Does anyone have suggestions for an off-the-shelf data reporting tool to help display some data in a webapp for internal users to see?

  • Google Charts
  • DabbleDB
  • ActiveScaffold
  • Google Spreadsheets API

form.submit() vs. <form onsubmit=”…”>: An onsubmit attribute added to a form element doesn’t get called when form.submit() is called from Javascript.

  • Try using Javascript to attach an onsubmit handler rather than adding it as an attribute of the form element.
  • Instead of calling form.submit() from Javascript, send a click event to a hidden submit button.

Timezones are being ignored when a date is passed into ActiveRecord’s find method, but are not ignored when passed into other methods.

This seems to be due to a bug in ActiveSupport’s to_s(:db). One solution is to override to_s and fix the time zone.

Interesting Things

  • When trying to create an ssh tunnel to EngineYard, set GatewayPorts to yes in sshd, otherwise the tunnel won’t bind to your local computer.

  • WAVE Toolbar (Web accessiblity evaluation tool) is a great Firefox extension that shows you which parts of your pages have accessibility issues.

  • The next meeting of the San Francisco Pivotal Tracker Users Group is tonight at 6:30 PM at the Pivotal Labs headquaters on Market St.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Sean Beckett

Startup Sandbox for socially reponsible ventures

Sean Beckett
Wednesday, November 4, 2009

Hackfest for the Light and Women 2.0 are putting on a Startup Sandbox in November at Microsoft. They especially encourage socially responsible software ideas and companies to attend — bring your whole team or just an idea and ask for whatever help you need.

====

Come spend a whirlwind 56 hrs with like-minded entrepreneurs, engineers, designers, dreamers, and work on any of the following –

  • Make a working prototype
  • Create an investor presentation
  • Come with your company and get feedback
  • Come with an idea to make a mock up
  • Practice and learn new skills

The event starts at 6pm Friday Nov 20, and goes until Sunday evening, Nov 22.

Location: Microsoft, 835 Market Street (Westfield Center), Suite #700

Register now, and get the early bird price of just $79 for the whole weekend — http://startupsandbox.eventbee.com. Use the Hackfest for the Light discount code ‘affiliate01′ and get an additional $10 off.

Women 2.0 is a powerhouse organization, dedicated to creating more women entrepreneurs. Thanks to their great connections, there will be investors, lawyers, and high-profile speakers who want to give you great advice for free!

If you can’t make the SF event, check out Startup Weekend in Palo Alto event the very same weekend — http://bayarea.startupweekend.com

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Christian Sepulveda

Tweed 1.1.1: Landscape mode and more

Christian Sepulveda
Tuesday, November 3, 2009

1.1.1 of Tweed is now available in the App Catalog.

Bugs

  • User profile can scroll
  • increased photo upload timeout
  • font size setting should apply to direct message timeline
  • Tweet text is image caption on photo uploads

Features and Changes

  • changed photo upload default to yFrog
  • forward gesture composes new tweet
  • use j.mp for url shortening (instead of tinyurl.com)
  • show original tweet on replies
  • Pixi support
  • landscape mode (& preference to disable)
  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Durable Rabbit Messaging

Pivotal Labs
Tuesday, November 3, 2009

The question came up in the course of using RabbitMQ of how to ensure that if something catastrophic happens that the system wouldn’t lose any data due to either side of the queue coming down unexpectedly.

We had the exchange and the queues both set as ‘durable’, which we thought should cover everything. Right?

Apparently not.

In addition to the exchange and queues needing to be durable, the messages themselves must be flagged as ‘persistent’.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

Standup 2009-11-02: WTF?

Pivotal Labs
Tuesday, November 3, 2009

Interesting Things

  • git-wtf is a useful script for showing the state of your git repo. It was mentioned specifically for its ability to show you the details about the commits you haven’t yet pushed (especially if there have been multiple commits by other people in the meantime).
  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Building User Trust

Monday, November 2, 2009 | Run time: 47:52

Carl Smith, founding member of nGen Works, breaks down the steps to understanding, building and keeping trust with your users. Trust is becoming vulnerable based on a positive expectation. It’s about the promises you make in subtle and obvious ways.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Get Angular

Monday, November 2, 2009 | Run time: 1:12:48

Pivot Adam Abrons and partner Misko Hevery introduce Angular, a platform for building data-backed applications with browser technologies. Applications are written in HTML, javascript, and CSS, and then Angular connects up a JSON database in the cloud.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Git for Newbies

Monday, November 2, 2009 | Run time: 1:10:32

In a special evening event, Scott Chacon from GitHub gives an excellent overview of Git for developers, with a lively back and forth from the audience.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Pivotal Labs

My not-so-inner geekdom

Pivotal Labs
Monday, November 2, 2009

I’ve been a member of an online Star Wars club for…wow…almost 10 years now. At the time that I joined I was just learning about databases and web-programming and was rather impressed with the functionality that existed (and still exists) in the club’s website.

However…

The site is coded in old-school ASP, with SQL Server on the backend.

I cringe just thinking about it.

I’ve been trying to convince The Powers That Be for a while now to look at recoding the site to some other environment. For a long time I tried to push them towards PHP, but they just dug in their heels and refused to look at that option really.

Then I discover Ruby on Rails, and I see how much better RoR would be for this site. It would provide structure to the codebase, organization, and seriously increase readability. And since the club is a volunteer organization, with a pretty regular rate of people transitioning in/out of positions, having a strong test suite would be HUGE towards helping new developers ramp up on how the system is supposed to work and quickly identifying when a change in the code has broken something else in an unforeseen manner.

Of course as I’m making those discoveries, The Powers That Be decide to move ahead with PHP…

So, on to the question at hand: What do you do, what information do you use, in an attempt to convince someone to switch from an older technology (ASP, PHP) to Ruby on Rails?

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Topics

  • agile (783)
  • rails (117)
  • testing (90)
  • ruby (86)
  • ruby on rails (71)
  • jobs (62)
  • javascript (59)
  • techtalk (44)
  • ironblogger (42)
  • rspec (39)
  • bloggerdome (34)
  • productivity (34)
  • activerecord (30)
  • rubymine (30)
  • git (29)
  • gogaruco (29)
  • nyc (27)
  • design (24)
  • mobile (23)
  • pivotal tracker (22)
  • process (21)
  • cucumber (21)
  • jasmine (19)
  • ios (18)
  • tracker ecosystem (17)
  • webos (17)
  • objective-c (17)
  • fun (16)
  • android (16)
  • palm (16)
  • ci (16)
  • "soft" ware (16)
  • bdd (15)
  • tdd (15)
  • cedar (15)
  • rails3 (14)
  • performance (14)
  • css (14)
  • gem (13)
  • mouse-free development (12)
  • selenium (12)
  • goruco (12)
  • bundler (12)
  • api (12)
  • keyboard (11)
  • meetup (11)
  • railsconf (11)
  • nyc-standup (11)
  • capybara (10)
  • mac (10)
Subscribe to Community Feed
  1. ←
  2. 1
  3. 2
  4. 3
  5. 4
  • 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 >