Hello i am facing problem in Debugging in aptana studio. plz help me in debugging the code..And tell me Which is best IDE for Ror development. I m New to Ror -- 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-US.
Try out RubyMine (http://www.jetbrains.com/ruby/)> > It will automatically download libs for debugging and also it''s a verysmart IDE -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/0NdENV1I9-0J. 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-US.
Am 12.07.2012 08:49 schrieb "Aliaksei Sinkevich" <tokefa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > Try out RubyMine (http://www.jetbrains.com/ruby/) > > It will automatically download libs for debugging and also it''s a verysmart IDE Can you also suggest a free one? About 80 € (VAT included) is a bit much for someone who is learning.> > -- > You received this message because you are subscribed to the Google Groups"Ruby on Rails: Talk" group.> To view this discussion on the web visithttps://groups.google.com/d/msg/rubyonrails-talk/-/0NdENV1I9-0J.> > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email torubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org> For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en-US. -- 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-US.
On 10 July 2012 12:40, Amardeep Singh <er.amar1911-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello > > i am facing problem in Debugging in aptana studio. plz help me in debugging > the code..And tell me Which is best IDE for Ror development. I m New to RorI believe that most RoR developers don''t use an IDE. Just use a decent editor with syntax highlighting and do the rest in the terminal. Colin -- 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-US.
I would recomend using pry, pry-nav and pry-stack_explorer gems and debug using the terminal On Tuesday, July 10, 2012 1:40:18 PM UTC+2, Amardeep Singh wrote:> > Hello > > i am facing problem in Debugging in aptana studio. plz help me in > debugging the code..And tell me Which is best IDE for Ror development. I m > New to Ror >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/9tPnEiNBbBEJ. 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-US.
Plus one for RubyMine, i think they allow free download for students and open source projects just in case if you fall in any of those categories. Terminal is fine and as somebody pointed out many ruby developers don''t use an IDE but for beginners i think a good IDE is a big help. RubyMine really made my life easy and coding fun when i had first started developing in ruby. On Tuesday, July 10, 2012 1:40:18 AM UTC-10, Amardeep Singh wrote:> Hello > > i am facing problem in Debugging in aptana studio. plz help me in > debugging the code..And tell me Which is best IDE for Ror development. I m > New to Ror >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/KdNpymla3KUJ. 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-US.
Rails has debugging tools built in, as a beginner I suggest starting with the inbuilt helpers, check out http://guides.rubyonrails.org/debugging_rails_applications.html http://railscasts.com/episodes/54-debugging-with-ruby-debug Checkout the rails guides and rails cast links above. On Tuesday, July 10, 2012 7:40:18 AM UTC-4, Amardeep Singh wrote:> > Hello > > i am facing problem in Debugging in aptana studio. plz help me in > debugging the code..And tell me Which is best IDE for Ror development. I m > New to Ror >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/jw2OE-pHrbYJ. 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-US.