Monthly Archives: March 2008

Ruby on Rails Cleans Site Malfunctions

In the world of programming and scripting, most programmers are bound to find some odds and ends especially when they are on the verge of compiling their designed program. Debugging them prior to compilation will surely return some errors and for sure, programmers will be wondering which part of their script needs to be double [...]

Posted in Programming | Comments closed

Why Ruby on Rails? (part 2)

•Full-Stack web framework – because Rails is an MVC web framework wherein models, views and controllers are completely integrated flawlessly, you automatically get all the benefits of an MVC design without all the configuration of each component to blend well with others.
•Productivity – Rails is all about helping you in being productive that’s why it’s [...]

Posted in Basics | Tagged | Comments closed

Why Ruby on Rails? (part 1)

What’s making Ruby on Rails stand out in the crowd when there are quite a number of application frameworks? Here’s why:
•Real-World Usage – Rails comes from real need, it does not anticipate what might be necessary or needed that is why it is considered to be extracted from real-world web applications making it easier to [...]

Posted in Basics | Tagged | Comments closed