Forum: Ruby on Rails How to Debug

Posted by Amardeep Singh (Guest)
on 2012-07-12 01:00
(Received via mailing list)
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
Posted by Aliaksei Sinkevich (Guest)
on 2012-07-12 08:50
(Received via mailing list)
Try out RubyMine (http://www.jetbrains.com/ruby/)
>
> It will automatically download libs for debugging and also it's a very
smart IDE
Posted by Norbert Melzer (Guest)
on 2012-07-12 09:15
(Received via mailing list)
Am 12.07.2012 08:49 schrieb "Aliaksei Sinkevich" <tokefa@gmail.com>:
>
> Try out RubyMine (http://www.jetbrains.com/ruby/)
>
> It will automatically download libs for debugging and also it's a very
smart 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 visit
https://groups.google.com/d/msg/rubyonrails-talk/-....
>
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> 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.
Posted by Colin Law (Guest)
on 2012-07-12 09:28
(Received via mailing list)
On 10 July 2012 12:40, Amardeep Singh <er.amar1911@gmail.com> 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

I 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
Posted by 1334 (Guest)
on 2012-07-12 11:12
(Received via mailing list)
I would recomend using  pry, pry-nav and pry-stack_explorer gems and 
debug
using the terminal
Posted by Abbasi Ujjainwala (abbasi)
on 2012-07-12 23:43
(Received via mailing list)
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.
Posted by dasibre (Guest)
on 2012-07-13 17:34
(Received via mailing list)
Rails has debugging tools built in, as a beginner I suggest starting 
with
the inbuilt helpers, check out
http://guides.rubyonrails.org/debugging_rails_appl...
http://railscasts.com/episodes/54-debugging-with-ruby-debug

Checkout the rails guides and rails cast links above.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.