Skip to content

TyrusB/Tracks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracks

An exercise to try and reproduce Rails functionality in a lightweight clone, with a heavy emphasis on routing and rendering.

Features

  • Routes URL requests to actions/controller
  • Param support for query strings, route params, and even rails style nested[params]
  • Controller capable of rendering ERB (uses binding)
  • Session and Flash info stored in cookies

About

Lite clone of Rails functionality, particularly routing, views, and controllers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages