micred

Results 13 comments of micred

In CM10.1.3 (Android 4.2.2) I can't find an "Hardware physical keyboard" toggle (or something similar). Am I missing something?!

Oh I found it! It's in the dialog that appears after tapping on "Default". Obviously in that way I keyboard stopped working via VNC. So the problem is not fixed,...

Same problem here. Seems that devise configuration in DeviseTokenAuth::Concerns::User overrides configuration in the local model User.

Please give 2 important informations: 1) which type has the column :tokens in your `schema.rb`? 2) do you have `serialize :tokens` in your model?

Would be great to have an proper way. In the meantime I propose a third workaround: ``` with_pg_search_rank.reorder('pg_search_rank DESC').order(new_sort) ``` It will override the order using the rank as first...

Same problem here, but adding kaminari-mongoid doesn't fix. Please do a diff with upstream/master and tell us if there are other changes needed. Thank you

Exactly, we monkey-patch device_token_auth as follow to add `allow_other_host: true` Disclaimer: it's a quick and dirty solution. `config/initializers/devise_token_auth_monkey_patching.rb` ``` Rails.configuration.to_prepare do DeviseTokenAuth::ConfirmationsController.class_eval do def show @resource = resource_class.confirm_by_token resource_params[:confirmation_token] if...

Interesting solution. I hope one of the proposed solution will get merged soon.

Hi @fabn do you know an activeadmin commit which works with activeadmin-globalize implementation of translated has_many? I will be happy to rollback activeadmin to solve this issue. I've test latest...

Not yet, I added in my Gemfile: `gem 'activeadmin', github: 'activeadmin/activeadmin', ref: '930d34c'`