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.

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.

> On Aug 31, 6:44 am, Colin Law <[email protected]> wrote:
>
> > On 31 August 2010 10:33, Jeff Chen <[email protected]> wrote:
>
> > > On 8月31日, 下午3時57分, Colin Law <[email protected]> wrote:
> > >>...
> > >> Only one more suggestion I think, I seem to remember some-one having a
> > >> similar problem and it went away when they used Mongrel instead of
> > >> Webrick, though I do not understand why.  I can only suggest you try
> > >> that, so start the server with
> > >> ruby script/server --mongrel
>
> > > I did run: ruby script/server --mongrel , and got the result is
> > > "server : invalid option --mongrel".
> > > Where to get the mongrel, and how to fix it up when I run above
> > > command again?
>
> > I don't know, it just worked for me, in fact it defaults to mongrel on
> > my Ubuntu install.  Have you tried googling for rails install mongrel?
>
> > 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.

Reply via email to