File_column plugin + rails 1.1.6

Hello,

I need to install file_column plugin but I got an error message.

This is the command I use:
./script/plugin install
http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk

This is the error:
Cannot find gem for Rails =1.1.4:
Install the missing gem with ‘gem install -v=1.1.4 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.

What should I do? change environment.rb? is this a problem?

Thanks

look up google for “file_column” and go to sabastian’s page (should be
first entry in the google 10 first list) and just put in ruby
script/plugin instal and the http adress that is there in the directory
of your current appication (say you were working under
c:\instantrails\rails_apps\work\myapplication

and then, walla! there you go.

cheers, mate.

harp
(ps, i am in prague now, vacationing, havin the time of my life; (cheap
beer) but couldn’t pass up the forum…good luck, mate.)

harp, again.

harper ha detto: in data 17/08/2006 14:36:

look up google for “file_column” and go to sabastian’s page (should be
first entry in the google 10 first list) and just put in ruby
script/plugin instal and the http adress that is there in the directory
of your current appication (say you were working under
c:\instantrails\rails_apps\work\myapplication

It’s what I did :slight_smile:
It was working with rails 1.1.4 but with 1.1.6 I got the error

and then, walla! there you go.

not really but thanks

cheers, mate.

harp
(ps, i am in prague now, vacationing, havin the time of my life; (cheap
beer) but couldn’t pass up the forum…good luck, mate.)

have fun in vacation :wink:

I don’t think it’s anything to do with the plugin… You’ve upgraded the
rails version and removed the 1.1.4 version, you just need to update
config/environment.rb to tell it you want to use 1.1.6. Hope that
helps… -dan

Tud wrote:

Hello,

I need to install file_column plugin but I got an error message.

This is the command I use:
./script/plugin install
http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk

This is the error:
Cannot find gem for Rails =1.1.4:
Install the missing gem with ‘gem install -v=1.1.4 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.

What should I do? change environment.rb? is this a problem?

Thanks