search for: gladwel

Displaying 4 results from an estimated 4 matches for "gladwel".

Did you mean: gladwell
2007 Jul 07
4
Setting a callback whose action depends on the previous state of the object
...2. That his status has been set to "blocked". I need to set the callback when someone tries to save him in this state, so to sum up: I need to run some logic when someone updates a user.status from ''active'' to ''blocked''. Any idea how? -- Maurice B. Gladwell --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2009 Jan 20
0
Documentation at opensolaris.org for linux dom0
.../docs/linux-dom0/ The crucial steps of mounting the boot environment, updating the boot_archive, copying the boot_archive back to dom0, finding the ZFS-ID of the boot environment, and finally adding that ZFS-ID to the kernel parameters in the xen config file are not mentioned. Thanks, -- Ben Gladwell www.worthpoint.com www.goantiques.com
2012 Mar 24
3
Handling 8GB .txt file in R?
Hi, I am mediocre at R, maybe 1000 hours experience, but I received an 8GB dataset and I don't know what to do with it. I have to do extensive analysis over it for my Honours thesis. I can't even import it. I've tried; - Splitting it up using the free csv-splitter-1.1.zip that seems to be working for everyone else (it doesn't work for me, it just outputs 1 single line). -
2007 May 20
1
ENUM database data-type in Rails?
Hi, I''ve been looing for ENUM[1] support in Rails. All I''ve found is the "Enumerated Column" plugin. Does anyone have any experience with that plugin, or any other method of implementing ENUMs in Rails? Thanks, M. -- [1] http://dev.mysql.com/doc/refman/5.0/en/enum.html [2] http://enum-column.rubyforge.org/ -- Posted via http://www.ruby-forum.com/.