<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.merbivore.com/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Merb Wiki example_apps</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/"/>
    <id>http://wiki.merbivore.com/</id>
    <updated>2010-08-18T21:15:00-07:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://wiki.merbivore.com/feed.php" />
    <entry>
        <title>Example of how to set up merb-auth with couchdb and couchrest</title>
        <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/example_apps/couchrest?rev=1243469634&amp;do=diff"/>
        <published>2009-05-27T17:13:54-07:00</published>
        <updated>2009-05-27T17:13:54-07:00</updated>
        <id>http://wiki.merbivore.com/example_apps/couchrest?rev=1243469634&amp;do=diff</id>
        <summary>couchdb is different from relational databases. This affects how a user document can be authenticated with merb-auth. Here is an example of a user model to work with merb-auth

Sample Config

code for your development config


  COUCHHOST  = &quot;http://127.0.0.1:5984&quot;
  COUCHDB    = 'couchrest-dev'
  SERVER     = CouchRest.new
  SERVER.default_database = COUCHDB</summary>
    </entry>
    <entry>
        <title>example_apps:google_to_rss_app</title>
        <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/example_apps/google_to_rss_app?rev=1227248886&amp;do=diff"/>
        <published>2008-11-20T22:28:06-07:00</published>
        <updated>2008-11-20T22:28:06-07:00</updated>
        <id>http://wiki.merbivore.com/example_apps/google_to_rss_app?rev=1227248886&amp;do=diff</id>
        <summary>Simple application utilizing the following technologies:


	*  haml
	*  rss
	*  hpricot
	*  google search
	*  Merb 1.0.1
		*  partials
		*  form helper



Browse the source at: &lt;http://github.com/nanodeath/merb_example_google_rss/tree/master&gt;

Also note...there are no specs.  I didn't feel like they were within the scope of this app.</summary>
    </entry>
    <entry>
        <title>simple example app</title>
        <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/example_apps/simple_app?rev=1258667025&amp;do=diff"/>
        <published>2009-11-19T13:43:45-07:00</published>
        <updated>2009-11-19T13:43:45-07:00</updated>
        <id>http://wiki.merbivore.com/example_apps/simple_app?rev=1258667025&amp;do=diff</id>
        <summary>Mattetti has a repo with an example app. The app was auto generated by a script and each step is wrapped in a git branch.

This example covers:


	*  generating an application
	*  generating a resource
	*  specing/testing a model
	*  adding model validation
	*  specing/testing requests
	*  modifying views and layouts
	*  passing flash messages (messages passed from one action to another)
	*  adding authenticated routes
	*  testing authenticated requests</summary>
    </entry>
    <entry>
        <title>example_apps:simpleappstep9fix</title>
        <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/example_apps/simpleappstep9fix?rev=1258660448&amp;do=diff"/>
        <published>2009-11-19T11:54:08-07:00</published>
        <updated>2009-11-19T11:54:08-07:00</updated>
        <id>http://wiki.merbivore.com/example_apps/simpleappstep9fix?rev=1258660448&amp;do=diff</id>
        <summary>The assertions in this step and steps below it need the Webrat gem (as alluded to at the end.)  It seems that Webrat was bundled with merb at merb version 1.0.0 (indeed the webrat installation docs seemed to think so at the time of this writing:  “Merb 1.0 has built-in, seamless Webrat support. Just start using methods from Webrat::Session in your specs. )</summary>
    </entry>
    <entry>
        <title>Merb Application Examples</title>
        <link rel="alternate" type="text/html" href="http://wiki.merbivore.com/example_apps/start?rev=1233098440&amp;do=diff"/>
        <published>2009-01-27T15:20:40-07:00</published>
        <updated>2009-01-27T15:20:40-07:00</updated>
        <id>http://wiki.merbivore.com/example_apps/start?rev=1233098440&amp;do=diff</id>
        <summary>External sites may be in various stages of development, and may not use the latest Merb code -- remember to check anything you find on an external site with the Merb API.

Skeleton Applications


Basic skeleton applications to help you get off the ground.</summary>
    </entry>
</feed>
