Monthly Archives: August 2010

Come geek out with us this Thursday!

Thursday we’re opening the doors to the San Francisco office and hosting a casual gathering for our fellow geeks. Want to see what other developers are working on or who’s using the latest and greatest gem/practice/database/etc? Do you have a … Continue reading

Posted in Everything Else | Tagged | 1 Comment

Vote for Carbon Five’s SXSW 2011 Interactive Sessions

Next year will be the third time Carbon Five visits Austin for SXSW Interactive. We’ve proposed some hands-on, take-away focused sessions that we ourselves would enjoy and think you would too. For example Embracing NoSQL – Your First Cassandra Project … Continue reading

Posted in Everything Else | Tagged , | 2 Comments

Continuous integration for iPhone projects in TeamCity

Carbon Five has been using TeamCity as our continuous integration server for most of our recent projects, including our iPhone work. Out continuous integration environment monitors the git repository used by each project, runs the project’s tests each time a … Continue reading

Posted in Mobile | Tagged , , , | 3 Comments

Deploying to Heroku from TeamCity

Previously I discussed our TeamCity configuration using RVM and mentioned that we often use git to deploy projects. Today I’ll share an example of how a TeamCity build agent can trigger deployments of a application hosted on Heroku and some … Continue reading

Posted in Web | Tagged , , , , , | 4 Comments

Using RVM on TeamCity build agents

We have been using TeamCity to manage the continuous integration, testing, and deployment of many of our recent projects. We have also been using RVM on all of our recent Rails projects to allow us to install multiple ruby versions … Continue reading

Posted in Web | Tagged , , , , , | 4 Comments