Re: Camping 2.0.RC0

2010-04-07 Thread Mikkel Refsgaard Bech
Changed:
@env.REQUEST_URI
to
@env['REQUEST_URI']
then all tests worked on my app.

On Sat, Apr 3, 2010 at 10:23 PM, Magnus Holm judo...@gmail.com wrote:

 Ladies and gentlemen:

 gem install camping --prerelease

 (Look, no --source!)

 I'm not a big fan of betas/RCs, but this is a rather big change and I want
 to make sure we release something that actually works. I don't have any apps
 that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if some of
 you could verify that it works as expected?

 I'll give it a week or so, and if everything seems fine I'll…

 * Copy the documentation at http://stuff.judofyr.net/camping-docs/ to
 http://camping.rubyforge.org/
 * Make sure all the links in the wiki points to the right place
 * Release the gem as 2.0 at rubygems.org
 * Write an announcement which I'll post to ruby-core, rack-devel and
 camping-list
 * Submit the announcement to Rubyflow and ruby.reddit
 * Write a patch which removes Rack::Adapters::Camping from Rack
 * (Possibly write a little blog post comparing Camping and Sinatra from an
 objective point of view)
 * Start hacking on Camping 2.1!

 Puh. What'd ya think?

 Oh, and busbey has been playing a bit with the code:
 http://github.com/busbey/camping. Some awesome migrations ideas in there.
 Looking forward to merge them into 2.1!


 // Magnus Holm

 ___
 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 2.0.RC0

2010-04-07 Thread Philippe Monnet

I tested 2 new apps I wrote to test OAuth so far with success.
I sill have to test my main web app and the recent RESTstop blog app I 
had updated.


On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holmjudo...@gmail.com  wrote:


  Ladies and gentlemen:
   gem install camping --prerelease
  (Look, no --source!)
  I'm not a big fan of betas/RCs, but this is a rather big change and I want
  to make sure we release something that actually works. I don't have any apps
  that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if some of
  you could verify that it works as expected?
  I'll give it a week or so, and if everything seems fine I'll...
  * Copy the documentation athttp://stuff.judofyr.net/camping-docs/  to
  http://camping.rubyforge.org/
  * Make sure all the links in the wiki points to the right place
  * Release the gem as 2.0 at rubygems.org
  * Write an announcement which I'll post to ruby-core, rack-devel and
  camping-list
  * Submit the announcement to Rubyflow and ruby.reddit
  * Write a patch which removes Rack::Adapters::Camping from Rack
  * (Possibly write a little blog post comparing Camping and Sinatra from an
  objective point of view)
  * Start hacking on Camping 2.1!
  Puh. What'd ya think?
  Oh, and busbey has been playing a bit with the
  code:http://github.com/busbey/camping. Some awesome migrations ideas in
  there. Looking forward to merge them into 2.1!

  // Magnus Holm

  ___
  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 2.0.RC0

2010-04-07 Thread Philippe Monnet

Successfully tested the updated RESTstop restful blog too.
Started to test my own app (mySkillsMap.com) locally but will need to 
continue tonight.


On 4/7/2010 5:33 AM, Philippe Monnet wrote:

I tested 2 new apps I wrote to test OAuth so far with success.
I sill have to test my main web app and the recent RESTstop blog app I 
had updated.


On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holmjudo...@gmail.com  wrote:
   

  Ladies and gentlemen:
   gem install camping --prerelease
  (Look, no --source!)
  I'm not a big fan of betas/RCs, but this is a rather big change and I want
  to make sure we release something that actually works. I don't have any apps
  that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if some of
  you could verify that it works as expected?
  I'll give it a week or so, and if everything seems fine I'll...
  * Copy the documentation athttp://stuff.judofyr.net/camping-docs/  to
  http://camping.rubyforge.org/
  * Make sure all the links in the wiki points to the right place
  * Release the gem as 2.0 at rubygems.org
  * Write an announcement which I'll post to ruby-core, rack-devel and
  camping-list
  * Submit the announcement to Rubyflow and ruby.reddit
  * Write a patch which removes Rack::Adapters::Camping from Rack
  * (Possibly write a little blog post comparing Camping and Sinatra from an
  objective point of view)
  * Start hacking on Camping 2.1!
  Puh. What'd ya think?
  Oh, and busbey has been playing a bit with the
  code:http://github.com/busbey/camping. Some awesome migrations ideas in
  there. Looking forward to merge them into 2.1!

  // Magnus Holm

  ___
  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: Camping 2.0.RC0

2010-04-07 Thread Matt Zukowski
Hey Philippe, thanks for that. I've gone ahead and created a github repo for
reststop at https://github.com/zuk/reststop

Your changes have been pushed up. I've also added you as a collaborator so
you can freely commit to my copy of the repo.

Next step is to create a gemspec for this and push it up to
gemcutter/rubyforge.

Matt.

On Wed, Apr 7, 2010 at 9:02 AM, Philippe Monnet r...@monnet-usa.com wrote:

  Successfully tested the updated RESTstop restful blog too.
 Started to test my own app (mySkillsMap.com) locally but will need to
 continue tonight.


 On 4/7/2010 5:33 AM, Philippe Monnet wrote:

 I tested 2 new apps I wrote to test OAuth so far with success.
 I sill have to test my main web app and the recent RESTstop blog app I had
 updated.

  On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holm judo...@gmail.com 
 judo...@gmail.com wrote:


   Ladies and gentlemen: gem install camping --prerelease (Look, no 
 --source!) I'm not a big fan of betas/RCs, but this is a rather big change 
 and I want to make sure we release something that actually works. I don't 
 have any apps that runs on Camping (neither 1.5 nor 1.9/2.0), so I was 
 hoping if some of you could verify that it works as expected? I'll give it 
 a week or so, and if everything seems fine I'll… * Copy the documentation at 
 http://stuff.judofyr.net/camping-docs/ to http://camping.rubyforge.org/ * 
 Make sure all the links in the wiki points to the right place * Release the 
 gem as 2.0 at rubygems.org * Write an announcement which I'll post to 
 ruby-core, rack-devel and camping-list * Submit the announcement to 
 Rubyflow and ruby.reddit * Write a patch which removes 
 Rack::Adapters::Camping from Rack * (Possibly write a little blog post 
 comparing Camping and Sinatra from an objective point of view) * Start 
 hacking on Camping 2.1! Puh. What'd ya think? Oh, and busbey has been 
 playing a bit with the code: http://github.com/busbey/camping. Some awesome 
 migrations ideas in there. Looking forward to merge them into 2.1! // 
 Magnus Holm ___ Camping-list 
 mailing list Camping-list@rubyforge.org 
 http://rubyforge.org/mailman/listinfo/camping-list



 ___
 Camping-list mailing 
 listcamping-l...@rubyforge.orghttp://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: Camping 2.0.RC0

2010-04-07 Thread Magnus Holm
Oh, I totally forgot about that!

Yes, I agree that this would be nice to have at github.com/camping.
Should I fork Matt's repo or create a new one?


// Magnus Holm



On Wed, Apr 7, 2010 at 19:18, Matt Zukowski m...@roughest.net wrote:
 Hey Philippe, thanks for that. I've gone ahead and created a github repo for
 reststop at https://github.com/zuk/reststop
 Your changes have been pushed up. I've also added you as a collaborator so
 you can freely commit to my copy of the repo.
 Next step is to create a gemspec for this and push it up to
 gemcutter/rubyforge.
 Matt.

 On Wed, Apr 7, 2010 at 9:02 AM, Philippe Monnet r...@monnet-usa.com wrote:

 Successfully tested the updated RESTstop restful blog too.
 Started to test my own app (mySkillsMap.com) locally but will need to
 continue tonight.

 On 4/7/2010 5:33 AM, Philippe Monnet wrote:

 I tested 2 new apps I wrote to test OAuth so far with success.
 I sill have to test my main web app and the recent RESTstop blog app I had
 updated.

 On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holm judo...@gmail.com wrote:


  Ladies and gentlemen:
      gem install camping --prerelease
  (Look, no --source!)
  I'm not a big fan of betas/RCs, but this is a rather big change and I
  want
  to make sure we release something that actually works. I don't have any
  apps
  that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if some
  of
  you could verify that it works as expected?
  I'll give it a week or so, and if everything seems fine I'll…
  * Copy the documentation at http://stuff.judofyr.net/camping-docs/ to
  http://camping.rubyforge.org/
  * Make sure all the links in the wiki points to the right place
  * Release the gem as 2.0 at rubygems.org
  * Write an announcement which I'll post to ruby-core, rack-devel and
  camping-list
  * Submit the announcement to Rubyflow and ruby.reddit
  * Write a patch which removes Rack::Adapters::Camping from Rack
  * (Possibly write a little blog post comparing Camping and Sinatra from
  an
  objective point of view)
  * Start hacking on Camping 2.1!
  Puh. What'd ya think?
  Oh, and busbey has been playing a bit with the
  code: http://github.com/busbey/camping. Some awesome migrations ideas in
  there. Looking forward to merge them into 2.1!
 
  // Magnus Holm
 
  ___
  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


 ___
 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 2.0.RC0

2010-04-07 Thread Philippe Monnet

Up to the two of you.

On 4/7/2010 3:05 PM, Magnus Holm wrote:

Oh, I totally forgot about that!

Yes, I agree that this would be nice to have at github.com/camping.
Should I fork Matt's repo or create a new one?


// Magnus Holm



On Wed, Apr 7, 2010 at 19:18, Matt Zukowskim...@roughest.net  wrote:
   

Hey Philippe, thanks for that. I've gone ahead and created a github repo for
reststop at https://github.com/zuk/reststop
Your changes have been pushed up. I've also added you as a collaborator so
you can freely commit to my copy of the repo.
Next step is to create a gemspec for this and push it up to
gemcutter/rubyforge.
Matt.

On Wed, Apr 7, 2010 at 9:02 AM, Philippe Monnetr...@monnet-usa.com  wrote:
 

Successfully tested the updated RESTstop restful blog too.
Started to test my own app (mySkillsMap.com) locally but will need to
continue tonight.

On 4/7/2010 5:33 AM, Philippe Monnet wrote:

I tested 2 new apps I wrote to test OAuth so far with success.
I sill have to test my main web app and the recent RESTstop blog app I had
updated.

On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holmjudo...@gmail.com  wrote:


   

Ladies and gentlemen:
 gem install camping --prerelease
(Look, no --source!)
I'm not a big fan of betas/RCs, but this is a rather big change and I
want
to make sure we release something that actually works. I don't have any
apps
that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if some
of
you could verify that it works as expected?
I'll give it a week or so, and if everything seems fine I'll…
* Copy the documentation at http://stuff.judofyr.net/camping-docs/ to
http://camping.rubyforge.org/
* Make sure all the links in the wiki points to the right place
* Release the gem as 2.0 at rubygems.org
* Write an announcement which I'll post to ruby-core, rack-devel and
camping-list
* Submit the announcement to Rubyflow and ruby.reddit
* Write a patch which removes Rack::Adapters::Camping from Rack
* (Possibly write a little blog post comparing Camping and Sinatra from
an
objective point of view)
* Start hacking on Camping 2.1!
Puh. What'd ya think?
Oh, and busbey has been playing a bit with the
code: http://github.com/busbey/camping. Some awesome migrations ideas in
there. Looking forward to merge them into 2.1!

// Magnus Holm

___
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
   


___
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: Camping 2.0.RC0

2010-04-07 Thread Matt Zukowski
Magnus, create a new one and I'll delete my copy and fork off yours.

On Wed, Apr 7, 2010 at 5:05 PM, Magnus Holm judo...@gmail.com wrote:

 Oh, I totally forgot about that!

 Yes, I agree that this would be nice to have at github.com/camping.
 Should I fork Matt's repo or create a new one?


 // Magnus Holm



 On Wed, Apr 7, 2010 at 19:18, Matt Zukowski m...@roughest.net wrote:
  Hey Philippe, thanks for that. I've gone ahead and created a github repo
 for
  reststop at https://github.com/zuk/reststop
  Your changes have been pushed up. I've also added you as a collaborator
 so
  you can freely commit to my copy of the repo.
  Next step is to create a gemspec for this and push it up to
  gemcutter/rubyforge.
  Matt.
 
  On Wed, Apr 7, 2010 at 9:02 AM, Philippe Monnet r...@monnet-usa.com
 wrote:
 
  Successfully tested the updated RESTstop restful blog too.
  Started to test my own app (mySkillsMap.com) locally but will need to
  continue tonight.
 
  On 4/7/2010 5:33 AM, Philippe Monnet wrote:
 
  I tested 2 new apps I wrote to test OAuth so far with success.
  I sill have to test my main web app and the recent RESTstop blog app I
 had
  updated.
 
  On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holm judo...@gmail.com wrote:
 
 
   Ladies and gentlemen:
   gem install camping --prerelease
   (Look, no --source!)
   I'm not a big fan of betas/RCs, but this is a rather big change and I
   want
   to make sure we release something that actually works. I don't have
 any
   apps
   that runs on Camping (neither 1.5 nor 1.9/2.0), so I was hoping if
 some
   of
   you could verify that it works as expected?
   I'll give it a week or so, and if everything seems fine I'll…
   * Copy the documentation at http://stuff.judofyr.net/camping-docs/ to
   http://camping.rubyforge.org/
   * Make sure all the links in the wiki points to the right place
   * Release the gem as 2.0 at rubygems.org
   * Write an announcement which I'll post to ruby-core, rack-devel and
   camping-list
   * Submit the announcement to Rubyflow and ruby.reddit
   * Write a patch which removes Rack::Adapters::Camping from Rack
   * (Possibly write a little blog post comparing Camping and Sinatra
 from
   an
   objective point of view)
   * Start hacking on Camping 2.1!
   Puh. What'd ya think?
   Oh, and busbey has been playing a bit with the
   code: http://github.com/busbey/camping. Some awesome migrations ideas
 in
   there. Looking forward to merge them into 2.1!
  
   // Magnus Holm
  
   ___
   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
 
 
  ___
  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