Sponsored Links

Jumat, 08 Juni 2018

Sponsored Links

9 Best Ruby Development Frameworks 2016 · WebDesignMoo
src: webdesignmoo.com

Camping is a web application microframework written in Ruby which consistently stays under 4 KB - the complete source code can be viewed on a single A4 sheet.

It was created and updated by the programmer known as "Why the lucky stiff" until version 1.5. Around that time Why's focus shifted towards Hackety Hack and related project Shoes. Why provided Judofyr (a major contributor) with admin access on rubyforge.org and other sites. Judofyr took over as de facto head of the project. Since then Camping has been a community driven framework with contributions from many people and a small but helpful community. While Judofyr is sometimes seen as a leader, he's insisted camping be governed by consensus on the very active mailing list. Why's eventual departure solidified the project as being communally run, and is notable for being one of the few former Why projects to be taken over by the community before Why's disappearance. Current editions of Camping are available from GitHub and are distributed as a RubyGem.


Video Camping (microframework)



Overview

Camping stores a complete fledgling web application in a single file, like a bundle of many small CGI scripts, but organizes it as a model-view-controller application as Ruby on Rails does. Camping applications can stand alone, meet niche requirements as 'the small wheels' that serve larger setups, or easily be ported to Rails.


Maps Camping (microframework)


Installation

For a basic installation, Camping only requires Rack (0.3 or higher) and (if you want to write HTML) Markaby (0.5 or higher), both available as Rubygems. Further details can be found on the Camping wiki. To use a database (SQLite by default) you'll also need the ActiveRecord and Sqlite3-ruby Rubygems. Run camping yourappname.rb to launch the application on port 3301.


Sinatra - the classy microframework
src: image.slidesharecdn.com


Tutorials

The introductory tutorial builds a minimal unstyled wiki (download working example wiki code), and the Camping examples contains a tiny but fully functioning css-styled blog. Earlier Camping 1.5 examples will either run without modification or require only slight adjustments to run under Camping 2.0.


minimalism-in-web-development- ...
src: image.slidesharecdn.com


See also

  • Hackety Hack

9 Best Ruby Development Frameworks 2016 · WebDesignMoo
src: webdesignmoo.com


References


Robert Basic, software engineer, consultant
src: robertbasic.com


External links

  • Camping 2.0.* on GitHub
  • Camping wiki on GitHub
  • Camping mailing list: messages by thread
  • Official Camping Website
  • Why Camping Matters by Nathaniel Talbott at rubyconf 2007
  • RubyOnRails podcast on Camping at Archive.is (archived 2013-04-15)
  • an archive of things that Why created at the Wayback Machine (archived 2010-03-02)
  • Wild and Crazy Metaprogramming with Camping
  • Why's poignant guide to Ruby

Source of the article : Wikipedia

Comments
0 Comments