search for: hartjes

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

2006 Mar 07
6
Can Ruby and PHP play nice together?
...templates for output (one for Rails and one for PHP) is not appealing. Can anyone give me some tips on getting the two to play nicely together or point me to some interesting links on the topic? Being a pragmatic guy, I can''t see why these two can''t play nice together. Chris Hartjes -- Posted via http://www.ruby-forum.com/.
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/.
2006 Apr 13
0
Re: One model won''t work like the others, generating weird e
...alled Article and 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 '...
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