Hi Raimon,

Sounds like maybe you don't have Rack.
Do you have the following gem installed?
  - rack (1.1.0)
  - markaby (0.5) [will not work with a higher version]
  - activerecord (any version)
  - activesupport (any version)
If not gem install them and let us know.

Philippe

On 6/8/2010 4:25 AM, Raimon Fernandez 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