jennyj2012 / wheels

Web framework inspired by Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%