Hi

I've just started exploring about rack and created by config.ru file
under config folder in my application.

when I try to run the "rackup" command, I get an error saying
Configuration config.ru not found.

I've just written these three lines in my config.ru file
--------------------------------
require 'rack'
require 'rack/lobster'
run Rack::Lobster.new
--------------------------------

Could anyone also please suggest on any good tutorials which would help
me completely understand about Rack!

Thanks
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to