Category Archives: Ruby and Rails

LAMP, or LAMR, how about LASR?

Fred Hwang pointed to this post by Steve Jones about the problem of the LAMP acronym with Ruby for the language instead of PHP. The problem being that it would be called LAMR. For those so inclined to drop buzzwords, … Continue reading

Posted in General, Ruby and Rails | Comments Off on LAMP, or LAMR, how about LASR?

Rails – real data – database loading

Quick tip… When working on a rails project you need to have REAL DATA to work with in your development environment. The easiest way is to grab data from a production database. Ah, but won\’t that require SQL and effort? … Continue reading

Posted in General, Ruby and Rails | Comments Off on Rails – real data – database loading

Rails, Ruby, etc.

So I finally have some time to handle a series of posts on Ruby and Ruby on Rails. I’ve been playing with Rails for a while, at least over 1 year. I like it and I wouldn’t consider using anything … Continue reading

Posted in General, Ruby and Rails | Comments Off on Rails, Ruby, etc.