RESTful Rails Plugin

When I install the RESTful Rails plugin, I am getting the following
error:

20:10:49:~/work/depot > script/plugin source
http://svn.techno-weenie.net/projects/plugins
Cannot find gem for Rails =1.1.2:
Install the missing gem with ‘gem install -v=1.1.2 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.

How can I fix this problem? TIA.

Bala P. <bparanj@…> writes:

When I install the RESTful Rails plugin, I am getting the following error:

20:10:49:~/work/depot > script/plugin source
http://svn.techno-weenie.net/projects/plugins
Cannot find gem for Rails =1.1.2:
Install the missing gem with ‘gem install -v=1.1.2 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired version.

How can I fix this problem? TIA.

You don’t have the Rails 1.1.2 gem installed

You should install the missing gem with ‘gem install -v=1.1.2 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.

I think that NOT RECOMMENDED because of the vulnerabilities. You should
upgrade to Edge, SimplyRESTful is built in. The plugin isnt maintained
any
more i think because it in trunk now, so i dont think theres a version
for
1.16

2006/8/15, Gareth A. [email protected]:

Install the missing gem with ‘gem install -v=1.1.2 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Michael S. [email protected]

www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium

Go to your config/environment.rb file and change RAILS_GEM_VERSION’s
value to 1.1.6

On 8/14/06, Bala P. [email protected] wrote:


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


rm -rf / 2>/dev/null - http://null.in

“Things do not happen. Things are made to happen.” - JFK

Sorry, I forgot to mention that I am on Rails 1.1.6. Does 1.1.6 include
SimplyRESTful? Thank you!