Tag Archives: Ruby On Rails
rentalrundown.com and Seattle trip
Two things…
First - Jen and I are taking a trip to Seattle for 7 days starting this Saturday. We’re super pumped.
Second – Over Christmas last year I started on this lil Rails app I was calling duluthrentalreview.com. Pretty obvious what it was. I get so pissed at landlords in this town, and even more pissed at [...]
Posted in Ruby On Rails, Seattle, Vacations, rentalrundown Also tagged rentalrundown Leave a comment
Super Simple Ruby Web Scraper
Alrighty folks. Quick walk though for scraping remote web data with Ruby. This is how I did it for my little web scraper I wrote on Saturday..
DISCLAIMER: Web Scraping is kind of a gray area.. don’t steal things that are copywritten and don’t be a jerk. Give credit where credit is due..
First [...]
Posted in Programming, Ruby On Rails Also tagged How to, mechanize, open uri, Ruby, sweefner.com, web scraper Leave a comment
Slicehost problems with Gem *FIXED*
Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality. Low and behold when I tried
sudo gem install pdf-writer
I was greeted with nothing, just
Updating Gem source index for: http://gems.rubyforge.org
and that was it. After searching and [...]
Posted in Programming, Ruby On Rails, Slicehost Also tagged gem, problems, Slicehost Leave a comment
How to: Nginx, FCGI, PHP, MySQL, Ruby On Rails, Rewrite
In a previous post I talked about how I just set up my new Slicehost account using Nginx to power this blog (Wordpress – PHP) and some Rails Apps. Here’s a mini how to on how I got the whole thing working, as its not quite as easy as it sounds.
First though – Why [...]
Posted in Linux, PHP, Ruby On Rails, nginx Also tagged FCGI, Gutsy, How to, MYSQL, nginx, PHP, Rewrite, Ubuntu 7.10 15 Comments
Debugging Backgroundrb
Backgroundrb is a great tool for getting cron like functionality in your Rails app, but it can be a pain if its not working correctly. I’m not going to go into how to get backgroundrb working, its rubyforge page has decent instructions for that, but what I will share are some tips on debugging [...]
Moved Hosts
Well I’ve finished consolodating my two hosting accounts, one at Godaddy (cheap Linux hosting) and my shared Rails hosting at OcsSolutions (which was very good for shared Rails host) to a 512 mb Ubuntu 7.10 ’slice’ at Slicehost. Was gonna go straight Debian, but figured what the hell. For any of you who don’t know, [...]
Posted in Linux, PHP, Royner, Ruby On Rails, Slicehost, nginx Also tagged godaddy, nginx, ocssolutions, php5, Royner, Slicehost Leave a comment
Rails: Using Helpers in Your Controller.
This morning there was a guy in the rails IRC room asking about using helpers in his controller and I recently wrote an app that used the great pdf-writer gem to generate some pdfs and used helpers in the controller for formatting in the pdf. If you are going to generate very complicated pdfs, [...]
rDigg – Ruby on Rails Digg API plugin