Re: [Rails] source level debuggin

2017-10-15 Thread Ben Edwards
I have been using ruby mine I find the productivity gain is sugnificant. Mainly due to the source level debugging. The main reason is you can easily look at the values for all the varables. you dont have to decide whitch ones to look at and add print statements. Using print statemenet I

Re: [Rails] source level debuggin

2017-10-02 Thread Hassan Schroeder
On Mon, Oct 2, 2017 at 1:41 PM, Brendon wrote: > I don't know where Hassan gets the statistics to support what most users are > doing, but I certainly know a lot of folks who wouldn't forgo the > efficiencies of an IDE. Of all the Rails developers I know personally

Re: [Rails] source level debuggin

2017-10-02 Thread Joe Guerra
I've been using Rubymine as well. Is there any video out there that covers the source level debugging? Thanks, Joe On Monday, October 2, 2017 at 4:41:30 PM UTC-4, Brendon wrote: > > > > On Sunday, October 1, 2017 at 11:24:03 AM UTC-7, Hassan Schroeder wrote: >> >> On Sun, Oct 1, 2017 at 10:15

Re: [Rails] source level debuggin

2017-10-02 Thread Brendon
On Sunday, October 1, 2017 at 11:24:03 AM UTC-7, Hassan Schroeder wrote: > > On Sun, Oct 1, 2017 at 10:15 AM, Ben Edwards > wrote: > > Bit of googeling show it seems to be possible to do source level > debugging > > in Aptana but cant find setup instructions. Can

Re: [Rails] source level debuggin

2017-10-01 Thread Hassan Schroeder
On Sun, Oct 1, 2017 at 10:15 AM, Ben Edwards wrote: > Bit of googeling show it seems to be possible to do source level debugging > in Aptana but cant find setup instructions. Can someone please point me in > the correct direction. Or if not be good to get info on IDEs where

[Rails] source level debuggin

2017-10-01 Thread Ben Edwards
Bit of googeling show it seems to be possible to do source level debugging in Aptana but cant find setup instructions. Can someone please point me in the correct direction. Or if not be good to get info on IDEs where you can. Ime currently using a RubyMine evaluation but was wondering if