search for: chartjes

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

Did you mean: hartjes
2006 Mar 07
6
Can Ruby and PHP play nice together?
I''m busy trying to bang out a new version of the website for my fantasy baseball league (www.ibl.org) and I''m torn as to what to do. I''m a PHP coder by day (Zend Certified and everything) but like Rails too. Now, the site is morphing into a "blog plus tools for league members" site. A lot of those tools are already written in PHP and I don''t want
2006 Apr 13
0
Re: One model won''t work like the others, generating weird e
...then had a model called News and another called Feature that both inherit from Article. You can use a single table to represent both child types data. The type column tells rails which model should be used to create the object. sean -----Original Message----- From: "Chris Hartjes" <chartjes@gmail.com> To: rails@lists.rubyonrails.org Sent: 4/13/2006 11:21 AM Subject: [Rails] Re: One model won''t work like the others, generating weird e (wow, answering oneself is so weird) Turns out the problem was that one of the fields in the table was called ''type'', a...
2005 Nov 16
19
Concerns over Rails' handling of tests
Sorry if this comes across as a bunch of disjointed thoughts...I''m just trying to put my thoughts down and I''d like to know what other people''s opinions on the subject are. I''ve been working with Rails for 3 or 4 months now and I''m constantly trying to look at ways of improving my testing techniques, especially when it comes to TDD. I have a few
2006 Apr 13
2
One model won''t work like the others, generating weird error
I''ve been banging my head against this for quite some time and can''t figure out what is going on. I''m doing up a web site based on Typo and adding in some custom controllers. I''m running Typo from trunk, so it''s using the version of rails in vendor/rails. Everything is going smoothly...until now. I have one model that JUST. WON''T. WORK.
2006 May 02
3
Writing tests for plugins
I''ve been googling around trying to find some tips on creating tests for plugins. Am I correct in assuming that I''d have to have the tests as part of a rails app in order to test the plugin? I''d like to find a way to do standalone tests for the plugin. -- Posted via http://www.ruby-forum.com/.