Finding out what Ruby on Rails is

Is RoR for Ruby equivalent to what the .NET Framework is for VB.NET?

+1


source to share


4 answers


Not.

RoR is a rapidly growing web application development framework.



.NET is a common runtime, and VB.NET is compiled to the CLR for VB code.

RoR will be equivalent to the ASP.NET MVC framework (with tons of time and magic and surprisingly flexible language).

+6


source


RoR is a framework (set of libraries) for building websites.



+1


source


Nope!

You can work it out to see What is Ruby on Rails and why is it so famous?

This answer links to the famous "Build a Blog in 15 Minutes with Ruby on Rails". VERY fun to watch. A lot shows what RoR is and how it is used to create applications.

+1


source


RoR is for developing dynamic web applications that would otherwise require php. But with RoR, it is very easy to write code for large web applications, including ajaxifying. i say its very simple and fast bcoz ror is object oriented.

-2


source







All Articles