search for: veldthuis

Displaying 5 results from an estimated 5 matches for "veldthuis".

2004 Nov 07
3
dispatch.cgi not found error
I''m following along on the 10 minute tutorial. Accessing blog at http://www.ampede.com/blog/ works fine. I then created Weblog using the script/new_controller generator. When I try to access http://www.ampede.com/blog/weblog/, I get: ------------------------------------------------------------- Not Found The requested URL /dispatch.cgi was not found on this server.
2005 Jul 29
10
Rails Wiki down
Howdy - Someone''s probably already reported this, but anyhow, going here: http://wiki.rubyonrails.com/rails/show/RailsOnFedora results in: ==================== > Bad Gateway > The proxy server received an invalid response from an upstream server. > ==================== Yours, Tom
2006 Mar 20
2
Rails Plugin to Help Debug Views
...I just released a plugin to help debug views. The plugin makes it easy to add a button that will popup a new window that displays the following debug data; * Request Parameters * Session Variables * Flash Variables * Assigned Template Variables It was derived from code that traces back to Marten Veldthuis in Epilog. You can check out webpage and plugin via; http://www.realityforge.org/articles/2006/03/20/rails-plugin-to-help-debug-views -- Cheers, Peter Donald
2005 Jan 06
14
Announcing SoapBX.com a new Rails App for making presentations
I got an idea less than two weeks ago and now as a testament to the power of Rails I have released the first initial beta version of SoapBx, with less than 20 hours of programming involved so far. SoapBX is an application to create css based presentations and uses Erik Meyer''s cool S5 css and js code: http://www.meyerweb.com/eric/tools/s5/ With SoapBX you can use basic Textile and a
2011 Oct 16
1
Ignoring certain files?
Hey guys, Is there any way I can get rspec to ignore all files in spec/fixtures when it does a recursive search for all spec/**/*_spec.rb files? The problem I''m facing is that the fixtures for my code are project structures on disk, so I thought I''d make a spec/fixtures with a bunch of different project structures. That works, except obviously those can contain _spec.rb