CSC/ECE 517 Fall 2013/ch1 1w12 vn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
= Introduction = | = Introduction = | ||
Rails is an open-source web application framework which makes use of Ruby programming language. With its huge set of gems and support for MVC architecture, it provides an easy and clean approach for creating pages, talking to web server and dealing with databases. Debugging forms an important part of any application development. As we know that Ruby is an interpreted language as opposed to C or Java or any other compiled language, debugging is sometimes a concern but Rails provides a tremendously good support. | Rails is an open-source web application framework which makes use of Ruby programming language. With its huge set of gems and support for MVC architecture, it provides an easy and clean approach for creating pages, talking to web server and dealing with databases. Debugging forms an important part of any application development. As we know that Ruby is an interpreted language as opposed to C or Java or any other compiled language, debugging is sometimes a concern but Rails provides a tremendously good support for debugging applications. |
Revision as of 20:13, 16 September 2013
Introduction
Rails is an open-source web application framework which makes use of Ruby programming language. With its huge set of gems and support for MVC architecture, it provides an easy and clean approach for creating pages, talking to web server and dealing with databases. Debugging forms an important part of any application development. As we know that Ruby is an interpreted language as opposed to C or Java or any other compiled language, debugging is sometimes a concern but Rails provides a tremendously good support for debugging applications.