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