Daniel Popa

Results 3 issues of Daniel Popa

Hi, I want to always return an empty result set for a search. Active Record has `#none` method that does this (https://apidock.com/rails/v4.0.2/ActiveRecord/QueryMethods/none). Is there any way to achieve this with...

### Steps to reproduce `Doorkeeper::AccessToken.find_or_create_for` raises NoMethodError when searching with empty scopes. ```ruby application = Doorkeeper::Application.create(name: "test_application") # => Doorkeeper::Application Doorkeeper::AccessToken.create_for(application: application, resource_owner: 42, scopes: 'public') # => Doorkeeper::AccessToken Doorkeeper::AccessToken.find_or_create_for(application:...

Hello, our tests fail randomly at clean up phase for ThinkingSphinx. It seems it can not delete the indices directory (`db/sphinx/test`). ![image](https://github.com/pat/thinking-sphinx/assets/51260103/3aab764e-307b-450f-b9f9-9d84ae98f3bf) Here is our test setup for ThinkingSphinx in...