search for: prolificprogrammer

Displaying 2 results from an estimated 2 matches for "prolificprogrammer".

2006 Jul 29
0
Mongrel-modproxy Issue
.../2006/06/21/local-development-environment-part-3/... 1. I set up typo, mongrel-rails to start it -- verified by going to http:/192.168.2.18:3000 2. I''ve also tried to set up mod_proxy but that doesn''t seem to be working, my VirtualHost configuration: <VirtualHost podcast4charis.prolificprogrammer.com> ServerName podcast4charis.prolificprogrammer.com DocumentRoot /home/hdiwan/charisBlog/public/ ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/ ErrorLog /home/hdiwan/charisBlog/log/server.log </VirtualHost> When I rest...
2006 Aug 05
4
file_column just will not work...
Hello, I have been trying for some time to get a file to upload using the file_column plugin. My code is here: http://pastie.caboo.se/7304 But my code is not the issue. I cannot even pass the unit test that come with the file_column plugin. If I run ruby file_column_test.rb i get: 1) Error: test_store_dir_callback(FileColumnTest): TypeError: can''t convert Fixnum into String