Browse by Tags

All Tags » Ruby and Ruby on Rails » Active Record (RSS)
Introduction What is MVC MVC stands for: Model (database) Controller (business logic) View (what you see + view logic) It is used to separate the logic from a web application and other types of applications into these 3 logical parts. There are a lot...