Re: camping paid examples + screencasts ?

2012-03-27 Thread adam moore
Camping sites camping site

On Tuesday, March 27, 2012, Jenna Fox a...@creativepony.com wrote:
 a site for your comics, a multiplayer game?
 —
 Jenna

 On Wednesday, 28 March 2012 at 1:45 AM, Dave Everitt wrote:

 Great! The first thing is to decide *what* to screencast... the 'blog in
10 minutes' idea is a bit old (although an updated version would be good
because there's an old Camping one out there somewhere)...
 Any suggestions for a useful, current and easy topic for a Camping
screencast?
 - DaveE

 I'd be more than happy to help with screencasts and writing. I'm quite
good with Final Cut and Motion, but someone else would need to take the
lead on that and delegate tasks to me, as my mind is tied up in other
projects for the next few months.

 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list


-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Re: camping paid examples + screencasts ?

2012-03-27 Thread adam moore
Hey Dave

I actually meant a website to do with camping (the outdoor pastime) done in
camping.. Planning locations, to do list, inviting friends through Facebook
haha

Too meta?

Adam

On Wednesday, March 28, 2012, david costa gurugeek...@gmail.com wrote:
 Hi Adam,
 do you mean the camping website to be done in camping ?
 If it is so good point. Well I am sure that Jenna and Magnus had many
things to take care of and what they went for was the most suitable
solution.
 Still I think that having the camping website done in camping would make
a lot of sense. After all why someone would use it if the main camping
website doesn't ?
 The problem is always time I guess so better a simple no-camping website
than no website I guess :)
 Regards
 David

 On Tue, Mar 27, 2012 at 5:03 PM, adam moore nerdf...@gmail.com wrote:

 Camping sites camping site

 On Tuesday, March 27, 2012, Jenna Fox a...@creativepony.com wrote:
  a site for your comics, a multiplayer game?
  —
  Jenna
 
  On Wednesday, 28 March 2012 at 1:45 AM, Dave Everitt wrote:
 
  Great! The first thing is to decide *what* to screencast... the 'blog
in 10 minutes' idea is a bit old (although an updated version would be good
because there's an old Camping one out there somewhere)...
  Any suggestions for a useful, current and easy topic for a Camping
screencast?
  - DaveE
 
  I'd be more than happy to help with screencasts and writing. I'm quite
good with Final Cut and Motion, but someone else would need to take the
lead on that and delegate tasks to me, as my mind is tied up in other
projects for the next few months.
 
  ___
  Camping-list mailing list
  Camping-list@rubyforge.org
  http://rubyforge.org/mailman/listinfo/camping-list
 

 --
 =^.^=---

 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list



-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Re: +1 shorter domain name

2012-01-31 Thread adam moore
I've recently been using Arch linux and 90% of the appeal comes from
their awesome user-led wiki..
Something which we can gradually add to, build on camping of course,
and which hand-holds beginners would be ideal I think

On Wed, Feb 1, 2012 at 5:55 AM, Jenna Fox a...@creativepony.com wrote:
 Just thought it worth mentioning, we now collectively do own camping.io -
 this is where judofyr's site will go when it's ready, and we're planning to
 use github pages as hosting for now (yes, we won't be running it as a
 dynamic camping website, seeing as we can't think of any good dynamic
 functionality)

 Speaking of dynamic functionality. Do you guys remember the old ruby/rails
 beast forums? They kind of died out, but a really simple clean forum can be
 a really nice thing, and it send a clear message by being publicly readable
 - camping is not dead. You wouldn't need to join a mailing list to find that
 out. I've been thinking about forums a lot lately, and I
 think http://camendesign.com/nononsense_forum is a really great way to build
 a really simple forum - you use folders for sub forums, and rss or atom
 feeds for threads. This way you can subscribe to them also, and it has a
 built in API of sorts. Probably atom is the way to go. rss is a bit of a
 hack job.

 I'm really keen to kill this myth that camping is inactive. Another way I
 think we might do this is to bring in camping-related projects as well. In
 the same way rails is the home of active record, perhaps camping aught to be
 the home of things like mab.


 —
 Jenna Fox


 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: A question about the ecosystem.

2011-08-30 Thread adam moore
Will paginate recently added native Sinatra support, but camping may require
so e workarounds with regards to view handlers.

I must say, the camping list is super friendly and, although quiet, very
responsive when something crops up.

On Wednesday, August 31, 2011, Jenna Fox a...@creativepony.com wrote:
 I don't know about any of that, but in regards to authentication, I just
use openid! It only takes about twenty lines in a controller to support, and
is secure (even if you don't have https on your site), saves your users
time, respects their privacy, means you don't need to worry about safely
storing passwords or any other secrets, and you don't have to build
login/signup/password reset forms - one simple copy pasteable controller,
one login form, and you're done!

 I stuck my openid code up here:
http://creativepony.com/archive/journal/scripts/camping-openid-consumer/ -
you'll also need the openid rubygem
 —
 Jenna


 On 31/08/2011, at 8:20 AM, Tim Uckun wrote:

 On Wed, Aug 31, 2011 at 1:33 AM, David Susco dsu...@gmail.com wrote:

 I've got five camping apps in production. They're mostly CRUDs with

 some basic searching/e-mailing/etc. I use a few third party libraries;

 haml, paper_trail, rack/csrf and redcloth being the main ones. I

 haven't had too much need beyond those but your mileage will vary

 obviously.

 What Camping lacks is a lot of the fluff, but that's what I like the

 most about it. It keeps things simple.


 I like the promise of simplicity too.  What are you using for
 Authentication?  Does simple_form or formtastic work with camping or
 do you use something else for that?  I like Typus as a quick way to
 put up admin sites does anybody know if it works with camping? Has
 anybody tried whenever?

 I presume will paginate, chronic etc will work as long as I stick with
 AR (although honestly I want to try something other than AR too).
 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list



-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Re: Did not know you could provide a list of urls in a controller route declaration

2011-02-09 Thread adam moore
Commun spelling errars...



2011年2月10日木曜日 Jenna Fox a...@creativepony.com:


 Good for maintaining legacy URLs. :)


 ―Jenna / @Bluebie



 On Thursday, 10 February 2011 at 11:51 AM, Tony Miller wrote:

 On Fri, Feb 04, 2011 at 05:37:55PM -0700, Philippe Monnet 
 wrote:

 class Welcome  R '/welcome', '/WelcomeEveryone'
 end

 What does this mean, that '/welcome' and '/WelcomeEveryone' will use the 
 exact same controller? How is that useful?

 -Tony
 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list













-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Strange error with no stack trace

2011-01-21 Thread adam moore
 Also, try to evaluate this on Heroku's console: filename[/\.(\w+)$/,1]
 (where filename is the filename of the index template).

 --
 // Magnus Holm
 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list

Ruby console for tokyoartparties.heroku.com
 index.haml[/\.(\w+)$/,1]
= haml

Hope this is correct...
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Strange error with no stack trace

2011-01-21 Thread adam moore
= src/views/index.haml

But I will strip out the ~ files and let you know if things improve!

The heroku support staff have also been taking a look:

 Hi,

 I was able to see this on heroku intermittently. On a few restarts, I got it, 
 but in other occasions it worked fine right away. I was unable to reproduce 
 this locally.
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Strange error with no stack trace

2011-01-21 Thread adam moore
Wow! That seems to have done it!

Great. Will let their team know as well.

Thank you very much,
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Strange error with no stack trace

2011-01-20 Thread adam moore
My gem file reads thus:

gem activerecord, 3.0.3
gem camping, 2.1

gem nokogiri, 1.4.4
gem rest-open-uri, 1.0.0
gem sqlite3-ruby, 1.3.2

gem tilt, 1.2.1
gem haml, 3.0.25

Will get the ruby version asap.

Love the idea of adding the method! Great!

On Friday, January 21, 2011, Magnus Holm judo...@gmail.com wrote:
 Hm…

 Like Dave mentioned, could you give us the versions you're using? For
 both Camping, Rack, Tilt, Haml and Ruby? Also, you could add this
 little snippet to force a backtrace:

   class NilClass
     def to_sym
       puts NilClass#to_sym:
       caller.each do |line|
         puts   #{line}
       end
       raise
     end
   end

 Maybe that gives you any clues!

 // Magnus Holm



 On Thu, Jan 20, 2011 at 06:14, adam moore nerdf...@gmail.com wrote:
 Hello there!

 Been loving getting stuck in  creating bits  bobs with this
 wonderful little framework. Had a go at making a listing of a bunch of
 opening events which occur in my current city of residence - Tokyo.
 Unfortunately, although the app seemed to be fine running locally (in
 production), once pushed to Heroku I began to see intermittent
 occurrences of:

 !! Unexpected error while processing request: undefined method
 `to_sym' for nil:NilClass

 just as the app reached rendering the (haml) view.

 The problem is, there is no stack trace which is spit out at this
 point - and any puts I have added to the view to check things are ok,
 are never reached. I have a hunch that this may be to do with haml /
 tilt not starting up in time but was wondering if there's a way to
 make production camping apps more verbose, or if this is needed at
 all.

 Thank you all.


 --
 =^.^=---
 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list

 ___
 Camping-list mailing list
 Camping-list@rubyforge.org
 http://rubyforge.org/mailman/listinfo/camping-list

-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Re: Strange error with no stack trace

2011-01-20 Thread adam moore
Wow, thanks Magnus. Adding that certainly made the output more interesting:

http://pastebin.com/DSMKWK52

As you can see, the ruby version seems to be 1.8.
It can be bumped up to 1.9 I believe if this is preferred?

drinking.rb line 127 is simply:

render :index

The plot thickens...



Adam
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list


Strange error with no stack trace

2011-01-19 Thread adam moore
Hello there!

Been loving getting stuck in  creating bits  bobs with this
wonderful little framework. Had a go at making a listing of a bunch of
opening events which occur in my current city of residence - Tokyo.
Unfortunately, although the app seemed to be fine running locally (in
production), once pushed to Heroku I began to see intermittent
occurrences of:

!! Unexpected error while processing request: undefined method
`to_sym' for nil:NilClass

just as the app reached rendering the (haml) view.

The problem is, there is no stack trace which is spit out at this
point - and any puts I have added to the view to check things are ok,
are never reached. I have a hunch that this may be to do with haml /
tilt not starting up in time but was wondering if there's a way to
make production camping apps more verbose, or if this is needed at
all.

Thank you all.


-- 
=^.^=---
___
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list