Yura Omelchuk

Results 12 comments of Yura Omelchuk

Got same problem with sinatra 1.3.1 ~/rails/jw_walls$ cijoe . :public is no longer used to avoid overloading Module#public, use :public_folder instead from /home/jurgen/.rvm/gems/ruby-1.9.3-p0@rails3/gems/cijoe-0.9.2/lib/cijoe/server.rb:12:in `class:Server' /home/jurgen/.rvm/gems/ruby-1.9.3-p0@rails3/bin/cijoe:19: stack level too deep (SystemStackError)...

There should not be any binding problems with my setup. Works fine with Sinatra 1.2.7

@karmi could you please explain why index gets deleted on "manually invoking the "Delete by Query" API"? (see comment above - https://github.com/karmi/tire/issues/309#issuecomment-9699113)

Thank you @karmi that was helpful!

@andypike thanks, this example app has answered couple of my questions regarding the use of rectify

It is not a reserved word, we have HostsController working with Host model in the main application. I suspect administrate overwrites host variable in a controller or interferes in some...

@nickcharlton it took me a while to put this together but here's a sample project https://github.com/jurgens/administrate-host-example I created two identical models - Host and Chef in a readme you can...

would really appreciate a workaround, even if it is a monkey-patch :)

@endenis many thanks, will try it out today!