Rails 2.3.x and active_scaffold Installation

Hi,

I have upgraded to rails 2.3 and active_scaffold plugin is not
working.
when i run this command it creates a active_sacaffold folder in vendor/
plugins, but its an empty folder. I googled but found no way to
install it.

Please help!!!

the command i used
C:\InstantRails\rails_apps\new_pb>script/plugin install
git://github.com/activescaffold/active_scaffold.git

On Thu, Jul 30, 2009 at 3:49 AM, seenu [email protected] wrote:

Please help!!!
Are you sure that the plugin works with 2.3.3? If not, I would check
with
the author.

-Conrad

No, i don’t know exactly if it work with rails 2.3.3

Thanks

What version of Ruby are you running?

seenu wrote:

the command i used
C:\InstantRails\rails_apps\new_pb>script/plugin install
git://github.com/activescaffold/active_scaffold.git

Do you have a git client installed and in your path?

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

You may not have Git installed. I ran into this issue before. Try the
http protocol instead and see if that makes a difference.

script/plugin install GitHub - activescaffold/active_scaffold: Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.

Regards
Kieran

i tried even with http also, it is just creating active_scaffold
folder and nothing happens my ruby version is 1.8.6

Thanks for suggestions

help me out

Hi Marnen Laibow-Koser

Thanks a lot I installed git on my server and finally i was able to
install active_scaffold plugin.

Thanks a lot to all, for ur quick replays