On 1 September 2010 04:19, Jeff Chen <[email protected]> wrote: > > > On 8月31日, 下午9時25分, Samuel Flores <[email protected]> wrote: >> you just need to have mongrel gem installed on your system and `ruby >> script/server` will run with it. >> > I input : gem install mongrel --include-dependencies and gem install > mongrel_service --include-dependencies > > and run the script/server got the result: > c:/ruby/lib/gems/actionpack-2.3.8/lib/../_trace.erb:23: warning: > parenthesize argument(s) for future version.
Can you post the complete output seen in the terminal when you start mongrel and enter localhost:3000/manage in the browser. > > then I run the localhost:3000/manage then got the error msg: > undefined method `paginate' for #<Class:0x60f629c> > > I checked the system status of mongrel, which is empty. which means > the system is not active when I run above commands. What do you mean by the system status of mongrel? If mongrel is not running I do not see how you get any output at all in the browser. Also please post complete output of gem list --local Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

