unfortunately got lost in the begginning. Created first test_app using the official guide http://www.padrinorb.com/
When trying "padrino start" app starts, server is running well in console, but as soon as I try to see it in the borwser this error message occurs:
NoMethodError at /admin/ undefined method `matched?' for nil:NilClass file: routing.rb location: route line: 66
Also I can't see the favicon, and console says it could not find that.
(Tried with Thin and also with Webrick. I'm using Ubuntu with RVM Ruby1.9 Gem 1.3.7 Rails3. Updated Sinatra and Padrino gems, made cleanup.)
Many thanks, gezope