Yacobus Reinhart

Results 15 comments of Yacobus Reinhart

Hi thanks for your answer, I have several issue with mebla: 1. I have 16 millions records in mongDB, when index data, it takes ages and not completed because get...

Hey, Thanks for your advance actions, mebla will be rocket, since many rails developer use mongoid nowdays. we are impatient to see next version. once again, thanks millions. yacobus

once again, it would be supper great if there an option in rake to index model and data by providing options which database that you want to use for elasticsearch....

It is difficult to understand for new Rust guy like me, but sorry for asking more, how to receive a message from a connected client then send it back to...

here's my script in controller: ``` caches_action :index, :cache_path => Proc.new { |c| "#{c.params[:category].to_s.gsub(/\W/,'_')}_#{c.params[:per_page]}_#{c.params[:page]}" }, :gzip => :best_speed, :if => Proc.new { |c| c.params[:category].to_s =~ /all/i } ``` ``` The...