The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
How Rails Change The Backend Coding Effort

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Guy Naor

Posts: 104
Nickname: familyguy
Registered: Mar, 2006

Guy Naor is one of the founders of famundo.com and a long time developer
How Rails Change The Backend Coding Effort Posted: Mar 31, 2006 8:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Guy Naor.
Original Post: How Rails Change The Backend Coding Effort
Feed Title: Famundo - The Dev Blog
Feed URL: http://devblog.famundo.com/xml/rss/feed.xml
Feed Description: A blog describing the development and related technologies involved in creating famundo.com - a family management sytem written using Ruby On Rails and postgres
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Guy Naor
Latest Posts From Famundo - The Dev Blog

Advertisement

One thing I lately noticed, is that Ruby on Rails completely changes the work distribuition between the backend and the rest of the system.

In my past projects (C++ on Windows - see my first post), the backend took a significant amount of work just for writing and reading the objects in the databse. When you also take into account all the code needed to set up the connections, handle the associations and other related stuff and DEBUGGING you end up spending 30-40% of the time on the backend.

With rails it goes down to about 5% of the time, leaving much more time for the business logic of the application and the UI.

I just wish we had something as beuatiful and useful as rails for the UI... But hey, a man is entitled to dreams :-)

Read: How Rails Change The Backend Coding Effort

Topic: Pat Eyler on ZenTest, ZenTest-3.1.0 Previous Topic   Next Topic Topic: Good ZenTest links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use