jsrn / handcar

A Rack-based Ruby web framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handcar

A Rack-based Ruby web framework.

"Like Rails, if 'opinionated' meant 'non-functional.'"

I made this framework to follow along with Noah Gibb's lovely book Rebuilding Rails. While I'm sure you could probably use it in production, don't.

Getting Started

$ gem build handcar.gemspec
$ gem install handcar-0.0.5.gem
$ handcar new my_app
$ cd my_app
$ bundle install
$ handcar serve

Features

  • Rails-style MVC action.
  • Integrates with SQLite.
  • Provides a CLI utility to generate a new project.

License

This code is available as open source under the terms of the MIT License. It's very much derived from the original project, which is also available under the MIT license at the time of writing.

About

A Rack-based Ruby web framework.

License:MIT License


Languages

Language:Ruby 96.7%Language:HTML 2.6%Language:Shell 0.7%