WebSockets in Rails 4 by Nick Gauthier on 2013-03-12 I've been using Rails 4 (beta) a lot recently. In a previous post we looked at how ActionController::Live can be used with Server-Sent Events, but the problem with that is that there's no way for the client to communicate back to th...
This evening I decided to put Ubuntu on my Nexus 7 to see how it performs and what packages are available on ARM. I'm happy to report that Ruby 1.9.3 (p194) and Rails 3.2.9 work perfectly (albeit slowly :-D). Step 1: Ubuntu I followed Ubuntu's steps for installation and it worked fine...
Non-technical teammates can't run the app. You've got designers, project managers, qa, and more. Whenever developers add a dependency to the project, a lot of hand-holding needs to occur to get everyone setup. Not everyone is comfortable on the terminal, nor should they be. go.sh My f...