Results 9 issues of toomanyjoes

There doesn't seem to be a simple way to "turn off" the scheduler once it has started. If I have 3 queues each processing jobs at a certain interval what...

Is there a way to limit the length of the hash to a certain number of character?

I'm am using the harmony option in my Rails configuration and the latest version of the gem as of this time (4.2.0): `config.assets.js_compressor = Uglifier.new(harmony: true)` But when I try...

If the activerecord query that feeds the datatable uses group it totally breaks paging. I assume this is because `.count` is being called on the result set at some point...

Datatables gives you the ability to map data like so: ``` { '0' => { 'display' => submission.date_and_time, '_' => submission.date_and_time, 'sort' => submission.timestamp }, '1' => submission.submitter_initials, '2' =>...

I'm trying to use secure_validatable for the strong password functionality but as soon as I add it to my user model my Rails server will no longer start. I've traced...

:bug: bug

Will this library work for the use case when the service that uses this library doesn't have access to the users table directly? For example if the JWT is authenticated...

September 30th dropbox is making changes to their API related to: ACTION REQUIRED: ID Formats ACTION REQUIRED: tokens and permissions I see this gem hasn't gotten an update in a...

I may be posting this issue prematurely but all of a sudden my client is getting this error when using the `search` function. Nothing has changed on our end. Perhaps...