Al momento ho:WEBrick: RequestURITooLarge: devo aggiornare o utilizzare un server diverso?
$ rails s
=> Booting WEBrick
=> Rails 3.0.9 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-11-30 13:18:00] INFO WEBrick 1.3.1
[2011-11-30 13:18:00] INFO ruby 1.9.2 (2011-02-18) [x86_64-darwin10.8.0]
[2011-11-30 13:18:00] INFO WEBrick::HTTPServer#start: pid=4204 port=3000
Il problema che sto avendo è che sto usando OpenID per autenticazione e ottenere il seguente errore:
[2011-11-30 13:18:19] ERROR WEBrick::HTTPStatus::RequestURITooLarge
Nel browser:
Request-URI Too Large
WEBrick::HTTPStatus::RequestURITooLarge
WEBrick/1.3.1 (Ruby/1.9.2/2011-02-18) at macbook-pro.local:3000
Come posso risolvere questo problema? Posso aggiornare WEBrick o devo davvero usare un server web diverso?
Grazie
ho provato Unicorn ma ottiene: Hai già attivato cremagliera 1.3.3, ma il tuo Gemfile richiede il rack 1.2.4. Prendi in considerazione l'utilizzo di bundle exec. (Gem :: LoadError) – AnApprentice
È necessario aggiungere che si tratta di un problema localhost. Sto cercando di risolvere questo bug localmente solo al momento – AnApprentice