Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting unexpected shell command behaviour after installing pry-rails. #78

Open
codemilan opened this issue Dec 3, 2015 · 0 comments
Open

Comments

@codemilan
Copy link

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:-

  1. when hit 'cd' it enters pry console.
  2. when hit 'cd ..' no-command found error.
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant