Ruby Developer Question:

Explain me what are the limits of Ruby on Rails?

Tweet Share WhatsApp

Answer:

Ruby on Rails has been designed for creating a CRUD web application using MVC. This might make Rails not useful for other programmers. Some of the features that Rails does not support include

☛ Foreign key in databases
☛ Linking to multiple data-base at once
☛ Soap web services
☛ Connection to multiple data-base servers at once

Download Ruby Developer PDF Read All 74 Ruby Developer Questions
Previous QuestionNext Question
Tell me what is the difference between the Observers and Callbacks in Ruby on Rails?Tell us in Ruby, it explains about the defined operator?