Is it possible to to bring up the Rails console at a specified point in the program and type in commands in that specific context? If not, is this in a future release plan? Thanks. Bharat
Is it possible to to bring up the Rails console at a specified point in the program and type in commands in that specific context? If not, is this in a future release plan?
At the moment RubyMine doesn't have such a functionality, however we have some plans on autocompletion in Rails and IRB console in next version.
Is it possible to to bring up the Rails console at a specified point in the program and type in commands in that specific context? If not, is this in a future release plan?
Probably you mean debugger feature "Evaluate Expression". It allows you to evaluate ruby expressions in context of current breakpoint.
Hello Roman, this is quite useful. However, having full blown rails console with application context established at a given point would be even better. Thanks. Bharat
Hi Bharat,
At the moment RubyMine doesn't have such a functionality, however we have some plans on autocompletion in Rails and IRB console in next version.
Regards,
Oleg
Bharat,
Probably you mean debugger feature "Evaluate Expression". It allows you to evaluate ruby expressions in context of current breakpoint.
Hello Roman,
this is quite useful. However, having full blown rails console with application context established at a given point would be even better.
Thanks.
Bharat
I agree with Bharat -- while the evaluate expression is quite useful, dropping into a full console would be very nice.
Dan