lib/generators/recommendable/templates/initializer.rb in recommendable-0.1.4 vs lib/generators/recommendable/templates/initializer.rb in recommendable-0.1.5

- old
+ new

@@ -10,6 +10,6 @@ # Connect to Redis via a UNIX socket instead <% unless options.redis_socket %># <% end %>Recommendable.redis = Redis.new(:sock => "<%= options.redis_socket %>") # Tell Redis which database to use (usually between 0 and 15). The default of 0 # is most likely okay unless you have another application using that database. -Recommendable.redis.select "0" +# Recommendable.redis.select "0"