- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Core Tech
Building Web Apps with Ruby on Rails
Ruby on Rails, or Rails, is a server-side web application framework written in Ruby that uses a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern.
Content in this path
Building Web Apps with Ruby On Rails
Ruby on Rails, or Rails, is a server-side web application framework written in Ruby that uses a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern.
- Set up your Ruby development environment
- Build a basic CRUD Rails application
- Add a User resource to a Rails Application
- Authenticate Users in a Rails Application
- Build live notifications for Rails with ActionCable
- Test Rails Applications
- Create an API with Rails
- HTML
- CSS
- Ruby
- JavaScript