AUTHORS
- Michael Chu (212)
- Tina Jiang (3)
CATEGORIES
- Airsoft (2)
- Books (9)
- Cooking For Engineers (18)
- Current Events (9)
- Deals (3)
- Dining (12)
- Fanpop (3)
- Food (32)
- Games (4)
- Life (20)
- Movies (15)
- Orthogonal Thought (3)
- Personal Computers (4)
- Photography (4)
- Rant (6)
- Ruby on Rails (2)
- San Francisco (1)
- Soap Making (3)
- Television (2)
- Travel (3)
- Wear or Not (1)
- Web 2.0 (8)
- What I Ate (92)
- Windows Mobile (1)
- WordPress (1)
ARCHIVE
- September 2008 (1)
- August 2008 (5)
- July 2008 (5)
- June 2008 (11)
- May 2008 (13)
- April 2008 (10)
- March 2008 (29)
- February 2008 (18)
- January 2008 (28)
- December 2007 (1)
- November 2007 (4)
- October 2007 (5)
- September 2007 (10)
- August 2007 (14)
- July 2007 (10)
- June 2007 (9)
- May 2007 (21)
- April 2007 (21)
ACTIONS
MySQL and Ruby on Rails datatypes
Posted 29 June, 2007 at 12:36pm by Michael Chu
One of the best features of Ruby on Rails is the ability to interact with database tables as objects using ActiveRecord. Sometimes documentation can be a bit spotty, but after searching for a little bit it’s not hard to find the mapping from Rails Migration types to MySQL data types. I did find it more difficult to find out what happens if I already have an existing MySQL table. What Ruby class gets created with what MySQL column type? I didn’t find it on the web, so I put together this list…
( Click here to read the rest of MySQL and Ruby on Rails datatypes )
Ruby multi-line comments
Posted 22 May, 2007 at 12:05am by Michael Chu
For over a year now, I’ve been working in Ruby on Rails (mostly for Fanpop and more recently for Cooking For Engineers) and one of the things that I wished I could do in Ruby was block comments. Internet searches I performed last year didn’t yield anything, so I gave up. Well, last week, I looked around again and found a solution.
( Click here to read the rest of Ruby multi-line comments )
