Delete Timeline Item Function in all Google Glass Quick Start Projects

Google Glass logo

The team at Google working on the Google Glass Quick Start projects have accepted the rest of my code changes and merged all of my remaining pull requests into the other four projects!  The button to delete individual timeline items is now available in the projects for all currently available languages:

Merge Request Accepted for Google Glass Starter Project!

Github Merge Request Accepted!

An update on my Google Glass post from this morning: I submitted a pull request to include my code into the Go Quick Start Project and they merged it into Google’s master branch! So if you download the Go version of the project now, it will include this code. I have submitted similar pull requests … Read more

Use PostgreSQL Gem Instead of SQLite When Deploying Rails Applications to Heroku

Ruby on Rails logo

This is for both RoR 3.2 and 4.0.0 beta1/RC1! When creating a new Ruby on Rails application, the Gemfile will include the gem for SQLite by default. Example excerpt from Gemfile in your RoR application directory: When running Rails server in development on your local computer (most likely a Mac or Linux), this works fine. … Read more