Building a Web Application with Ruby on Rails Framework
Details
A brief introduction to building a web application with the Ruby on Rails framework.
Details
A popular framework to build web applications in the Ruby programming language is Ruby on Rails. It is an opinionated framework that comes with many things set up right off the bat. It got popular due to its convention on configuration and for being useful for rapid prototyping of applications.
Requirements
* Any web browser.
* A text editor such as Visual Studio Code (https://code.visualstudio.com/Download).
* Ruby programming language (https://www.ruby-lang.org/).
* Ruby on Rails installed before the meeting
Notes
There are many different ways to install Ruby language and Rails. One good website to reference is the official website at https://rubyonrails.org/ or this one, https://gorails.com/setup/.
