Category Archives: Rails

RoR plugin woes

I’m been doing a lot of work with RoR plugins trying to make things generic. The RoR plugin mechanism is just plain horrible. Plugins do not work like most ruby classes because they are loaded in a slightly convoluted way … Continue reading

Posted in Rails, Ruby | 1 Comment

Ruby Locale 0.1

I wanted a ruby version of the Java Locale object and couldn’t find one, so i created a project for it. Here’s the address: http://rubyforge.org/projects/locale/ It is pretty minimal, but it does contain all the current ISO country and language … Continue reading

Posted in Rails, Ruby | 3 Comments

Configuration vs. convention

My buddy Dave Thomas has an interesting blog entry concerning convention vs. configuration. I’ve given it a considerable amount of thought today because it is something that hits you square in the face when switching between frameworks and languages (i.e. … Continue reading

Posted in Java, Rails, Ruby, Savant, Tech | Leave a comment

New Inversoft Product

I’ve finished launching my latest Inversoft product – The Inversoft Bad Word Database. The website is written entirely in Ruby on Rails and uses PayPal for purchases. All and all the coding was extremely straight forward and simple. Here’s the … Continue reading

Posted in Inversoft, Rails, Ruby, naymz | 1 Comment

Rails with FCGID and puts

Just figured out something very humerous. I’ve just launched a new website that is written in Rails and I got it working with FCGID and Apache2. Works really well. During development I made use of print, puts, p and the … Continue reading

Posted in Rails, Ruby | 3 Comments