RubyFlow The Ruby and Rails community linklog

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

  Last Friday

AIA is Concurrently Multi-Model

AIA (AI Assistant) version 0.9.12 has been release. Its big new feature is concurrent models! Sent your prompts to multiple models at the same time-ish. In an Async process your prompt can go to many different models of your choice—you must have creds for all the providers. Why? well to compare responses; to generate a consensus; to have more than one robot in your chat sessions; to evaluate the way your prompt is handled by multiple models in a side by side comparison; because I’ve seen no one else do it on the command line and I thought it would be cool. [more inside]

*NEW GEM* ActsAsActive: Plug-and-play activity tracking for ActiveRecord

ActsAsActive is a plug-and-play Rails extension that adds activity tracking to any model. It wires a polymorphic association and records Activity rows on the lifecycle events you choose, then surfaces daily counts, streak analytics, and heatmap-friendly data. Works with PostgreSQL or MySQL/SQLite and ships with a metadata column for extra context—plus a namespaced model (ActsAsActive::Activity) and generators so you can set it up in seconds. Feedback and PRs welcome. [more inside]

Apple Wallet Passes in Rails Apps

Keeping our users engaged beyond just opening our web application can significantly boost retention and user satisfaction. That’s why integrating with Apple Wallet allows us to put our content directly on users’ lock screens and in their daily workflows. In this article, we will integrate Apple Wallet Passes in Rails to create signed passes that users can add to their phones with a single tap. Full article on our technical blog: https://avohq.io/blog/apple-wallet-passes-in-rails-apps

Loading older posts