Is it possible to set a different static directory than public/ in ruby on rails with WEBrick (like in node.js).
What I want is to listen a different directory in development and in production.
Is it possible to set a different static directory than public/ in ruby on rails with WEBrick (like in node.js).
What I want is to listen a different directory in development and in production.