Building websockets app based off of actioncable-examples. When starting server, running rake, etc. I keep getting the message:
Array values in the paramet
I also face same error in my rails 4.2.7 application and I fixed the error to update bin/spring file line no 11
rails 4.2.7
bin/spring
Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) }