El Saturday 11 April 2009 23:03:27 geoklee escribió: > Hi, > > My ISP uses Rails 2.1.0. I modified the install command shown in the > Getting Started guide by changing the Rails version as follows: > > script/plugin install git://github.com/activescaffold/active_scaffold.git > -r rails-2.1 > > It installed but the init.rb file still shows that rails 2.3 is > required. So I did not install the version that works with rails > 2.1. Please help me! Thanks!
Download with git clone, and then checkout to rails-2.1 branch. After that you can remove .git directory. cd vendor/plugins git clone git://github.com/activescaffold/active_scaffold cd active_scaffold git checkout -b rails-2.1 origin/rails-2.1 rm -rf .git -- Sergio Cambra .:: entreCables S.L. ::. Nicolás Guillén 6, locales 2 y 3. 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
