[Rails] Re: rails console is not working

2012-03-02 Thread Michal Papis
I see you use linux, most distributions provide a valid build and headers for readline, please use quick fix instruction from top of this page: https://rvm.beginrescueend.com/packages/readline/ On Mar 2, 10:51 am, Anurag Sachan wrote: > I also use  rvm pkg install readline but it did not help me

[Rails] Re: Updating a page via a form

2012-02-01 Thread Michal Papis
skipping -- will try to use the default ruby and 1.9.2 ... most likely only 1.9.2 will be used with --default you will use 1.9.2 and ask to make it default On Feb 1, 10:47 pm, "Richard l." wrote: > what difference does the -- make? > > -- > Posted viahttp://www.ruby-forum.com/. -- You received

[Rails] Re: Updating a page via a form

2012-02-01 Thread Michal Papis
It should be: rvm use --default 1.9.2 On Feb 1, 10:39 pm, "Richard l." wrote: > i have rvm installed already, to give you an idea in my current app i > write rvm use default 1.9.2 before i start the app ( ie cd myapp ). As > my current app is using rails V 3.1.1 will this effect installing > ref

[Rails] Re: [OT] CodeRunner and RVM

2012-01-11 Thread Michal Papis
are you sure you run stable rvm ? rvm get stable also you can use one of rubies listed by: ls -1 $rvm_path/wrappers/*/ruby just put the full path instead of ruby in the 'Run Command': ruby $filename On Jan 11, 6:24 pm, Walter Lee Davis wrote: > On Jan 10, 2012, at 10:54 PM, ruij