Quinn

Results 15 issues of Quinn

Looks like gravatar has long supported https on 'www', and recently they've turned off the 'secure' domain so this PR moves us wholesale to that domain.

Hi @daattali - thank you for an amazing theme! I was using version 6.0.1 with a Jekyll 4.3.3 site and it was working fine, but I needed some of the...

This PR adds a site option called `title_on_all_pages` - it adds the `site.title` to the end of all page titles (separated by `|`), unless the `site.title` and `title` are the...

The current implementation allows the user to _set_ content for the purpose of uploading but doesn't allow them to _get_ content from upstream. This adds a `#content` method that retrieves...

This gem is already compatible with Rails 5. This PR just updates the dependency to allow that.

## Version info - intercom-rails version: 0.2.34 - Rails version: 4.2.6 - Turbolinks version: 5.0.0.beta2 ## Expected behavior When pages are changed by Turbolinks, the Intercom widget should stay on...

Hi Intercom devs! Please let me know what you think of this slight change in functionality. The current behaviour when you have both `include_for_logged_out_users` and `user.exclude_if` set is a little...

I'm trying to use TimeDifference to find the difference in months between two dates. I'd expect the difference between 2017-09-04 and 2017-12-04 to be exactly 3.0. But this happens: ```ruby...

This adds a method that does a more "human" calculation of months, taking into account calendar time in the current timezone (so you always get an integer number of months...

Looking at the implementation of [_index.html.erb](https://github.com/Dreamersoul/administrate-field-active_storage/blob/master/app/views/fields/active_storage/_index.html.erb) I think the `index_display_preview` option is not behaving as documented: 1. If it's false, nothing is shown at all because there is no else...