Displaying 3 results from an estimated 3 matches for "ketterman".
Did you mean:
fetterman
2005 Dec 30
1
HABTM Dependency Question
I have a habtm relationship like the following:
Automobile <--> Options
What I want to do is when an option is deleted, make sure that there
are no Automobiles that still have that option. It seems simple
enough, but I am having a tough time with it. I believe Rails
automagically deletes the relationships when the automobile is
deleted, but not the other way around.
Any help would
2005 Dec 29
7
Laszlo on Rails kicking off
The Laszlo on Rails effort, bringing the rich web interface of
OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails
(http://www.rubyonrails.com) will be kicking off next week.
We have a list going at
http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far
and we haven''t even begun! -- but if you really want to be close to
the action, email me with your firstname,
2006 Jan 05
2
Rails on dual network port machine
I want to run rails on a machine with two networks connected such that
rails listens on both.
For example
ruby script/server -b192.168.1.10 -b192.168.254.31
It only binds to the second one.
Any ideas?
--
Posted via http://www.ruby-forum.com/.