Category Archives: Ruby on Rails

Ruby on Rails in Bangladesh

Ruby on Rails has created a buzz in the web development though everything is changing continuously in all over the world. It is open-source, free and highly productive technology which is creating a new highway to connect WEB. It facilitates web-developers to write good code and providing a beautiful atmosphere with the considerable decrease in…

Read More

Developing Web Application using Ruby on Rails

Rails uses the MVC pattern to organize application programming. Its provides scaffolding which can automatically construct some of the models and views for website and intended to emphasize Convention over Configuration, and the rapid development principle(DRY) and it has various packages, namely ActiveRecord(for database access), ActiveResource(web service), ActionPack, ActiveSupport and ActionMailer. Developer can make plugins…

Read More