I believe Rack::Server was introduced in one of the later Rack
versions. Looks like I forgot to update the version dependency. Are
you able to install the latest rack (gem install rack), or is
rubygems.org fully down?


// Magnus Holm



On Tue, Jun 8, 2010 at 12:25, Raimon Fernandez <co...@montx.com> wrote:
>
> On 8jun, 2010, at 11:52 , Dave Everitt wrote:
>
>> Otherwise, get the bleeding edge version:
>> sudo gem install camping --source http://gems.judofyr.net/
>
> ok, I want to focus on Camping so I've installed the edge version without any 
> problems :-)
>
> the problem is when I try to execute some example:
>
> acBook-ProII-2:Camping montx$ camping homepage.rb
> /Library/Ruby/Gems/1.8/gems/camping-2.0.392/bin/../lib/camping/server.rb:27: 
> uninitialized constant Rack::Server (NameError)
>        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in 
> `gem_original_require'
>        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
>        from /Library/Ruby/Gems/1.8/gems/camping-2.0.392/bin/camping:6
>        from /usr/bin/camping:19:in `load'
>        from /usr/bin/camping:19
>
>
> I've installed Rack as I use it with some of my Ruby On Rails and Thin 
> projects ...
>
> Maybe the Rack::Server is not the same ?
>
> Should I install more dependencies ?
>
> thanks,
>
> r.
> _______________________________________________
> 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

Reply via email to