Do you have it in your config.ru as well? There is wiki page how to use Unicorn on github.com/merb/merb
Pavel On Apr 12, 1:00 pm, Paul Carey <[email protected]> wrote: > Hi > > First off, many thanks to all involved with the 1.1 release. > > I've migrated my app to 1.1 but when running under Unicorn (0.97.0), > merb tries to serve static resources, resulting in the following: > > No routes match the request: /images/foo.png - > (Merb::ControllerExceptions::NotFound) > Controller class not found for controller `images' - > (Merb::ControllerExceptions::NotFound) > > When running under thin all static assets are served as normal. > > My rack.rb file does contain > > use Merb::Rack::Static, Merb.dir_for(:public) > > Any ideas of why this might be happening? > > Many thanks > > Paul -- You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en.
