faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <backward-crazy-mage-puppy-36> > error 500 is an internal server error, if it was a routing issue you would get a 404. Usually the 500 error tells you exactly what the issue is in the server log but the text of the error also goes back to your client so look n the browser console for clues. ⏎ ⏎ @damianham Thanks. For whatever reason nothing worked. Started with a clean branch and amber_render_module works like a charm.
<FromGitter> ... What are your opinions on also having the spec files in the same folder ? Is it something that can be easily achieved ? Any pointers how I should start on that ?
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 240 seconds]
<FromGitter> <mixflame> what are the differences between Amber in Production and Amber in Development as far as web sockets goes? Are they both using Memory Adapter or is production using RedisAdapter?
<FromGitter> <mixflame> How do you enable Redis adapter for websockets in production?