Project

jun

0.0
A long-lived project that still receives updates
A simple web framework inspired by Rails. Not meant for production use.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 5.0
~> 0.14
~> 1.21

Runtime

~> 2.2
~> 1.4
~> 2.0
 Project Readme

Jun

Gem Version

Jun is a simple, Rails-inspired web application framework. This is a rough implementation, built with the goal of learning more about Rails internals. Not meant for production use.

Getting Started

Install the gem:

$ gem install jun

Then, create a new Jun application:

$ jun new my_app

Change directory into my_app and start up the server:

$ cd my_app
$ bin/jun server

Visit http://localhost:6291 to view your app.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can run bin/console for an interactive prompt that will allow you to experiment.

License

The gem is available as open source under the terms of the MIT License.