No commit activity in last 3 years
No release in over 3 years
Nekonote Framework is a small web application framework that helps your web development.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1.1, ~> 3.1
 Project Readme

Nekonote Framework

Simple and Lightweight Ruby Framework for Web Development

Features

Simple

Nekonote Framework is simple and easy to learn.

Lightweight

It's not a kind of full-stack framework. Small and Lightweight.

Rack-based

You can generate a Rack application easily.

MVC

It's Push-MVC based architecture.

Structure

You can get started with a application structure.

Web Server

"nekonote" command can controll a web server.

Routing

You can define routes for your application in the configuration files.

Error Routes

You may define the routes for when some exceptional things happend.

Environments

You can configure environments for your application.

GUI Debuger

It can display exception's details on your browser.

Logger

It provides you thread-safe logging.

Template Engine

The templating engine on Nekonote Framework is Liquid.

Getting Started

Please see Getting Started on the reference manual.

You need to use --pre option when installing pre-beta version.

    $ gem install nekonote-framework --pre

License

Nekonote Framework is friendly license and is released under the MIT License.