You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed pry-rails gem (0.3.4) in rails 4.1.0 and ruby 2.1.3 app. when i switch to rails console the pry works fine in rails console but when i exit rails console with pry, then the console commands behave like below:-
when hit 'cd' it enters pry console.
when hit 'cd ..' no-command found error.
when hit 'clear' lists the directory in current folder.
I don't know why this sort of behaviour. Is this issue with gem or some kind of malware in my Ubuntu pc.
This behaviour is only seen in rails app directory(in which pry-rails is installed), if i move to other directory with command cd ../another-dir (which works) the terminal command works.
The text was updated successfully, but these errors were encountered:
I installed pry-rails gem (0.3.4) in rails 4.1.0 and ruby 2.1.3 app. when i switch to rails console the pry works fine in rails console but when i exit rails console with pry, then the console commands behave like below:-
I don't know why this sort of behaviour. Is this issue with gem or some kind of malware in my Ubuntu pc.
This behaviour is only seen in rails app directory(in which pry-rails is installed), if i move to other directory with command cd ../another-dir (which works) the terminal command works.
The text was updated successfully, but these errors were encountered: