Displaying 4 results from an estimated 4 matches for "53g5r".
Did you mean:
535
2005 Dec 21
4
Switchtower question: how to use SVN export
I use Switchtower to deploy my Ruby on Rails application, which works
great. However, it appears to be doing a SVN checkout, which includes
all the .svn directories as well. I would rather do an export from SVN.
Is it possible to configure Switchtower to do this, or can I extend it
in the deploy.rb? I haven''t been able to find any examples on the
internet so far.
thanks,
Jeroen
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
At the risk of being banned for posting the same question twice, I
thought I''d try once more with a question for the title rather than a
statement (on the basis that perhaps questions get answered and
statements ignored ;-) )
ActiveRecord supports composed_of for value objects which is
fantastic but one thing that it doesn''t seem to support (or at least
I am unable to
2005 Dec 21
1
Switchtower Hangs
I''m trying to get switchtower running on Mac OS X but it hangs logging into the
server.
I''ve removed all traces of the original ruby installation and have installed and
re-installed ruby 1.8.3 from sources a dozen times but nothing seems to work.
I get the following error when running the net-ssh tests:
ERROR: 304 tests, 655 assertions, 4 failures, 44 errors
I installed
2005 Dec 16
4
Validation with Aggregation
ActiveRecord supports composed_of for value objects which is
fantastic but one thing that it doesn''t seem to support (or at least
I am unable to find any documentation for) validation of the value
objects.
For example, given the following:
class Message < ActiveRecord::Base
composed_of :sender, :class_name => ''EmailAddress''
composed_of :recipient,