Displaying 3 results from an estimated 3 matches for "cd6r8xzl6hyfs7nttn".
2005 Aug 08
0
RE: Rails is a Hammer? (was Rails is Mainstream ?)
No. Garage full of wood and tools collecting dust.
Isn''t that the definition of "hobby" ?
Peter J. Fitzgibbons
Applications Manager
Lakewood Homes - "The American Dream Builder"(r)
Peter.Fitzgibbons-STCS76aLmhk1y/cD6r8xzl6hYfS7NtTn@public.gmane.org
(847) 884-8800
-----Original Message-----
From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of D''Andrew
Thompson
Sent: Monday, August 08, 2005 2:15 PM
To: rails-1W37MK...
2005 Sep 12
0
WIN32OLE file context during unit test
...Mostly learning. I can use the full path OK in my current test,
but I''m looking for a way to not break the tests if the project is moved
on disk.
Thanks.
Peter J. Fitzgibbons
Applications Manager
Lakewood Homes - "The American Dream Builder"(r)
Peter.Fitzgibbons-STCS76aLmhk1y/cD6r8xzl6hYfS7NtTn@public.gmane.org
(847) 884-8800
========================== IllustratorMinimal.rb
=============================
require ''win32ole''
class IllustratorMinimal
attr_accessor :cs, :doc
def initialize(filename)
puts "IllustratorMinimal context path is:#{File.dirname(__FIL...
2005 Mar 23
2
0.11 problems
I''ve upgraded to 0.11 this morning specifically to test out the
pagination stuff. When that didn''t work (didn''t recognise the command)
I deleted my project and recreated from scratch. So in short
rails projectname
cd projectname
edit config/database.yml (my database is postgres by the way)
ruby scripts/generate model Recordtype
ruby