Displaying 8 results from an estimated 8 matches for "microframework".
2007 Aug 25
1
Made a tracker for rubytorrent
...d the website said "there isn''t a tracker yet, but plans are in the works".
I also noticed the mailinglist said that two years ago, so I wrote one myself. I''m
still testing/finishing it, but it should be done in about a day. It uses why the
lucky stiffs excellent camping microframework. How would you like me to release it?
I''d like to see it included in rubytorrent, but if that''s not appropriate, I can
turn it into a gem.
It also makes use of rubytorrent for metainfo and bencoding.
Thanks,
Lucas
2013 Sep 13
2
[LLVMdev] VMKit state of the union, android support, and .net/CLI
...;re open source apps.
So, I've been shopping around for alternatives to the LGPL portions of the
Mono runtime which can more easily be licensed for open or closed source
development on mobile or restricted app store deployments. The only
credible alternatives I've found so far are the .Net MicroFramework, which
is licensed under Apache but is meant for low level hardware, and VMKit,
which sounds promising but the .Net implementation has been deprecated.
If someone is more familiar with the VMKit codebase, could you comment on
what kind of work would be needed to update the existing CLI implementat...
2006 May 16
0
! camping 1.4.1.96
...#39;'ve eliminated examples/serve and am
encouraging use of the camping tool. Instead, use:
camping examples/blog/blog.rb examples/tepee/tepee.rb
(or)
camping examples/**/*.rb
This will mount blog.rb at /blog and tepee.rb at /tepee.
Usage: camping app1.rb, app2.rb...
camping, the microframework ON-button for ruby 1.8.4 (2006-05-07)
[i386-freebsd6.0]
Specific options:
-h, --host HOSTNAME Host for web server to bind to
(default is all IPs)
-p, --port NUM Port for web server (defaults to 3301)
-d, --database FILE Database file (def...
2010 Aug 19
0
Camping 2.1 - ERB, Haml, 1.9, bug fixes, new website!
{}
||
||
~~~~~~~~~~~~~~~ <= _whycake
~ Camping 2.1 ~
~~~~~~~~~~~~~~~
I''m pleased to announce another release of Camping, the microframework. This
time we''ve focused on improving the 1.9 support, adding (builtin) support for
more template engines, refreshing the homepage and just general bug fixes.
gem install camping
Home: http://camping.rubyforge.org/
Code: http://github.com/camping/camping
Bugs: http://github.com/camping...
2008 Mar 10
2
Camping is a winner at SXSW-i
...you that it''s very alpha at the moment, so be gentle with the
site. In my estimation, it''s only about 60% done, and we were surprised to
even be finalists.
----
Anyway, I''m writing this email to thank everyone who worked on Camping and
made it the beautiful little web microframework that it is. My favorite
part of Camping is the way controllers are expressed. It gives me so much
control over URLs, and I love how the controllers are RESTful by default.
That was a brilliant idea.
--beppu
PS: During the web awards, we must''ve been sitting at the lucky table.
There w...
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
...t;
> So, I've been shopping around for alternatives to the LGPL portions of the
> Mono runtime which can more easily be licensed for open or closed source
> development on mobile or restricted app store deployments. The only
> credible alternatives I've found so far are the .Net MicroFramework, which
> is licensed under Apache but is meant for low level hardware, and VMKit,
> which sounds promising but the .Net implementation has been deprecated.
>
> If someone is more familiar with the VMKit codebase, could you comment on
> what kind of work would be needed to update the...
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
...t;
> So, I've been shopping around for alternatives to the LGPL portions of the
> Mono runtime which can more easily be licensed for open or closed source
> development on mobile or restricted app store deployments. The only credible
> alternatives I've found so far are the .Net MicroFramework, which is
> licensed under Apache but is meant for low level hardware, and VMKit, which
> sounds promising but the .Net implementation has been deprecated.
>
> If someone is more familiar with the VMKit codebase, could you comment on
> what kind of work would be needed to update the...
2008 May 21
32
Rack, Camping 2.0++
===
1. Camping on Rack
===
I''ve just finished rewriting Camping to use Rack in the "core". I got rid of
(a little less) than 1kB in camping.rb and removed lots of un-necessary files
(lib/server/*.rb, fastcgi.rb & mongrel.rb).
bin/camping does now only provide WEBrick, Mongrel and console-support and
should only be used in development. It uses Rack::ShowExceptions to catch