Ruby on Rails and Database

In Rails, ActiveRecord works as a bridge between the database and Ruby code and allows straightforward mappings between applications objects and database tables. ActiveRecord is compatible with databases like MySQL, SQLite and PstegreSQL. RoR recommends three separate databases for development, production and test environments.

My Voice
Read more

The Idea Behind Rails

Rails is the Web application framework written in Ruby language, is also known as Ruby on Rails. Ruby on Rails makes application development easy and fun because of its two basic guidelines which are ‘Don’t Repeat yourself’ and ‘Convention over Configuration’. Developers prefer RoR considering its higher productivity and less complications over the code.

My Voice
Read more

Ruby on Rails Vs. Other Languages

While Ruby on Rails is claiming its popularity among all other well doing languages, it becomes important to compare its fits and falls with languages like Perl, Python and Java. The article throws the light on advantages and disadvantages of Ruby over other programming languages.

My Voice
Read more

Ruby on Rails Website Hosting

Summary: Now it is not hard to find a good website hosting service for Ruby on Rails application. AWS, Heroku, Engineyard, Rackspace, Site5, Lunarpages, Bluehost and Hostgator are some of the popular website hosting service providers’ names, offer strong support for Ruby on Rails projects.

My Voice
Read more

Popular Ruby on Rails based CMSs

Ruby on Rails CMS, like Locomotive CMS, Browser CMS and Refinery CMS, are on a progress path to match up with the powerful PHP based CMSs. Refinery CMS is the most popular one. It provides various options for a frontend view of site and power to modify the design and layout simply by overriding it.

My Voice
Read more

Dissecting Ruby and Rails

Ruby on Rails comprises of two different concepts, first is ruby and second is Rails. Ruby is an object oriented programming language and Rails is an open source application framework. Ruby on Rails is also known as RoR. Ruby on Rails allows ten times faster development compares to programming languages like PHP and Java.

My Voice
Read more

Testing in Ruby on Rails

Optimum use of programming basics like ‘Don’t Repeat Yourself’ and ‘Conventions over Configuration’ offers very clear and structured code in RoR and makes testing and debugging process quite hazard free. RoR provides an in-built test framework that keeps the test database independent from development and production database and allows developers to do fear free testing.

Technology
Read more