Ruby Developer Question:
Explain me what are the limits of Ruby on Rails?
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
☛ Foreign key in databases
☛ Linking to multiple data-base at once
☛ Soap web services
☛ Connection to multiple data-base servers at once
Previous Question | Next 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? |