Camping, a Microframework
Camping is a small web framework, less than 4k, a little white blood cell in the vein of Rails. See it for yourself.
Getting your Camping affairs
gem install camping --source http://code.whytheluckystiff.net
For the CampingOmnibus, a full package of recommended libs:
gem install camping-omnibus --source http://code.whytheluckystiff.net
Once installed, camping your.camping.rb will launch an application on port 3301.
Starting Out Your Camping
- TheCampingShortShortExample: see a complete Camping app with notes.
- TheCampingTutorial: a short walk down a very short trail.
- CampingRulesOfThumb: everything you need to know.
The World of Camping
- Documentation: Complete documentation for Camping, Active Record, Markaby and Metaid.
- CampingExtras: Session library, Testing framework, RESTful controllers, and how-to use other Ruby libraries
- CampingApps: List of apps using Camping
- Things tagged "ruby" and "camping" on del.icio.us http://del.icio.us/tag/ruby+camping
Other Useful Pages
- How do you run your apps? TheCampingServer! (Includes recipes for Apache and Lighttpd.)
- PostAmbles: Making your script self-contained.
- A note for running camping on windows
- CampingEdge: latest sources from why
- Performance Metrics: Some performance analysis done by "Atrus".
- CampingClassDiagram
- CampingOnSiteFive: Getting the thing done with Site5's Shared Hosting.
- LikeRails - How you do things in Camping like in RubyOnRails?
