Posts Tagged “Ruby”
Deploying A Rails App To Rackspace Cloud Servers On Ubuntu Using Nginx and Unicorn
by dontangg on April 4, 2012
I recently setup a Rails server on Ubuntu using Nginx and Unicorn and a database running on the same server using Postgres. I also used rbenv and ruby-build for ruby. I had to look up a lot of information to (…)
A Simple Site To Automate Sending Texts/Emails
by dontangg on March 15, 2012
I’m often thinking about things that I could code up that would make tasks simpler. Generally, that means that I spend a lot of time up front to write a tool that automates a task. Then, I slowly get that (…)
Constructing A Less Than Simple Query With Rails And ARel
by dontangg on November 27, 2011
I say the query is less than simple because it’s not really complicated either. In my little application, I really only have one query that is like this and this is the one. This is the query that I wanted (…)
Tutorial: Debugging in Ruby
by dontangg on November 5, 2010
Debugging is extremely useful to find problems in code. I’m going to give a really brief tutorial on how to use Ruby’s built-in debugger for the most common debugging reasons. When I debug, these constitute 95% of what I ever (…)
