From deveritt at innotts.co.uk Sun Sep 13 09:04:14 2009 From: deveritt at innotts.co.uk (Dave Everitt) Date: Sun, 13 Sep 2009 14:04:14 +0100 Subject: What now? In-Reply-To: <391a49da0908071238g24602d56wf52c3371dae950bd@mail.gmail.com> References: <391a49da0908071238g24602d56wf52c3371dae950bd@mail.gmail.com> Message-ID: <3599629A-EC84-4DE6-B522-99C515D845EF@innotts.co.uk> Just in case anyone comes to visit and doesn't realise Camping has it's own repo at Github (the chosen option in this thread, thanks to Magnus) here's the URL: http://github.com/camping/camping/ To promote Camping (e.g. I just mailed ruby-toolbox.com to suggest adding it), I usually point people to the above, to the online docs below, and to the mailing list. But it would be worth putting up a 'where is all the definitive updated Camping 1.9-soon-to-be-2.0 stuff' post to the list at some point - e.g. does Magnus want to continue hosting online docs at: http://stuff.judofyr.net/camping-docs/camping-1.9.335/rdoc/ or could they be elsewhere? And which of the many, many finds out there when you search e.g. 'Camping Ruby' are 1.9/2.0 relevant? Etc. Ummm [thinks]... rubycamping.com, campingruby.com, campingframework.com or (my favourite) camping3k.com/org/net are all available... Dave Everitt From his2000x at gmail.com Wed Sep 16 05:44:02 2009 From: his2000x at gmail.com (in-seok hwang) Date: Wed, 16 Sep 2009 18:44:02 +0900 Subject: This is what encoding? � pattern.. Message-ID: Hi all, My Environment is.. camping 1.5.180 sqlite3 1.2.4 I tried just print about 'post title' record post title's data is not double-byte character set. so, i will show you my some html source.
  • Ob notice
  • > Ob board
  • Service

    > > > sbcs is pretty good. But, mbcs has patten. like this � The above mbcs is korea language. please tell me about above patten. The pattern is written on what encoding? -------------- next part -------------- An HTML attachment was scrubbed... URL: From judofyr at gmail.com Wed Sep 16 11:53:09 2009 From: judofyr at gmail.com (Magnus Holm) Date: Wed, 16 Sep 2009 17:53:09 +0200 Subject: This is what encoding? � pattern.. In-Reply-To: References: Message-ID: <391a49da0909160853x78eda6dds661bb3e1158dd151@mail.gmail.com> In HTML &#xxxxx; is an escaped character, and uses the Unicode number. If you go to http://unicodelookup.com/ you can for example search for 50420 you can see which character it is. //Magnus Holm On Wed, Sep 16, 2009 at 11:44, in-seok hwang wrote: > Hi all, > > My Environment is.. > camping 1.5.180 > sqlite3 1.2.4 > > I tried just print about 'post title' record > > post title's data is not double-byte character set. > > so, i will show you my some html source. > >>
  • Ob notice
  • > href="/board/old/1"> >> >> Ob board
  • Service

    번호제목 > 이름글쓴시간 > 조회수
    공지 > 홈페이지 업데이트 내역 [53] > 인석2009년7월5일18시21분539 >
    7709.09.14 랩실 회의 > 내용 [8]
    > class="line">
    >> >> > > sbcs is pretty good. > But, mbcs has patten. like this � > > The above mbcs is korea language. > > please tell me about above patten. > > The pattern is written on what encoding? > > > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list > From jonathan.hickford+camping at gmail.com Tue Sep 29 18:52:01 2009 From: jonathan.hickford+camping at gmail.com (Jonathan Hickford) Date: Tue, 29 Sep 2009 23:52:01 +0100 Subject: free Camping cloud hosting?? In-Reply-To: <1F12648A-F296-4C92-AE9C-3026914CB8C3@innotts.co.uk> References: <1F12648A-F296-4C92-AE9C-3026914CB8C3@innotts.co.uk> Message-ID: Hi all, I've been lurking about for a while, but thought it's time I added something! I had a go with Heroku (which I'm pretty impressed with - thanks Dave). As a bit of a play with it I made the guide below on how to use camping 2.0 on it. Let me know if you think it's handy (one for the wiki perhaps) and I can update when 2.0 is released. http://radiant-sunset-95.heroku.com/how-to-run-camping-2-apps-on-heroku Jon On Tue, Jul 28, 2009 at 9:23 AM, Dave Everitt wrote: > I found this the other day - Heroku offer a free Git-driven hosting package > for Ruby apps. > > The info on Camping is here: > > http://docs.heroku.com/rack#camping > > Encouraging that (apart from Rails) it only mentions Sinatra, Merb, Ramaze > AND Camping... BTW there is a statement that "Camping 2.0 does not require > the Rack adapter"... > > Dave Everitt > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list > From deveritt at innotts.co.uk Wed Sep 30 05:24:48 2009 From: deveritt at innotts.co.uk (Dave Everitt) Date: Wed, 30 Sep 2009 10:24:48 +0100 Subject: free Camping cloud hosting?? In-Reply-To: References: <1F12648A-F296-4C92-AE9C-3026914CB8C3@innotts.co.uk> Message-ID: <40CD21E5-736B-48C9-B600-BCAA80556FFB@innotts.co.uk> Hi Jon just the kind of tutorial that's needed! Presume this blog is the result (good to show it off, too): http://radiant-sunset-95.heroku.com/ ? Once I'm rid of some annoying paid work I'll give it a try with my own adapted blog. If anyone comes across any out of date Camping guides, suggest adding/ sending the link to the outdated article. Dave > Hi all, > > I've been lurking about for a while, but thought it's time I added > something! > > I had a go with Heroku (which I'm pretty impressed with - thanks > Dave). As a bit of a play with it I made the guide below on how to > use camping 2.0 on it. Let me know if you think it's handy (one for > the wiki perhaps) and I can update when 2.0 is released. > > http://radiant-sunset-95.heroku.com/how-to-run-camping-2-apps-on- > heroku > > Jon > > On Tue, Jul 28, 2009 at 9:23 AM, Dave Everitt > wrote: >> I found this the other day - Heroku offer a free Git-driven >> hosting package >> for Ruby apps. >> >> The info on Camping is here: >> >> http://docs.heroku.com/rack#camping >> >> Encouraging that (apart from Rails) it only mentions Sinatra, >> Merb, Ramaze >> AND Camping... BTW there is a statement that "Camping 2.0 does not >> require >> the Rack adapter"... >> >> Dave Everitt
    번호> width="45%">제목 >> >> 이름> width="30%">글쓴시간 >> >> 조회수
    공지> href="/ybnotice/view/3"> >> >> 홈페이지 업데이트 >> 내역 [53] >> >> >> 인석2009년7월5일18시21분539 >> >>
    7709.09.14 >> 랩실 회의 >> >> ?내용 [8]