| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
13年前发布

Ruby的MVC框架 Picombo

Picombo 是一个基于 Rack 的 Ruby MVC Web 框架,主要设计原则来自于 Kohana PHP 框架,是一个快速、轻量级和易用的框架。

主要特点:

Namespaced - All built in classes of Picombo are namespaced
Smart Class Autoloading - All built in classes of Picombo are autoloaded when they are called
Filesystem Extensions - Allows common functionality to live in a common place, and be "plugged into" your application
Cascading File System - The entire filesystem of Picombo is cascading. Your application files merge with extension and system files
Powerful Routing - Use regular expressions to build advanced routing schemes
Lightweight - The tar.gz file is less than 10KB


项目主页:http://www.open-open.com/lib/view/home/1335431107421

 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1335431107421.html
Ruby Web框架