gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Embedded functionality gone? #23

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by pulni Wednesday Jul 25, 2012 at 15:46 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/87


How can i embed Fnordmetric via Rails Routes? Did you cut this feature in Version 1.0?

bf4 commented 10 years ago

Comment by kulesa Wednesday Jul 25, 2012 at 18:39 GMT


+1 for keeping 'embedded' mode.

bf4 commented 10 years ago

Comment by divineforest Tuesday Jul 31, 2012 at 17:04 GMT


Will it be supported in 1.0?

bf4 commented 10 years ago

Comment by caseysackett Tuesday Jul 31, 2012 at 20:42 GMT


+1

bf4 commented 10 years ago

Comment by seymour Wednesday Aug 01, 2012 at 12:37 GMT


+1

bf4 commented 10 years ago

Comment by olegbalbekov Wednesday Aug 01, 2012 at 13:35 GMT


+1

bf4 commented 10 years ago

Comment by dkoprov Wednesday Aug 01, 2012 at 13:40 GMT


+1 need this feature back or describe how to do in 1.0 please

bf4 commented 10 years ago

Comment by releu Wednesday Aug 01, 2012 at 14:58 GMT


+1

bf4 commented 10 years ago

Comment by route Monday Aug 06, 2012 at 10:29 GMT


Currently you can mount it in your route file with some patches, but if you don't want to use thin as your production server, leave this idea, because https://github.com/imanel/websocket-rack supports only this one for now. You can see these patches here https://github.com/evrone/fnordmetric/tree/mount_as_a_rack_app and you can mount app like this:

mount FnordMetric::WebSocket.new => "/fnordmetric/stream"
mount FnordMetric::App => "/fnordmetric"

Don't forget to run manually acceptors.