Reviews and Ratings

Complete Nightmare  
0.0
 
written over 13 years ago

Just finished trying to build a mid-complexity web application using Rails.

1) No compiler means that you get to remember all the code in your head...don't go on vacation. Agile is another word for incomplete.

2) All queries are select * by default, therefore having any large objects in your database hold up app processing....you can tune your queries.

3) Performance mgmt you are searching for a needle in a pile of needles...soo many little problems with their uber-terse syntax.

4) No threading...now this is fun...who needs threads?

Rails is a toy...a craft....not a science. If you are a freshman or sophomore in college...Rails may teach you some basics..if you are a junior of senior..use a real compsci language.

0 out of 1 users found the following review helpful.
Did this review help you? |