Ruby On Rails or Laravel, which do you use?
https://medium.com/employbl/php-laravel-ruby-on-rails-and-web-frameworks-32c1e50cea2d
Last week I wrote about how to build a bookmarking application using Sequelize ORM — an application that allows Javascript to speak SQL. This week we’re going dive in to Ruby On Rails and Laravel and the pros and cons of each web framework.
Web frameworks are libraries of code with varying degrees of functionality written in a programming language to carry out common web development tasks. Common tasks include authenticating users, reading, writing, updating the database, sending emails and interacting with third party APIs (such as LinkedIn, Facebook and Twitter). Web frameworks run on the server side of the application and process requests from web clients (such as browsers, iPhones, toasters etc). Laravel is written in the PHP programming language. Ruby On Rails is written in the Ruby programming language.