you need to run that command from your application root. you received the no plugin found message because you were in the plugin directory when you ran the command. try it again and let me know if you have problems
On Thu, Jan 22, 2009 at 7:18 AM, nadeem akram <[email protected]> wrote: > > i install plugin from this command > > ruby script/plugin install http://activescaffold.googlecode.com/svn/trunk > > i also try ur command it show message that plugin not found > what should i do > > On Wed, Jan 21, 2009 at 10:31 PM, Kenny Ortmann <[email protected]> > wrote: > > > > where did you obtain active scaffold? i believe you should use this > command > > > > script/plugin install git:// > github.com/activescaffold/active_scaffold.git -r 1-1-stable > > to get the version of active scaffold compatible with rails 2.0.2. > > > > What is different between your development and production environments? > I would double check that the rails and ruby versions are the same on both > machines, and that also the gems installed on both machines are the same > version. > > > > You could also change your production database to point to your > development database, and then run locally with your environment set to > production. this may help you debug what is going on. > > > > On Wed, Jan 21, 2009 at 10:10 AM, nadeem akram <[email protected]> > wrote: > >> > >> the rails version is 2.0.2 and the latest version of active scaffold and > my application is running on amazons EC2 . > >> please can u tell me how to see active scaffold version > >> > >> > >> On Wed, Jan 21, 2009 at 9:02 PM, Kenny Ortmann <[email protected]> > wrote: > >>> > >>> what version of rails and active_scaffold are you using? > >>> > >>> On Wed, Jan 21, 2009 at 9:55 AM, nadeem akram <[email protected]> > wrote: > >>>> > >>>> i am using active scaffold in my rails app. when development mod my > application working well but in production mod it is not work when i > request for a controller it sends starts a loop and return 302 response code > and after some time it says redirect loop and page load error occur. if > anyone knows why this is happening. > >>>> > >>>> > >>> > >>> > >>> > >> > >> > >> > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
