Archive: Ruby on Rails category

Finally figured out the elusive bug that's been bothering me all day. In my code, I create an instance of my Family class (this is as I'm importing a GEDCOM into the database), which basically creates a record in the Families table. I kept trying to set the ...
I've been reading about RailsConf today. Dang, it sounds like it was really quite cool. I really liked Paul Graham's keynote, "The Power of the Marginal". And DHH's announcement about Active Resource (like Active Record but for web services) sounds exceedingly interesting. Can't wait ...
I'm finally starting to understand Rails! :) Now that school's out I don't have any homework breathing down my neck, so this morning I got up early and decided to write a Rails app that takes a GEDCOM file (using an existing GEDCOM-to-XML parser) and imports it into a Beyond ...
I haven't been in much of a coding mood lately, thus the scarcity of posts. But I think that's changing. Today I made my initial foray into Javascript coding. At work we're porting our genealogy extraction software to the web, so I'm writing some code to manage ...
Found a nice collection of links to Ruby on Rails tutorials on Digital Media Minute: Top 12 Ruby on Rails Tutorials. [tags]Ruby on Rails[/tags]
A few days ago I looked through the Capistrano (SwitchTower) site a bit, but it didn't look like anything I'd really need to use. But then when I read the Apple Ruby on Rails tutorial (see my last post), this popped out at me: When it comes to deploying ...
Technically these aren't my very first steps, because I installed InstantRails on my Windows box the other day and played around a little bit. But development on Windows is not fun, and the DOS prompt just doesn't cut it as a shell. (I couldn't get RadRails to work, ...
A few weeks ago Obie Fernandez posted a bunch of links to The Best Ruby on Rails Information Available. Good stuff -- check it out. [tags]Ruby on Rails[/tags]
Now that I have SSH enabled on my server (I use Bluehost, by the way, and they're awesome -- and they just upgraded our accounts to 15 gigs instead of 10 :)), I can finally start developing for Ruby on Rails. Mmm. I picked up the second ...
I've been using both TextWrangler and vi for the last while, but all these Rails screencasts have got me interested in TextMate. I downloaded the trial version and it looks pretty cool, but I'll have to do some real work with it before I decide. It's really quite ...