Displaying 2 results from an estimated 2 matches for "jrinbw".
Did you mean:
arinbe
2007 Nov 27
0
opensocial container plugin
...nSocial is bound to take over the world, I''ve just released a
very early version of my opensocial container plugin. If you are
brave, try it out and let me know how it goes.
You can check it out here:
http://elctech.com/2007/11/27/opensocial-container-plugin-0-0-1
--
Ryan Garver
rgarver-jrinBW/Jv4hBDgjK7y7TUQ@public.gmane.org
--~--~---------~--~----~------------~-------~--~----~
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 un...
2005 Dec 08
1
Test is not a module (TypeError)
Hi,
We have a project with a db table ''test'' and a corresponding model Test.
When we run rake to invoke our tests, rake fails with the following
error:
/usr/lib/ruby/1.8/test/unit/assertionfailederror.rb:5: Test is not a
module (TypeError)
We believe this is caused by some namespace conflict between our model
named Test and rake''s own internals. If we rename our