<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general">
    <title>gmane.comp.lang.ruby.camping.general</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1929"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1928"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1927"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1926"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1925"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1924"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1923"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1922"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1921"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1920"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1919"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1918"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1917"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1916"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1915"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1914"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1913"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1912"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1911"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1910"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1929">
    <title>Re: setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1929</link>
    <description>&lt;pre&gt;On 4:

http://api.rubyonrails.org/classes/ActiveRecord/Migration.html#label-Reversible+Migrations

Looks like you just define the up, AR takes care of the rest. Never
tried it, it'll save a few lines of code though.

On injection, AR sanitizes almost everything I believe. The only thing
I know to avoid is using a user set variable straight in a string:

"thing = #{&amp;lt; at &amp;gt;input.user_var}"

That's dangerous, you're supposed to do this:

"thing = ?", &amp;lt; at &amp;gt;input.user_var

Dave

On Mon, May 21, 2012 at 4:52 AM, Dave Everitt &amp;lt;deveritt-PAToI0hbvL4qdlJmJB21zg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>David Susco</dc:creator>
    <dc:date>2012-05-21T12:53:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1928">
    <title>Re: setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1928</link>
    <description>&lt;pre&gt;Thanks Nokan, Dave, Philippe for your replies, it's good to get a  
measure of standard practice even for things as simple as this.

There just remains no. 4 (from a question by Isak Andersson
   http://comments.gmane.org/gmane.comp.lang.ruby.camping.general/1751)

for which I'd like an opinion, since I can't find a definitive answer  
from the AR docs... and can only fond a reference to it on the Ember  
GitHub readme:
   https://github.com/EmberAds/acts_as_uuid

or slide 21 of this AR intro:
   http://www.slideshare.net/blazingcloud/active-record-introduction-3

since I've only ever used 'up' and 'down' (and don't use Rails) this  
isn't obvious to me :-)

Finally, what's a good approach to security (SQL injection?) for a  
public app?

DaveE

&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-21T08:52:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1927">
    <title>Re: setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1927</link>
    <description>&lt;pre&gt;I personally always use a config/database.yml file as I like to keep the 
configuration out of the code.
Plus it makes it easier to switch between development and production 
configuration.

E.g. for Heroku:
         dbconfig = YAML.load(File.read('config/database.yml'))
         # On Heroku the production database,yml is configured automatically
         environment = ENV['DATABASE_URL'] ? 'production' : 'development'
         Camping::Models::Base.establish_connection  dbconfig[environment]

On 5/15/2012 11:39 AM, Dave Everitt wrote:

_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Philippe Monnet</dc:creator>
    <dc:date>2012-05-21T01:58:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1926">
    <title>Re: setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1926</link>
    <description>&lt;pre&gt;Hi,

Just a comment:  I don't think it's a good practice to set the database
details (establish_connection() call) in the application itself.  It's an
environmental issue, and this way you lose the possibility to move
your app between dev, ((devtest)), (test) and production environments
without modifications.


On Tue, May 15, 2012 at 7:39 PM, Dave Everitt &amp;lt;deveritt-PAToI0hbvL4qdlJmJB21zg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Nokan Emiro</dc:creator>
    <dc:date>2012-05-16T15:59:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1925">
    <title>Re: setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1925</link>
    <description>&lt;pre&gt;1) I usually do 1.3:

def self.connect env
  App::Models::Base.establish_connection App.config[env]['db_connection']
  App::Models::Base.logger = Logger.new File.dirname(__FILE__) +
App.config[env]['db_log']
end

def self.create env = 'dev'
  self.connect env
  self.create_schema
end

2) I've never tried it without specifying the adapter, I figure it
can't hurt to keep it in there. Plus it makes all the env's in my
config file look the same.

3) So long as it's using migrations (the &amp;lt; V /d after the class name)
it won't delete anything by running a connect again after the db has
been created.

class CreateApp &amp;lt; V 1.0
  def self.up
    create_table User.table_name do |t|
      t.string     :name
      t.timestamps
    end
  end

  def self.down
    drop_table User.table_name
  end
end

Dave

On Tue, May 15, 2012 at 1:39 PM, Dave Everitt &amp;lt;deveritt-PAToI0hbvL4qdlJmJB21zg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>David Susco</dc:creator>
    <dc:date>2012-05-15T18:49:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1924">
    <title>setting up the SQLite database</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1924</link>
    <description>&lt;pre&gt;I know this isn't Python, but I'd like to get a view on the 'one  
obvious' way to set up an SQLite (or other) database and its location  
per-app. I've got a bit lost with the Camping 2 changes and various  
code snippets I have kicking around.

1.
is it best to set up the DB creation/connection:

1.1
at the end of the app

AppName::Models::Base.establish_connection(
  :adapter =&amp;gt; 'sqlite3',
  :database =&amp;gt; '/path/to/my/app/myApp.db'
)
run AppName #from an old snippet

1.2
OR
like this (postgres) example [Magnus]:

def List.create
  List::Models::Base.establish_connection(
    :adapter =&amp;gt; "postgresql",
    :username =&amp;gt; "root",
    :password =&amp;gt; "toor,
    :database =&amp;gt; "list"
  )
  List::Models.create_schema
end

1.3
in a config/database.yml file [Magnus] (probably not worth it for  
SQLite):
---
adapter: postgresql
username: root
password: toor
database: mycampingdb

And then do:

require 'yaml'

def AppName.create
   
AppName 
::Models 
::Base.establish_connection(YAML.load(File.read("database.yml")))
  AppN&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-15T17:39:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1923">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1923</link>
    <description>&lt;pre&gt;Just a note - to see changes to your app on reload you'll need a 'tmp'  
directory in the app's dir containing a blank text file  
'always_restart.txt':

www/tmp/always_restart.txt

DaveE



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-09T14:26:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1922">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1922</link>
    <description>&lt;pre&gt;We'd need a syntax highlighting gem on the server, but it should be easy enough to construct such a snippet otherwise  

—
Jenna


On Wednesday, 9 May 2012 at 8:14 PM, Dave Everitt wrote:



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Jenna Fox</dc:creator>
    <dc:date>2012-05-09T10:31:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1921">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1921</link>
    <description>&lt;pre&gt;
marking web design classes this week(!), so when I take a break I'll  
try it out with the blog app after using it locally then transferring  
to the server with the db file, and let you know...



be good to have a list of available gems (unless you already did that!)

Dave

_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-09T10:31:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1920">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1920</link>
    <description>&lt;pre&gt;
I just added a link to the github repo on my links app, but if you  
have a snippet to display an app's code in formatted and syntax- 
coloured style...



and you've done that job rather well :-)

DaveE
&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-09T10:14:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1919">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1919</link>
    <description>&lt;pre&gt;Heroku are the big tires, camping is the little wheels. They aren't a great fit. Heroku for example has a read-only file system and I believe no database in the free tier.  

This is a great little service we can build interesting things on. How about a remote server reloader? Streaming logs? Push notification stream server? View Source link for open web apps and demos.   

—
Jenna Fox


On Wednesday, 9 May 2012 at 1:30 PM, gurugeek wrote:



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Jenna Fox</dc:creator>
    <dc:date>2012-05-09T05:03:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1918">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1918</link>
    <description>&lt;pre&gt;
On May 8, 2012, at 4:04 PM, Anthony Durity wrote:

I forgot to add these important limitations:
- Presently No DB Support beside sqlite and couchdb if you use it via iriscouch or a similar service;
- No professional support - so it is free but beside some help that I am willing to give to make sure that the service runs properly it cannot be compared with a professional service where you pay hence you can expect support


In terms of benefits thou the app should run considerably faster than on the free tier of heroku because of the non-virtualization and the SSD hard drives - in my tests sqlite and all in general ix x 5 times than in a traditional HD or on EC2.

The idea is to get people to learn and use camping and deploy it /see their app live immediately. It should be a good learning tool but not to run a professional application with clients etc. or where you expect a lot of support.
&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-09T03:30:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1917">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1917</link>
    <description>&lt;pre&gt;
On May 8, 2012, at 10:51 PM, Dave Everitt wrote:


It should :) If you want to test it I will be grateful. Fixing ATM some issues with installing extra gems so trying to find a clever solution to make most app run without intervention.




_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-09T03:24:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1916">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1916</link>
    <description>&lt;pre&gt;
On May 8, 2012, at 4:04 PM, Anthony Durity wrote:


My understanding is that Heroku uses a different system for what I gather mostly virtualized. This is a running on a traditional physical dedicated server. 


My idea of the use was to be able to deploy a camping app directly from the code in github. So once you have it in github you don't need to push it to another git (as I think it is the case on heroku) but just fetch and run it from the admin. 

There are some soft limitations on memory usage - mostly to avoid abuse and not to slow down the app - it is entirely free. 


why not? :)

&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-09T03:23:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1915">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1915</link>
    <description>&lt;pre&gt;So if my SQLite db file is also in my repo and the path to it is in my  
app, sounds like the whole lot will transfer fine - DaveE


_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Dave Everitt</dc:creator>
    <dc:date>2012-05-08T20:51:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1914">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1914</link>
    <description>&lt;pre&gt;Is this like Heroku or something? What are the use cases for this? It's an
app server? What are the limitations? How much does it cost? If it is free,
why is it free?

On Sun, May 6, 2012 at 1:57 AM, gurugeek &amp;lt;1&amp;lt; at &amp;gt;1.ai&amp;gt; wrote:

_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Anthony Durity</dc:creator>
    <dc:date>2012-05-08T14:04:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1913">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1913</link>
    <description>&lt;pre&gt;Actually I did miss the fact that you had a capital B on the repo so anyway it works now in the sense that it fetches the script and shows the ruby include errors on the screen... will install the gems tomorrow and see if all works fine !

On May 7, 2012, at 2:49 AM, Jenna Fox wrote:


_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-07T03:21:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1912">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1912</link>
    <description>&lt;pre&gt;Fixed the validation but I am having a weird error in fetching from your repo:

odin install https://github.com/bluebie/whywentcamping.com.git
fatal: https://github.com/bluebie/whywentcamping.com.git/info/refs not found: did you run git update-server-info on the server?
Cloning of https://github.com/bluebie/whywentcamping.com.git failed

Now I forked your repo on a dummy github account (1ai) 
and it doesn't give me this error. 

Yet it won't run because the config.ru file is not as per example and has a number of non working requires

from /var/www/config.ru:5
from /opt/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
from /opt/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
from /var/www/config.ru:1:in `new'
from /var/www/config.ru:1

I have fixed that (with a new config file https://github.com/1ai/whywentcamping.com/blob/master/config.ru) but there are a lot of gems not installed for users by default:

require 'rubygems'
require 'camping'
require 'fi&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-07T01:47:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1911">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1911</link>
    <description>&lt;pre&gt;A lot of repos for websites have dots in them, should fix it to support anything github can support.  

—
Jenna


On Monday, 7 May 2012 at 10:30 AM, gurugeek wrote:



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Jenna Fox</dc:creator>
    <dc:date>2012-05-07T00:49:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1910">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1910</link>
    <description>&lt;pre&gt;
On May 7, 2012, at 2:23 AM, Jenna Fox wrote:


Yes this should be easy to do  - could put both I think email or username


I think the check in the script doesn't allow a repository to have a points inside it ..is it very common ? Can fix this but if you want to try in the interim just use any repo without a . on it :)
Thanks again for testing this out
David



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>gurugeek</dc:creator>
    <dc:date>2012-05-07T00:30:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1909">
    <title>Re: Camping 1 click deployment is live! 1.ai - alpha users welcome !</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.camping.general/1909</link>
    <description>&lt;pre&gt;Things:
1) It'd be super cool if the user types in their email address as the username if it still works
2) I wonder what I'm doing wrong? I enter in bluebie/whywentcamping.com in the github repo name and it says my url contains invalid characters?


—
Jenna


On Sunday, 6 May 2012 at 10:41 AM, gurugeek wrote:



_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list&lt;/pre&gt;</description>
    <dc:creator>Jenna Fox</dc:creator>
    <dc:date>2012-05-07T00:23:49</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.camping.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.camping.general</link>
  </textinput>
</rdf:RDF>

