Results 5 issues of beno

I feel like an idiot for not being able to figure this out, but here goes. In rails, my assets/javascripts/foo.jst.ejs file is served up as localhost:3000/assets/foo and assets/foo.js, but localhost:3000/assets/foo.ejs...

For role based access, ExAws needs to work with dynamic KEYs and SECRETs on a per request basis. See https://github.com/ex-aws/ex_aws/wiki/IAM:-AWS-Role-Based-Access-for-users-with-MFA-(MultiFactorAuthentication) for details. Currently arc is only capable to use the...

I have added the ability to search for specific key in hstore columns. Please take a look.

I just tried installing Redis TS on my Mac (OS 12.1) and it failed: beno@MacBook-Air-2 RedisTimeSeries % ./sbin/setup Ignoring bcrypt-3.1.13 because its extensions are not built. Try: gem pristine bcrypt...

In the readme the nested example says: ``` def put_post(post) put :title, post.title put :body, post.body put :author, fullname(post.author.first_name, post.author.last_name) put :comments, CommentsSerializer.new(post.comments) #