Bruno Frank

Results 4 comments of Bruno Frank

Fiz um gato aqui que resolveu meu problema, se alguém se interessar! ``` ruby module DinheiroActiveModel#:nodoc: def self.included(base)#:nodoc: base.extend ClassMethods end module ClassMethods#:nodoc: def usar_como_dinheiro(*args)#:nodoc: unless args.size.zero? args.each do |name|...

I got the same problem, did you fix it?

I'm with the same problem, but this only broke in production, in my development machine works like a charm! send> "GET /socket.io/1/websocket/-lT4D1TkQvKNDuaIXfyB HTTP/1.1\r\n" send> "Upgrade: WebSocket\r\n" send> "Connection: Upgrade\r\n" send>...

I tested it and it perfectly working!