Skip to content

ghzeni/rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

zn's rails repo

One repo to rule them all learn them all.

What is Ruby on Rails?

Ruby on Rails is a web application framework written in Ruby. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks.

What is in this repo?

Basic implementations of Ruby on Rails concepts and features. This repo is a collection of my learning journey in Ruby on Rails. It is a work in progress and will be updated as I learn more.

Contents

A simple blog application that demonstrates the basic CRUD operations in Ruby on Rails, as introduced in the Getting Started with Rails guide.

Branching methodology

The branches in this repo follow the conventions presented by Jeremy Helms' gist Git/GitHub branching standards & conventions.