0
I Use This!
Activity Not Available

News

Analyzed about 2 months ago. based on code collected 3 months ago.
Posted over 13 years ago by [email protected] (flipback)
Hi, everyone!I have started new web-framework based on Lipa. You can use it to create web-application in Ruby which have treelike structure or provide access to treelike data in REST style.LipaWeb is supporting HTML, JSON, XML formats of responses. ... [More] Also it have rendering ERB templates, layouts and static files.  See README.md. For example:Thanks, flipback! [Less]
Posted over 13 years ago by [email protected] (flipback)
Hi, everyone!Lipa 1.0.0 has been released. It's first stable release of library. I have cleaned code and I have changed internal structure. See all changes here. Also You may get help in wiki.=)Enjoy, flipback.
Posted over 13 years ago by [email protected] (flipback)
I glad to present new version of Lipa! It has some new important features that I'm going to show separately. You can see all changes here. And so...Build descriptions from several filesYou can separate your tree into several files and build them with ... [More] help of Tree#load_from methodAccess to object in Unix-like styleNow you have flexible method for access to nodes in usual Unix style. For example:References.Nodes can have references to any nodes of tree. Reference is defined through path in Unix style:Use Ruby, be happy=)Thanks, flipback [Less]
Posted over 13 years ago by [email protected] (flipback)
Fixed issue #1 in template functional. Lambda expressions is not supporting.Use Proc.new {} for adding calculations in your structure. Example such tree:
Posted over 13 years ago by [email protected] (flipback)
Fixed bug in Lipa::Bunch class. Now it is working with kind-node:Also Lipa has the known bug in template functional which fixed next 0.2.2 release.
Posted over 13 years ago by [email protected] (flipback)
It's less than a day since previous release! But Lipa has very changed. In this version:API has cleared. One class Lipa::Node is instead of obscure Lipa::Leaf and Lipa::Branch. This classes saved as deprecated and remove in 0.3.0 version. Example ... [More] new API:Added new methods access to nodesYou may access to node by '.' or by path selected '/'Extended template functionalFor example, if you set attr :for => :node in kindyou will use name of kind instead of method node for subsribtion:Thanks, flipback [Less]
Posted over 13 years ago by [email protected] (flipback)
This homepage is intend for publication news about releases of Lipa DSL and about examples using of it. Comming soon new release! See 'About' for information about current features.Thanks,flipback