Yacobus Reinhart

Results 15 comments of Yacobus Reinhart

awesome, i am also still trying to modify your codes after cloned it to add additional backend_type due to my business needs those additional types. Yes it is interested for...

i use the patch but not work, error is there

there's no error message, the problem is the routes can't reach view in my engine, here is my engine.rb snipped code: ``` require 'rubygems' require 'themes_for_rails' module Shopping class Engine...

Hi All, I did include themes_for_rails in my engine routes.rb, how i could know the ThemeForRails.config block is executed or not? I have also tested about: config.theme_for_rails.assets_dir = 'app/assets/:name' config.theme_for_rails.themes_dir...

It seems the problem with Incognito, is it possible to get PID from the browser? so if the process is stale then we can kill it manually with command line

> > It seems the problem with Incognito, is it possible to get PID from the browser? so if the process is stale then we can kill it manually with...

Hi, is it done? any documentation for it? how to implement it? ``` //->#go-sdk client, err := ceresdb.NewClient(endpoint, ceresdb.Direct) if err != nil { return err } resp, err :=...

+1 We need something like this: `DELETE FROM tableName WHERE price != 100`

sorry for asking again, what is whiny_indexing for in your specs/fixtures/model.rb ? thanks, yacobus