Mention what are the limits of Ruby on Rails?

Technology CommunityCategory: Ruby on RailsMention what are the limits of Ruby on Rails?
VietMX Staff asked 3 years ago

Ruby on Rails has been designed for creating a CRUD web application using MVC. Some of the features that Rails does not support include:

  • Foreign key in databases
  • Linking to multiple database at once
  • Soap web services
  • Connection to multiple database servers at once