search for: josephmoor

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

Did you mean: josephmoore
2006 Aug 01
0
checking form submission
...gi = CGI.new if cgi[''myquery_input_submit''] == ''1'' test = 1 else test = ''none'' end %> <%= test %> <%= ''my input'' + cgi[''myquery_input_submit''].to_s%> <form action="http://127.0.0.1/~josephmoore/testForm.rhtml" method="post" accept-charset="utf-8"> <div> <textarea name="myquery" rows="8" cols="40"></textarea> <br /> <input type="submit" value="Submit" /> <input type=&qu...
2006 Aug 07
0
deployment failures with sqlite3
.../local/lib/ruby/site_ruby/1.8/fcgi.rb:600:in `each_cgi'' /usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi'' /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!'' /vendor/rails/railties/lib/fcgi_handler.rb:23:in `process!'' /users/home/josephmoore/web/public/dispatch.fcgi:24 ############################### Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2006 Jan 06
4
Design flaw with Fixtures?
I''ve been trying to add unit testing for collection of models with complex relationships -- and failing miserably. Because of the complexity of the relationships, I''m using a database which validates foreign key constraints (PostgreSQL 8). I''m finding it nearly impossible to generate tests that are independent of each other. The basic problem is the DELETE then
2006 May 20
11
We''re adding Rails development features to the Steel IDE
...and we need your feedback! As some of you may know, we have recently released the first public beta of a Ruby IDE called ''Steel'' for Visual Studio. Beta 0.5 has colour coding, code collapsing and various editing features (bracket matching, commenting, syntax error location etc.) plus a docked interactive console. At the end of this month we will release v 0.6 which has
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
...isualAge for Java, Eclipse, and InilliJ IDEA. No refactoring, no fast debugger support, not even code-completion/suggestion. To the current tools, Ruby is text to colorize. Smalltalkers, you''ve cracked this nut years ago, help us understand how to do it again in Ruby! -- Joe http://www.josephmoore.net/