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.
|
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
|
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
|
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
|