top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

My rails console is always in replace mode, (when I press left arrow then all character get deleted), how to fix this?

+1 vote
281 views
My rails console is always in replace mode, (when I press left arrow then all character get deleted), how to fix this?
posted Apr 27, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
It would probably be helpful if you told us which operating system you are using, which terminal s/w, and which version of ruby and rails..

Similar Questions
0 votes

I am proposing to have multiple domain name pointing towards a single site. On the site I would like to display the domains name that was used. How can I obtain the name of the domain that the user entered to access my site?

0 votes

I have deployed a ruby on rails app on two instances of production server, now there are two separate log file are being created for different instances. My question is how I can make a single log file for both the instances?

+1 vote

I was working on a test app and everything was going great. However now when I run "rails server" and none of the changes to the controller files are reflected.

If I make changes to HTML files, those are reflected. And yes, I'm sure am in the right directory editing the correct files.

I can get rid of actions in the controller files and it still works fine. Do I have to do something after I change the ruby files? I thought I could just save them then run 'rails server'... It had seemed to be working doing just that previously.

...