Skip to content
#

rubygems

Here are 515 public repositories matching this topic...

jaloren
jaloren commented Aug 20, 2018

I recently upgraded from terraform kitchen 3.3 to kitchen 4.0. This meant that I could use inspec aws resources (which is great). However, I ran into some difficulties due to sparse documentation around how to use the aws backend and what one should put in the kitchen.yml.

I'd like to submit a PR that adds documentation with this info. However, I am not sure the appropriate place for this doc.

loveshack
loveshack commented Dec 19, 2019

I'll send a suggested change for this, but it seems worth making an issue so that it's easier to find.

It turns out that you need a recent enough version of MySQL, or at least of MariaDB, if you use that. For instance, if you just yum install mysql in EL7, you actually get mariadb 5.5, which doesn't support fulltext indexing on innodb tables. Also the permissions grant on the tables doesn't

saneef
saneef commented May 1, 2017

Currently, when a new user(reader) is creates, all messages (readables) created before that point in time will be marked as read. It can only be disabled by overriding the setup_new_reader function in the reader.

So the in the example have_not_read method should ideally return empty.

## Get users that have not read a given message
user1 = User.create!
user2 = User.create!

U

Improve this page

Add a description, image, and links to the rubygems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rubygems topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.