Forgive the complete ruby noob, I started using Serve for prototyping and after running into all kinds of trouble setting up my second MacBook with Ruby (funny how it should be all the same...) and now I finally got the server running, but it seems like it doesn't like my directory structure (or permissions) anymore.
[2013-02-25 21:40:22] INFO WEBrick::HTTPServer#start: pid=64306 port=4000
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET / HTTP/1.1" 200 - 0.0041
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET /assets/stylesheets/demo.css HTTP/1.1" 404 47 0.0014
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET /assets/javascripts/demo.js HTTP/1.1" 404 46 0.0010
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET /assets/javascripts/jquery.js HTTP/1.1" 404 48 0.0014
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET /assets/stylesheets/unsemantic-grid-responsive.css HTTP/1.1" 404 69 0.0012
127.0.0.1 - - [25/Feb/2013 21:40:35] "GET /favicon.ico HTTP/1.1" 404 31 0.0011
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET / HTTP/1.1" 200 - 0.0044
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET /assets/stylesheets/demo.css HTTP/1.1" 404 47 0.0013
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET /assets/stylesheets/unsemantic-grid-responsive.css HTTP/1.1" 404 69 0.0018
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET /assets/javascripts/jquery.js HTTP/1.1" 404 48 0.0010
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET /assets/javascripts/demo.js HTTP/1.1" 404 46 0.0011
127.0.0.1 - - [25/Feb/2013 21:41:48] "GET /favicon.ico HTTP/1.1" 404 31 0.0012
the same exact index.html.erb and directory structure (used to) works on my other machine (that's for another post). What am I doing wrong?