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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100403/ba4cfc3f/attachment.html>
No hiccups with my apps. Dave On Sat, Apr 3, 2010 at 4:23 PM, Magnus Holm <judofyr at 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 at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >-- Dave
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 <judofyr at 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 at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/a588ebcb/attachment.html>
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<judofyr at 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 at rubyforge.org > > http://rubyforge.org/mailman/listinfo/camping-list > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/a3d3fb7c/attachment.html>
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<judofyr at 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 at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/camping-list >> > >> > > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/714df884/attachment-0001.html>
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 <ruby at 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 <judofyr at gmail.com> <judofyr at 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 at rubyforge.org> http://rubyforge.org/mailman/listinfo/camping-list> > > > > _______________________________________________ > Camping-list mailing listCamping-list at rubyforge.orghttp://rubyforge.org/mailman/listinfo/camping-list > > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/05e285d8/attachment.html>
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 <matt at 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 <ruby at 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 <judofyr at 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 at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/camping-list >> > >> >> >> >> >> _______________________________________________ >> Camping-list mailing list >> Camping-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/camping-list >> >> _______________________________________________ >> Camping-list mailing list >> Camping-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/camping-list > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >
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 Zukowski<matt at 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<ruby at 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<judofyr at 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 at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/camping-list >>>> >>>> >>> >>> >>> >>> _______________________________________________ >>> Camping-list mailing list >>> Camping-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/camping-list >>> >>> _______________________________________________ >>> Camping-list mailing list >>> Camping-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/camping-list >>> >> >> _______________________________________________ >> Camping-list mailing list >> Camping-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/camping-list >> >> > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/43fb84ca/attachment.html>
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 <judofyr at 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 <matt at 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 <ruby at 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 <judofyr at 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 at rubyforge.org > >> > http://rubyforge.org/mailman/listinfo/camping-list > >> > > >> > >> > >> > >> > >> _______________________________________________ > >> Camping-list mailing list > >> Camping-list at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/camping-list > >> > >> _______________________________________________ > >> Camping-list mailing list > >> Camping-list at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/camping-list > > > > > > _______________________________________________ > > Camping-list mailing list > > Camping-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/camping-list > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100407/8ea7e14b/attachment-0001.html>
Okay everything''s been moved to camping/reststop. Any future commits on my part will go there. Philippe, I believe you have access too. Thanks Magnus! On Wed, Apr 7, 2010 at 6:57 PM, Matt Zukowski <matt at roughest.net> wrote:> 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 <judofyr at 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 <matt at 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 <ruby at 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 <judofyr at 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 at rubyforge.org >> >> > http://rubyforge.org/mailman/listinfo/camping-list >> >> > >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> >> Camping-list mailing list >> >> Camping-list at rubyforge.org >> >> http://rubyforge.org/mailman/listinfo/camping-list >> >> >> >> _______________________________________________ >> >> Camping-list mailing list >> >> Camping-list at rubyforge.org >> >> http://rubyforge.org/mailman/listinfo/camping-list >> > >> > >> > _______________________________________________ >> > Camping-list mailing list >> > Camping-list at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/camping-list >> > >> _______________________________________________ >> Camping-list mailing list >> Camping-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/camping-list >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100408/e73a72a2/attachment.html>
I just finished spot-testing my main web app (mySkillsMap) locally on 2.0 and things are looking good. So it sounds like we''re going to be a go for 2.0! :-) On 4/7/2010 7:02 AM, Philippe Monnet 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<judofyr at 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 at rubyforge.org >>> > http://rubyforge.org/mailman/listinfo/camping-list >>> > >>> >> >> >> >> _______________________________________________ >> Camping-list mailing list >> Camping-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/camping-list >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20100408/e509d965/attachment.html>