[Rails] Re: Re: Re: rails console not working with my application

2011-01-07 Thread Sawan T.
Colin Law wrote in post #973049: > On 6 January 2011 22:33, Sawan T. wrote: >>> rails_2.3.5 script/whatever >>> >>> But the smart money is on RVM. >>> >>> Walter >> >> Thanks Walter for your reply, I used the syntax rails_2.3.5 >> script/console nothing happened. Then I tried to see the rails vers

Re: [Rails] Re: Re: rails console not working with my application

2011-01-07 Thread Colin Law
On 6 January 2011 22:33, Sawan T. wrote: > Walter Davis wrote in post #972969: >> On Jan 6, 2011, at 5:01 PM, Sawan T. wrote: >> >>> Thanks >>> Sawan." >> >> >> I believe you can always force a particular version of rails at the >> command line by using this syntax: >> >> rails_2.3.5 script/whatev

[Rails] Re: Re: rails console not working with my application

2011-01-06 Thread Sawan T.
Walter Davis wrote in post #972969: > On Jan 6, 2011, at 5:01 PM, Sawan T. wrote: > >> Thanks >> Sawan." > > > I believe you can always force a particular version of rails at the > command line by using this syntax: > > rails_2.3.5 script/whatever > > But the smart money is on RVM. > > Walter Than

[Rails] Re: Re: rails console not working with my application

2011-01-06 Thread Marnen Laibow-Koser
Walter Davis wrote in post #972969: > On Jan 6, 2011, at 5:01 PM, Sawan T. wrote: > >> Thanks >> Sawan." > > > I believe you can always force a particular version of rails at the > command line by using this syntax: > > rails_2.3.5 script/whatever Actually, that's rails _2.3.5_ whatever other argu

Re: [Rails] Re: rails console not working with my application

2011-01-06 Thread Walter Lee Davis
On Jan 6, 2011, at 5:01 PM, Sawan T. wrote: "I have gem list rails showing me 3.0.3, 3.0.0 and 2.3.5 is it anything to do with your app_config.rb and I dont see any in vendor/rails its all have some plugin folders. I am working with tutorials which needed those rails version and 2.3.5 sinc

[Rails] Re: rails console not working with my application

2011-01-06 Thread Sawan T.
Marnen Laibow-Koser wrote in post #972937: > Sawan T. wrote in post #972932: >> Marnen Laibow-Koser wrote in post #972926: >>> Sawan T. wrote in post #972924: Hi I have couple of issues with my application. I have an app checked out from a repository on to my local machine. rake commands

[Rails] Re: rails console not working with my application

2011-01-06 Thread Marnen Laibow-Koser
Sawan T. wrote in post #972932: > Marnen Laibow-Koser wrote in post #972926: >> Sawan T. wrote in post #972924: >>> Hi I have couple of issues with my application. I have an app checked >>> out from a repository on to my local machine. rake commands like rake >>> db:create and rake db:migrate and g

Re: [Rails] Re: rails console not working with my application

2011-01-06 Thread Colin Law
On 6 January 2011 20:55, Sawan T. wrote: > Marnen Laibow-Koser wrote in post #972926: >> Sawan T. wrote in post #972924: >>> Hi I have couple of issues with my application. I have an app checked >>> out from a repository on to my local machine. rake commands like rake >>> db:create and rake db:mig

[Rails] Re: rails console not working with my application

2011-01-06 Thread Sawan T.
Marnen Laibow-Koser wrote in post #972926: > Sawan T. wrote in post #972924: >> Hi I have couple of issues with my application. I have an app checked >> out from a repository on to my local machine. rake commands like rake >> db:create and rake db:migrate and gem list, gem install are working with

[Rails] Re: rails console not working with my application

2011-01-06 Thread Marnen Laibow-Koser
Sawan T. wrote in post #972924: > Hi I have couple of issues with my application. I have an app checked > out from a repository on to my local machine. rake commands like rake > db:create and rake db:migrate and gem list, gem install are working with > the app but not any other commands like rails

[Rails] rails console not working with my application

2011-01-06 Thread Sawan T.
Hi I have couple of issues with my application. I have an app checked out from a repository on to my local machine. rake commands like rake db:create and rake db:migrate and gem list, gem install are working with the app but not any other commands like rails generate scaffold User username:string,

[Rails] Console not working

2010-02-08 Thread Trausti Thor Johannsson
I just installed Centos 5.4 64 bit. Nothing out of the ordinary, but this is a plain vanilla installation with ruby enterprise and passenger. My app works as it should, but when I try to run 'script/console' it does not load my models. I have to manually load them. Does anyone know why this hap

[Rails] Re: RoR in Netbeans - Rails console not working

2008-10-27 Thread Erno Mononen
Hi, Sorry for replying so late. Seems that you're running into http://www.netbeans.org/issues/show_bug.cgi?id=133066, the issue is fixed in 6.5 (6.5 RC1 is available now). Alternatively you can patch rails/lib/commands.console.rb like described in desc5 of the issue (http://www.netbeans.org/issu

[Rails] RoR in Netbeans - Rails console not working

2008-10-16 Thread TinyRockHopper
Hey Everyone, Local setup: Platform: Windows XP NetBeans IDE 6.1 (Build 200805300101) Ruby 1.8.6 Rails 2.1.1 While trying to test out the IDE I experienced the below error as output. Is it something wrong with the version of the Rails gem that I'm using? I think I had an earlier version of Rail