Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 2.84 KB

File metadata and controls

66 lines (53 loc) · 2.84 KB
title date category image tags authors mainpage draft
Ruby on Rails
2021-08-04 05:16:58 +0530
language
images/ruby-on-rails.jpg
python
ruby
joepaul13
false
false

Ruby on Rails, sometimes called Rails, is a web application framework developed in the Ruby language. Ruby is all about writing less code, and Rails also looks to accomplish this. One great advantage of Ruby on Rails is that it covers both front-end and back-end development.

Prerequisites

A basic knowledge of HTML, CSS and Ruby. A good understanding of HTTP protocol is also good.

Topics to Learn

  • Scripts
  • Web Server Setup
  • Directory Structure
  • Active Record
  • Model-View-Controller
  • Ruby Version Manager
  • Bundler
  • Migrations
  • Router
  • Scaffolding
  • Session
  • File Upload
  • Layout
  • Filters
  • Caching
  • Testing and Validation
  • Asynchronous Javascript and XML
  • Database Records
  • CRUD in Database

RESOURCES

Online Courses

Blogs

Tutorials

Apps