Displaying 3 results from an estimated 3 matches for "abscond".
2009 Jul 30
5
Centos convert to rhel?
Hate to ask, but after reading the last few months of centos history online
I am worried.
And to learn the lead guy seems to have absconded with the cash and left all
the hard working devs high and dry..well that is scary.
They all worked so hard and who knows what will happen now.
If centos falls I have no choice but to go to redhat. I am wondering if the
conversion will be easy or a complete reinstall.
I ponder the worries I th...
2004 Aug 06
1
ices 0.2.3 released
ices 0.2.3 has been released. You can find it, as always, at
http://www.icecast.org/download.html
Aside from the remarkable amount of time elapsed since the last release,
this release is most notable for being thread-free. Threads are nice,
but ices wasn't doing anything with them and they are still a
portability headache. For example, the current release should now build
out-of-the-box on OS
2006 Jul 03
1
Model Relations, Creating, Errors and stuff
Hi,
I''ve searched the Agile.. book and tried google etc. but my main problem
is not being able to think of keywords.
I''m trying to save something with user info, and then further info if
they are staff in a one-to-one relationship. I can do this all fine and
good.
def create
@user = User.new(params[:user])
@staff_member = StaffMember.new(params[:staff_member])