Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

jennyj2012/wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note this project is archived

Wheels

A lightweight Ruby Web framework inspired by Ruby on Rails.

Overview

Builds HTTP responses using Rack Middleware to access the request environment Keeps code DRY by implementing object oriented design to create controller instances and custom routes

Features

  • Session cookie storage
  • RESTful Routing support
  • ERB template support

Quick start

  1. Navigate to the bin directory in terminal and run ruby server_test.rb
  2. In a browser window, navigate to http://localhost:3000/
  3. Create a views folder to hold your templates. Tests are available inside server_test.rb.

Developed by Jenny Juarez

About

Web framework inspired by Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages