Skip to content

Small homebrewed web framework, based off of Rails and the Rebuilding Rails book

Notifications You must be signed in to change notification settings

SimonThordal/rebuilding_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

rebuilding_rails

Small homebrewed web framework, based off of Rails and the excellent Rebuilding Rails book. Going off Rack we add

  • A tiny ORM, complete with a SQL database
  • Controllers that share instance variables with views
  • View templating
  • Autoloading
  • Old style routes, that just look for a controller with the correct name and method
  • Helper classes

You could technically create a website using this, but why would you? But if you want to get a peek behind some of the magic in a modern web framework then I can absolutely recommend Rebuilding Rails.

About

Small homebrewed web framework, based off of Rails and the Rebuilding Rails book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published