[Groonga-commit] ranguba/groonga-client-rails at 78ec8fd [master] Add missing dependency

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 28 12:41:05 JST 2016


Kouhei Sutou	2016-03-28 12:41:05 +0900 (Mon, 28 Mar 2016)

  New Revision: 78ec8fd770c521a6bd4f594e1f0b9fda0a743e14
  https://github.com/ranguba/groonga-client-rails/commit/78ec8fd770c521a6bd4f594e1f0b9fda0a743e14

  Message:
    Add missing dependency

  Modified files:
    lib/groonga/client/railties/groonga.rake

  Modified: lib/groonga/client/railties/groonga.rake (+1 -1)
===================================================================
--- lib/groonga/client/railties/groonga.rake    2016-03-28 12:41:01 +0900 (3179151)
+++ lib/groonga/client/railties/groonga.rake    2016-03-28 12:41:05 +0900 (0af4558)
@@ -18,7 +18,7 @@
 
 namespace :groonga do
   desc "Synchronize Groonga database with model data"
-  task :sync do
+  task :sync => :environment do
     Rails.application.eager_load!
     ObjectSpace.each_object(Class) do |klass|
       klass.sync if klass < Groonga::Client::Searcher
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index