Chris Wawer

Results 26 comments of Chris Wawer

yes i had tried it, but after that i found solution, for test environment, but i don't know if it will be work in precompile assets. My solution based on...

I believe it is because you are using Turbolinks

Everytime freezing bundler on specific version is wrong, because each time after new bundler is released then you must update repo, which isn't good. There must be better solution.

@smcabrera You added `.ruby-version` to .gitignore, but you didn't remove it from repo.

In gemspec you froze bundler version which is old right now. I tried to use old bundler version but all time it use the newest version in my system. I...

It appeared that we need to use access token (and refresh token) which are available via Oauth2, for bitbucket authentication. We have two gems: https://rubygems.org/gems/omniauth-bitbucket (have unreleased update to oauth2)...

* omniauth-bitbucket, last release: November 25, 2013, last commit: Jul 2, 2017 (in this case we need to use unreleased version) * omniauth-bitbucket2, last relase: December 14, 2015, last commit:...

You must know that Omniauth use Rack middleware and in test environment Rails using Fake Rack which doesn't have some functionality, maybe it is problem.

includes exist in relational database. mongoid have many feature which allow easy use NoSQL database. MongoMapper is only for MongoDB and it doesn't support includes. So includes will not work...

@timoschilling I only said that not all ORM support join and I think orm_adapter use methods which is supported by all ORM. You wrote: "ActiveAdmin is planing to be ORM...