[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

I can't install the rails 2's plugin scaffolding

YoungKing

3/24/2008 9:18:00 AM

[Note: parts of this message were removed to make it a legal post.]

When I entered the following command:
>ruby script/plugin install scaffolding

it promoted as follows:
+ ./MIT-LICENSE
+ ./README
+ ./Rakefile
Plugin not found: ["scaffolding"]

Even I do it this ways,
>ruby script/plugin install
http://dev.rubyonrails.com/svn/rails/plugins/s...

it can't either.
I can access this site by web, where is the problem ?
thx.

1 Answer

duvan dekoker

3/24/2008 10:26:00 AM

0

[Note: parts of this message were removed to make it a legal post.]

I had the same issue with scaffolding. Its due to the fact that scaffolding
has been depreciated with the latest release of RoR.
If you really want to use this feature of rails, downgrade to an earlier
version of rails. Especially if you are following a tutorial of sorts, using
a newer version of rails will bring you untold problems!

Good luck

On Mon, Mar 24, 2008 at 11:18 AM, YoungKing <yanckin@gmail.com> wrote:

> When I entered the following command:
> >ruby script/plugin install scaffolding
>
> it promoted as follows:
> + ./MIT-LICENSE
> + ./README
> + ./Rakefile
> Plugin not found: ["scaffolding"]
>
> Even I do it this ways,
> >ruby script/plugin install
> http://dev.rubyonrails.com/svn/rails/plugins/s...
>
> it can't either.
> I can access this site by web, where is the problem ?
> thx.
>