[Rails] rvm installation on Ubuntu for managing different rails applications

2017-11-28 Thread Olexandr Averyanov
http://rvm.io/ You could use curl -sSL https://get.rvm.io | bash -s stable -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@g

[Rails] rvm installation on Ubuntu for managing different rails applications

2017-11-28 Thread 'krfg' via Ruby on Rails: Talk
I need to install `rvm` on a new machine. I would use `rvm` to switch to different ruby versions and gemsets required by different Ruby on Rails applications. When a couple of years ago I installed rvm on my current Ubuntu machine, I did it with the following command: $ \curl -L https://get.rvm

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-25 Thread Colin Law
On 19 December 2016 at 02:28, Walter Lee Davis wrote: > >> On Dec 18, 2016, at 9:06 PM, fugee ohu wrote: >> >> On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: >> On 18 December 2016 at 20:57, fugee ohu wrote: >> > no i don't have .rvmrc anywhere >> > >> > On Sunday, December 1

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Walter Lee Davis
> On Dec 18, 2016, at 9:06 PM, fugee ohu wrote: > > On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > On 18 December 2016 at 20:57, fugee ohu wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> O

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > > On 18 December 2016 at 20:57, fugee ohu > > wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> On 17 December 2016 at 22:32, fugee ohu wrote: >

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > > On 18 December 2016 at 20:57, fugee ohu > > wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> On 17 December 2016 at 22:32, fugee ohu wrote:

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Colin Law
On 18 December 2016 at 20:57, fugee ohu wrote: > no i don't have .rvmrc anywhere > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: >> >> On 17 December 2016 at 22:32, fugee ohu wrote: >> > configure: error: cannot run C compiled programs. If you meant to cross >> > compile, u

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
no i don't have .rvmrc anywhere On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > > On 17 December 2016 at 22:32, fugee ohu > > wrote: > > configure: error: cannot run C compiled programs. If you meant to cross > > compile, use--host > > > Have you got a file ~/.rvmrc? If s

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Colin Law
On 17 December 2016 at 22:32, fugee ohu wrote: > configure: error: cannot run C compiled programs. If you meant to cross > compile, use--host Have you got a file ~/.rvmrc? If so what is in it? Paste here the results of rvm info Colin -- You received this message because you are subscribed to

[Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-17 Thread fugee ohu
I tried installing build-essential, g++ now getting this error from ~/.rvm/log/configure.log [2016-12-17 14:17:50] ./configure current path: /home/myusername/.rvm/src/ruby-2.3.3 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/myusername/.rvm/b

Re: [Rails] rvm and clone repositories

2016-03-22 Thread Colin Law
On 22 March 2016 at 10:43, krfg wrote: > I knew about rvm in this group about a month ago and I used it to create a > project specific gemset for my first application with the --ruby-version > option. > This creates the '.ruby-version' and '.ruby-gemset' files used by rvm to > load the correct gem

[Rails] rvm and clone repositories

2016-03-22 Thread krfg
I knew about rvm in this group about a month ago and I used it to create a project specific gemset for my first application with the --ruby-version option. This creates the '.ruby-version' and '.ruby-gemset' files used by rvm to load the correct gemset when I enter the directory. That's useful.

Re: [Rails] rvm

2016-03-05 Thread fugee ohu
On Saturday, March 5, 2016 at 4:40:48 PM UTC-5, Colin Law wrote: > > On 5 March 2016 at 21:22, fugee ohu > > wrote: > > i installed rvm on 2 different machines with the same linux version, one > i > > have to type `source ~/.rvm/scripts/rvm` the other i have to type > `source > > /usr/local

Re: [Rails] rvm

2016-03-05 Thread fugee ohu
On Saturday, March 5, 2016 at 4:40:48 PM UTC-5, Colin Law wrote: > > On 5 March 2016 at 21:22, fugee ohu > > wrote: > > i installed rvm on 2 different machines with the same linux version, one > i > > have to type `source ~/.rvm/scripts/rvm` the other i have to type > `source > > /usr/local

Re: [Rails] rvm

2016-03-05 Thread Colin Law
On 5 March 2016 at 21:22, fugee ohu wrote: > i installed rvm on 2 different machines with the same linux version, one i > have to type `source ~/.rvm/scripts/rvm` the other i have to type `source > /usr/local/rvm/scripts/rvm`, on the latter i get the faraday error > connection refused on port 9200

[Rails] rvm

2016-03-05 Thread fugee ohu
i installed rvm on 2 different machines with the same linux version, one i have to type `source ~/.rvm/scripts/rvm` the other i have to type `source /usr/local/rvm/scripts/rvm`, on the latter i get the faraday error connection refused on port 9200, with the same app -- You received this messag

Re: [Rails] RVM question

2015-04-22 Thread Antônio Augusto Sousa Britto
You could also create a custom .rvmrc file for each project folder, in which you could specify the ruby version and gemset to use (or create if doesn't exist'). Att, [image: --] Antonio Augusto [image: http://]about.me/aaugusto

Re: [Rails] RVM question

2015-04-19 Thread Norbert Melzer
rvm use version@gemset Am 19.04.2015 03:06 schrieb "jmcguckin" : > I have a bit of a chicken & egg problem: > > Assume I have a top level directory for all my Rails projects. Each > project might be using a different version of Ruby and Rails. > > How do I run a "rails new foo" with the correct ru

[Rails] RVM question

2015-04-18 Thread jmcguckin
I have a bit of a chicken & egg problem: Assume I have a top level directory for all my Rails projects. Each project might be using a different version of Ruby and Rails. How do I run a "rails new foo" with the correct ruby version and gemset? Is there some sort of cmd line argument I can use?

Re: [Rails] RVM alternatives

2015-02-07 Thread Timothy Mukaibo
To be honest, I use System Ruby + Bundler. Thanks to BrightBox PPA! This forces me to ensure that all my Ruby projects are using the latest (well, I say latest but still using 2.1.5 for everything), and is the easiest. I think it also makes debugging easier as it eliminates a certain class of probl

[Rails] RVM alternatives

2015-02-05 Thread Jason Hsu, Rubyist
I understand that some people prefer rbenv, chruby, and perhaps other programs over RVM for Ruby on Rails. There is a list of alternatives at https://github.com/wayneeseguin/rvm/blob/master/docs/alt.md . I'm using RVM, because that's what most people use and because that's what railstutorial.o

[Rails] RVM group in Terminal

2014-02-16 Thread Eric Jefcoat
Hello, I need to fix some RVM permissions. How do I make sure I'm in the RVM group in the Terminal? Thank you for your help, Eric -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails

Re: [Rails] RVM Path issue when I run RVM -V

2013-09-17 Thread Norbert Melzer
Please read the error messages and LOOK at your path variables, not only copy and paste them. Reading and understanding error messages can help save time pretty often... Am 17.09.2013 05:56 schrieb "Chris Kuffo" : > Hello - Hoping someone can help with this issue. Everytime i run rvm -v > i recei

Re: [Rails] RVM Path issue when I run RVM -V

2013-09-17 Thread Michał Papis
Change this line: export PATH=$PATH:/usr/local/rvm/ gems/ruby-1.9.3-p392/bin:/usr/local/rvm/gems/ruby-1.9.3-p392@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p392/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/usr/local/bin:/opt/sm/pkg/active

Re: [Rails] RVM Path issue when I run RVM -V

2013-09-17 Thread Colin Law
On 17 September 2013 08:06, Colin Law wrote: > On 17 September 2013 04:56, Chris Kuffo wrote: >> Hello - Hoping someone can help with this issue. Everytime i run rvm -v >> i receive this error. >> >> Warning! PATH is not properly set up, >> '/usr/local/rvm/gems/ruby-1.9.3-p392/bin' is not at firs

Re: [Rails] RVM Path issue when I run RVM -V

2013-09-17 Thread Colin Law
On 17 September 2013 04:56, Chris Kuffo wrote: > Hello - Hoping someone can help with this issue. Everytime i run rvm -v > i receive this error. > > Warning! PATH is not properly set up, > '/usr/local/rvm/gems/ruby-1.9.3-p392/bin' is not at first place, usually > this is caused by shell initializa

[Rails] RVM Path issue when I run RVM -V

2013-09-16 Thread Chris Kuffo
Hello - Hoping someone can help with this issue. Everytime i run rvm -v i receive this error. Warning! PATH is not properly set up, '/usr/local/rvm/gems/ruby-1.9.3-p392/bin' is not at first place, usually this is caused by shell initialization files - check them for 'PATH=...' entries, My .bash_p

[Rails] rvm/capistrano

2013-05-14 Thread John Merlino
When I ran cap deploy:setup, the following actually installed rvm, ruby and the online_store gemset on my staging server: set :rvm_ruby_string, 'ruby-1.9.3-p0@online_store' set :rvm_autolibs_flag, "read-only" set :rvm_type, :system set :rvm_install_with_sudo, true before 'deploy:setup', 'rvm:ins

Re: [Rails] rvm installation script

2013-05-05 Thread Michał Papis
extra note for the "-#L" it means: show progress bar + follow links On Sunday, May 5, 2013 10:06:56 PM UTC+2, Jordon Bedwell wrote: > > On Sun, May 5, 2013 at 9:51 AM, John Merlino > > wrote: > >> https://rvm.io/rvm/install >> >> Look at the first line: >> >> Install RVM with ruby (# for pretty o

Re: [Rails] rvm installation script

2013-05-05 Thread Jordon Bedwell
On Sun, May 5, 2013 at 9:51 AM, John Merlino wrote: > https://rvm.io/rvm/install > > Look at the first line: > > Install RVM with ruby (# for pretty output): > > $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby > > But later on on that page it sasy: > > The line above is our ne

Re: [Rails] rvm installation script

2013-05-05 Thread Colin Law
On 5 May 2013 15:51, John Merlino wrote: Please don't top post, thanks. > https://rvm.io/rvm/install > > Look at the first line: > > Install RVM with ruby (# for pretty output): > > $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby > > But later on on that page it sasy: > > 1.

Re: [Rails] rvm installation script

2013-05-05 Thread John Merlino
https://rvm.io/rvm/install Look at the first line: Install RVM with ruby (# for pretty output): $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby But later on on that page it sasy: 1. Download and run the RVM installation script Installing the stable release version: user

Re: [Rails] rvm installation script

2013-05-05 Thread Colin Law
On 5 May 2013 00:30, John Merlino wrote: > Which of these scripts is preferred to install rvm on ubuntu server: > > curl -#L https://get.rvm.io | bash -s stable --autolibs=4 --ruby I don't think-#L is a good idea, but I assume that is a typo > > curl -L get.rvm.io | bash -s stable --auto I can'

[Rails] rvm installation script

2013-05-04 Thread John Merlino
Which of these scripts is preferred to install rvm on ubuntu server: curl -#L https://get.rvm.io | bash -s stable --autolibs=4 --ruby curl -L get.rvm.io | bash -s stable --auto -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubsc

Re: [Rails] RVM settings lost after every logout

2012-10-05 Thread chichibek bros
thanks BalaRaju Vankala the solution you posted worked great in two machines whit the same problem thanks all for the answers 2012/10/1 gsw > Something else to consider is whether you are running the config that you > assume that you are. > > Trying putting an echo into the startup script that c

Re: [Rails] RVM settings lost after every logout

2012-10-01 Thread gsw
Something else to consider is whether you are running the config that you assume that you are. Trying putting an echo into the startup script that contains the RVM setup, like "getting ready to load RVM...", then look into what shell you are using, which script is being used depending on whethe

Re: [Rails] RVM settings lost after every logout

2012-09-28 Thread chichibek bros
thanks victor i will try both suggestions 2012/9/28 Victor Goff > For sure check the answer again where they said to source that line in > your bashrc or bash_profile dot file. > > Read the RVM installation notes carefully. You will get there. > > -- > You received this message because you are

Re: [Rails] RVM settings lost after every logout

2012-09-28 Thread BalaRaju Vankala
Hey I am also face the same Problem but after google it i found solution may be it is useful to you In Ubuntu 11.10 please change your GNOME terminal setting : go to Terminal 1. *Edit > Profile Preferences open* 2. Open : *Title and Command* Tab 3. Check : *Run Command as a login Shell*

Re: [Rails] RVM settings lost after every logout

2012-09-28 Thread Victor Goff
For sure check the answer again where they said to source that line in your bashrc or bash_profile dot file. Read the RVM installation notes carefully. You will get there. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this

[Rails] RVM settings lost after every logout

2012-09-28 Thread Melvin Pineda
hi group im new to rails i follow instruction about instalation rails in ubuntu12.04 in this url https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm everything was just fine but when i logout or restart the pc rails is lost

Re: [Rails] RVM

2011-10-25 Thread Jesse Cravens
This may help: http://jessecravens.com/09262011/rvm-ruby-version-manager-and-ruby-rails On Mon, Oct 24, 2011 at 1:17 PM, Gethernm wrote: > I wanted to know if i should use RVM? I have been using rails more and > more and more now and am looking to keep ruby and ruby gems better > together. Is it

Re: [Rails] RVM

2011-10-25 Thread Peter De Berdt
On 25 Oct 2011, at 09:49, Peter Vandenabeele wrote: I have been using rails more and more and more now and am looking to keep ruby and ruby gems better together. Is it worth using RVM? And what does it acually do other then able me to swtich between ruby 1.8 and 1.9? 2 important things it doe

Re: [Rails] RVM

2011-10-25 Thread Peter Vandenabeele
On Mon, Oct 24, 2011 at 8:17 PM, Gethernm wrote: > I wanted to know if i should use RVM? Yes. > I have been using rails more and > more and more now and am looking to keep ruby and ruby gems better > together. Is it worth using RVM? And what does it acually do other > then able me to swtich b

[Rails] RVM

2011-10-24 Thread Gethernm
I wanted to know if i should use RVM? I have been using rails more and more and more now and am looking to keep ruby and ruby gems better together. Is it worth using RVM? And what does it acually do other then able me to swtich between ruby 1.8 and 1.9? -- You received this message because you ar

Re: [Rails] RVM installation

2011-05-12 Thread Alex Katebi
This is the original line that you used to into your .bashrc: [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" This one is the new way that uses the bash shell echo command to stick the same line above in your .bashrc. You can not put this in your .bashrc. You have to run this line

Re: [Rails] RVM installation

2011-05-11 Thread Colin Law
On 12 May 2011 00:35, Alex Katebi wrote: > The problem is not Ubuntu. It is rvm. The line that you are suppose to add > to your .bashrc has changed: > > user$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" > # Load RVM function' >> ~/.bash_profile > > Now you are suppose to

Re: [Rails] RVM installation

2011-05-11 Thread Alex Katebi
The problem is not Ubuntu. It is rvm. The line that you are suppose to add to your .bashrc has changed: user$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile Now you are suppose to run it from a shell. The old way was: [[ -s "$HOME/.

Re: [Rails] RVM installation

2011-05-11 Thread Colin Law
On 11 May 2011 16:58, Cássio wrote: > Hello, after upgrading to ubuntu 11.04 im having this problem with > rvm. Im following this tutorial: > http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top > > Git is installed OK, when I follow the instructions on RVM website > aparently its OK too,

[Rails] RVM installation

2011-05-11 Thread Cássio
Hello, after upgrading to ubuntu 11.04 im having this problem with rvm. Im following this tutorial: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top Git is installed OK, when I follow the instructions on RVM website aparently its OK too, but when I close my terminal and open a new one

Re: [Rails] rvm + capistrano + gitosis

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 3:15 AM, Mike C wrote: > I don't know how people do it, but I'm having huge headaches getting > these things to work with each other. At the moment, doing a cap > deploy:setup gives me this error: > > /Users/mikool/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/ > capistrano-2.5.

[Rails] rvm + capistrano + gitosis

2011-04-22 Thread Mike C
I don't know how people do it, but I'm having huge headaches getting these things to work with each other. At the moment, doing a cap deploy:setup gives me this error: /Users/mikool/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/ capistrano-2.5.19/lib/capistrano/recipes/deploy.rb:55:in `join': can't conv

[Rails] RVM no such file to load

2011-04-12 Thread Greg Ma
Hi, I installed rvm recently I have a problem when I launch the rails 3 console ( or rails 3 app) it doen't find my gems. Here is my console: Loading development environment (Rails 3.0.3) ree-1.8.7-2011.03 :001 > require "rubygems" => nil ree-1.8.7-2011.03 :002 > require "simple-rss" LoadError:

Re: [Rails] rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."

2011-02-10 Thread Frederick Cheung
> > Dload Upload Total SpentLeft > Speed > 100 4092k 100 4092k0 0 100k 0 0:00:40 0:00:40 --:--:-- > 104k > ruby-1.8.7-p330 - #extracting ruby-1.8.7-p330 to > /Users/jmerlino/.rvm/src/ruby-1.8.7-p330 > ruby-1.8.7-p330 - #extracted to /Users

[Rails] rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."

2011-02-10 Thread John Merlino
I want to work with both Rails 2 and Rails 3 projects. I have RVM installed. When I upgraded to Rails 3, Installed RVM via terminal: bash < <( curl http://rvm.beginrescueend.com/releases/ … ll-latest) version=$(curl http://rvm.beginrescueend.com/releases/ … sion.txt); mkdir -p ~/.rvm/src/ && c

Re: [Rails] RVM and Rails

2011-01-31 Thread Philip Hallstrom
On Jan 31, 2011, at 5:48 PM, slindsey3000 wrote: > Hi > > I am wondering what is the best practice for using gemsets with rails > projects. No idea if it's best practice, but I create a gemset for every project. Then in the rails root of that project put "rvm gemset use " in .rvmrc so eve

[Rails] RVM and Rails

2011-01-31 Thread slindsey3000
Hi I am wondering what is the best practice for using gemsets with rails projects. What is the correct workflow for developing multiple rails3 projects each with its own gemset. SPECIFICALLY I am not sure where I do a "gem install rails" when I will have more than one rails project. Do I need to

[Rails] [RVM,Ubuntu]ruby installed from rvm doesn't work

2011-01-13 Thread sukury47
I've installed ruby1.9.2 from rvm but ruby doesn't work on my ubuntu there is a picture showing my situation. plase give me a help http://postfiles4.naver.net/20110114_51/sukury47_1294944222409RbBlv_JPEG/rvm_break.JPG?type=w3 -- You received this message because you are subscribed to the Google

[Rails] rvm and phusion passenger

2011-01-05 Thread Tom Mac
I have two rails applications currently running on systemruby which is version 1.8.6. And I am using phusion passenger with apache to run the applications. My new requirement is to run one of the applications in Ruby1.8.7. For that I have set up 1.8.7 with RVM. But I dont know how to modify my exis

Re: [Rails] RVM Issue

2010-12-27 Thread Mahmoud Said
have u also, after adding those. made sure you commented out the part the has "return" in ur .bashrc?? On Mon, Dec 27, 2010 at 1:35 PM, radhames brito wrote: > you have paste this to your rc file after install ? > > > [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads

Re: [Rails] RVM Issue

2010-12-27 Thread radhames brito
you have paste this to your rc file after install ? [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email

Re: [Rails] RVM Issue

2010-12-27 Thread Colin Law
On 27 December 2010 04:58, ZeroAction wrote: > I'm a total rails newb and is trying to install RVM. The terminal > tells me that RVM installed just fine but when I try commands like > "rvm notes" or "rvm install 1.9.2" I get: "-bash: rvm: command not > found" > > Does anyone know why? Did you mak

[Rails] RVM Issue

2010-12-27 Thread ZeroAction
I'm a total rails newb and is trying to install RVM. The terminal tells me that RVM installed just fine but when I try commands like "rvm notes" or "rvm install 1.9.2" I get: "-bash: rvm: command not found" Does anyone know why? -- You received this message because you are subscribed to the Goo

[Rails] rvm, rails and sqlite

2010-12-22 Thread Rail Shafigulin
i need to use old version of ruby (1.8.7) and older version of rails (2.1.0) so i decided to use rvm. however since i'm somewhat new to ruby and rails i'm having issues. i created a gemset with rvm for my project, installed rails 2.1.0 into it. after that i created a project and a scaffolding for i

[Rails] Re: Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Lily ^_^
Well, it's not exactly the kind of solution I was waiting for. If anyone has a clue about my problem, please don't hesitate. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou

[Rails] Re: Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Marnen Laibow-Koser
Lily ^_^ wrote in post #967015: > I don't know KomodoEdit. I'll take a look if Jedit prooves to not be > enought for me but for the moment, it's the best I found. KomodoEdit is far nicer than jEdit. Check it out! Best, -- Marnen Laibow-Koser http://www.marnen.org mar...@marnen.org -- Posted vi

[Rails] Re: Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Marnen Laibow-Koser
Lily ^_^ wrote in post #967015: > I don't know KomodoEdit. I'll take a look if Jedit prooves to not be > enought for me but for the moment, it's the best I found. What's more, a > Google quick search shows some people struggle making rvm and KomodoEdit > work together. Work together how? > And I

[Rails] Re: Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Lily ^_^
I don't know KomodoEdit. I'll take a look if Jedit prooves to not be enought for me but for the moment, it's the best I found. What's more, a Google quick search shows some people struggle making rvm and KomodoEdit work together. And I need RVM. The console in the editor is rather a classic isn

[Rails] Re: Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Marnen Laibow-Koser
Lily ^_^ wrote in post #966991: > Hi there, > > In my long journey trying to find a comfortable IDE for Ruby on Rails on > Ubuntu, I found this tutorial to set up jedit : > http://www.wikihow.com/Install-Jedit-for-Rails I've switched away from jEdit to KomodoEdit. I highly recommend that you do

[Rails] Jedit + plugin ruby/rails + RVM

2010-12-07 Thread Lily ^_^
Hi there, In my long journey trying to find a comfortable IDE for Ruby on Rails on Ubuntu, I found this tutorial to set up jedit : http://www.wikihow.com/Install-Jedit-for-Rails It looks fine for the moment but I have one slight problem with the console plugin : it can't find RVM. Consequently it

[Rails] rvm and gem confusion

2010-11-29 Thread Paul Bergstrom
I've previously used Macports to manage ruby. Now I've installed rvm and installed ruby 1.9.2. Seems to be ok. But I'm a bit confused of where the gems are. So 2 questions: 1) I have my gems in .gem. This is the "old" location. With rvm they should be in .rvm. I've created a gemset global. Will th

Re: [Rails] RVM on a Macbook

2010-10-13 Thread H.P.Logsdon
Remove the script loading line from any file you've put it in so far. It needs to go in ~/.bashrc or ~/.bash_profile. If they aren't there, create them and put that line in there. If you need more help, please visit the irc chat #rvm on freenode, as this mailing list is designated for rails d

[Rails] RVM on a Macbook

2010-10-13 Thread kenvogt
I have a Macbook with Snow Leopard and Macports. I have successfully run the script displayed below the heading "The following script will boostrap git + RVM..." on the page: http://rvm.beginrescueend.com/rvm/install/ However I can find no .bash_profile or .bashrc on my machine. The closest exist