search for: sukury47

Displaying 2 results from an estimated 2 matches for "sukury47".

2011 Jan 13
9
[RVM,Ubuntu]ruby installed from rvm doesn't work
I''ve installed ruby1.9.2 from rvm but ruby doesn''t work on my ubuntu there is a picture showing my situation. plase give me a help http://postfiles4.naver.net/20110114_51/sukury47_1294944222409RbBlv_JPEG/rvm_break.JPG?type=w3 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group,...
2008 Oct 21
1
uninitialized constant error, help me
Hi, I''m a rails_fan in korea. As korean web site has a little information about rails I''m tryig to ask google groups users of my question <% for reserve in @plan.reserves %> This line make error like this ''uninitialized constant Plan::Reserf'' I already have plan and reserve model and I define their relationship. plan has_many :reserves reserve