Posts tagged rails

Jan20

Rails 2.0 Cheatsheet

rails cheat | comments

Rails 2.0 Cheatsheet

Download it here!

Dec11

Boolean Columns

rails tips | comments

Just found this little tidbit about returning a boolean from a tinyint column tonight on the rails wiki

Continue reading »

Nov15

Premature Extraction

rails architecture | comments

The Rails Way is off with their first code review. It is really great to see into the coding process of top notch hackers. Their first review deals with “acts_as” code modules and “premature extraction”. Koz keeps it simple.

Continue reading »

Dec13

Ruby on Rails 1.0 is out!

rails | comments

It’s finally here. Ruby on Rails is now offically on the 1.0 release and they have a redesigned web site as well.

If you haven’t checked it out yet, now is a great time to give Rails a test drive.

Dec01

file_column to the rescue

rails plugins | comments

I haven’t had much time to post lately as I have been working late nights on a consulting project for a small publishing company in town. Last night I needed to build a image upload feature into the site. Well…actually another image upload feature. I had already build the functionaity for one area yet it wasn’t abstracted enough for reuse.

Continue reading »