Following this tutorial for setting up ActiveScaffold with Rails3:
and, when I run the following command:
rails g active_scaffold_setup [prototype| jquery]
I get the following:
C:\Users\Abder-Rahman\Desktop\howto>rails g active_scaffold_setup
[prototype| jq
uery]
'jquery]' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Abder-Rahman\Desktop\howto>rails g active_scaffold_setup
[prototype| jq
uery]
'jquery]' is not recognized as an internal or external command,
operable program or batch file.
Why is that?
Because you're supposed to run either rails g active_scaffold_setup
prototype or rails g active_scaffold_setup jquery depending on which
js library you'd rather be used/
If there was no response I suspect it did not work. Have you got git installed?
If it did install the plugin you should see it under the vendor dir in
your app (or wherever it goes in Rails 3).