Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion elasticsearch-rails/lib/rails/templates/03-expert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
rescue Redis::CannotConnectError
puts
say_status "ERROR", "Redis not available", :red
say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server."
say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server.
Make sure you have installed Redis (brew install redis) and that you have launched the server"
exit(1)
end

Expand Down