I am new to RoR I have installed aptana, eclipse RoR plugin on ubuntu 10.10. but whether I create Ruby or Rails project then add a new file.rb that file does not have any code completion for example Math. control space This work on Netbeans. -- Posted via http://www.ruby-forum.com/. -- 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, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Use Netbeans. :-) Or find an Aptana help forum ;-) I suspect most people here use textmate, I use netbeans and haven''t tried Aptana in over a year On Mar 17, 1:26 pm, hoboy Hoboy <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am new to RoR I have installed aptana, eclipse RoR plugin on ubuntu > 10.10. > but whether I create Ruby or Rails project then add a new file.rb > that file does not have any code completion > for example > Math. control space > This work on Netbeans. > > -- > Posted viahttp://www.ruby-forum.com/.-- 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, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Or RubyMine. The code completion is really impressive in that. Creating accurate code completion in Ruby is a lot more challenging than it is in strongly typed languages. When I used Aptana, I found that the code completion worked better in some places than others. I think I remember it being ok inside models, but terrible inside views. On Thu, Mar 17, 2011 at 3:05 PM, Tony Primerano <tony.primerano-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Use Netbeans. :-) Or find an Aptana help forum ;-) > > I suspect most people here use textmate, I use netbeans and haven''t > tried Aptana in over a year-- 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, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Note that ruby is dynamic, you can add methods to a class during run time, that is why is hard to implement code completion and some times is useless -- 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, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.