The Blog

The what's what of the Flowdock atmosphere.

Blog Archives

Flowdock Mobile Beta Out Now

March 23rd, 2011

Mikael Roos

Flowdock icon on iPhone If there is one more thing an app built for teams needs, it’s a mobile client. To be able to tap into the hive mind of your team, regardless of where you are, is just golden. Long story short, Flowdock mobile Beta is out now! Just head on to https://flowdock.com/flows on your device to try it out. (Haven’t signed up yet? Go here first.)

If you’ve missed the previous March Feature Madness posts, check out the ones about Full-Text Search and Confluence in Real Time

How Does It Work?

A couple of months ago, when we started development for the mobile web experience of Flowdock, we decided early on that jQuery Mobile will be our platform of choice. It made perfect sense, since we’re widely using jQuery already and the mobile project has such major traction.

Even though jQuery Mobile is still in alpha stages, we were able to implement a wonderful experience which not only gives a very native app feeling on the most advanced platforms like iOS or Android, but also works very nicely on the plethora of devices supported by jQuery Mobile, including any device capable of running Opera Mobile (recommended option on e.g. Symbian).

The result is amazing! We’ve prepared a short video (under 1 minute!) which quickly showcases what the app looks like.

The device configurations in the beginning sequence are (left-to-right):

  • Samsung Galaxy S running the native browser on Android 2.2
  • iPhone 4 running Safari on iOS 4.3
  • Nokia E51 running Opera Mobile on S60 Symbian OS v9.2
 
For now the mobile app includes just the chat, but we’re already working hard to bring you more features on the mobile.

Ruby 1.8.6 is not compatible with Ruby 1.8.6

May 29th, 2008

Otto Hilska

In Euruko 2008 Matz was participating in a panel discussion about Ruby/Win32 support. That’s where we heard one of the best Matz quotes: “I don’t use Windows, so I don’t care”

We already had this picture on our scrum board to remind us about the driving forces of Ruby programming language, but today it hit my face again: it’s not guaranteed that all Ruby 1.8.6 installations are compatible with other Ruby 1.8.6 installations.

The first release of 1.8.6 is quite old now, but there’re already 114 patches silently added to the release. None of these made it to the news section of ruby-lang.org.

This was concretized today when I was deploying rails-doc.org to a new server: the REXML library (which is a part of standard Ruby library) didn’t have REXML::Formatters available. The whole REXML library had gone through some major refactoring between different 1.8.6 patch releases. Well, “I don’t use XML, so I don’t care”.

By the way, JRuby 1.1.2 was released a couple of days ago. Go grab it. They even seem to have some kind of a release process. :)