Rack error

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

I would say

http://rack.rubyforge.org/doc/SPEC.html
and
http://rack.rubyforge.org/doc/
will be helpful.

-Gourav

On Sep 18, 11:39 am, Preethi S. <rails-mailing-l…@andreas-

Gourav T. wrote:

I would say

http://rack.rubyforge.org/doc/SPEC.html
and
http://rack.rubyforge.org/doc/
will be helpful.

-Gourav

On Sep 18, 11:39�am, Preethi S. <rails-mailing-l…@andreas-

Thanks Gourav. That was of good help!