/rails_lite

A lite implementation of ActionController::Base and Router

Primary LanguageRuby

Rails Lite

This is a lite implementation of the basic functionality that comes along with the Rails ActionController::Base class as well as the rails Router.

functionality implemented:

ControllerBase (ActionController::Base)

  • redirect_to
  • render
  • params hash
  • session hash

Router

  • get
  • put
  • post
  • delete