postmodern · @postmodern
1342 followers · 2020 posts · Server ruby.social

If I'm packaging a Sinatra + Sidekiq app up as a gem to make it easier to install *and* run from the CLI, should I make foreman a dependency and start the app via `foreman start`? Or should I roll my own logic using `Process.spawn`?

#ruby #sinatra #sidekiq

Last updated 1 year ago

postmodern · @postmodern
1341 followers · 2012 posts · Server ruby.social

For Sinatra apps, do people prefer to keep their sidekiq workers in `lib/` or in a top-level `workers/` directory?

#ruby #sidekiq #sinatra

Last updated 1 year ago

apfeltalk :verified: · @apfeltalk
1166 followers · 775 posts · Server creators.social
postmodern · @postmodern
1320 followers · 1934 posts · Server ruby.social

Any advice for packaging a Sinatra app as a gem (makes it easier to install, and so it can have an executable command that starts it)? Should the gemspec populate `require_paths`? Should everything in `lib/` be moved into a namespaced sub-directory (ex: `lib/my_app/`)?

#sinatra

Last updated 1 year ago

Ijohnson · @Ijohnson
9 followers · 119 posts · Server noc.social

Lately I have had a lot of questions sent my way around APM and . I figured I might help out some teams by showing a demo app that sends trace data to in a variety of ways. We will explore , and , and using to relay to multiple at once. freshbrewed.science/2023/07/25

#apm #opentelemetry #k8s #docker #zipkin #sinatra #ruby #newrelic

Last updated 1 year ago

ruprict · @ruprict
50 followers · 31 posts · Server ruby.social

There are some brilliant people out there. Check out this new way to create cloud-hosted apps in inclouds.space/blog/redpear/

#sinatra #ruby

Last updated 1 year ago

Pascal Leinert 📯 · @pasci_lei
326 followers · 1676 posts · Server social.tchncs.de
handmade ghost · @handmade_ghost
678 followers · 2348 posts · Server mstdn.games

🎶"Some enchanted morning,
you may see a starling, you may see a starling across a crowded trail. And somehow you know, you know even then,
That somehow you'll see her again and again.

Some enchanted morning, when you find your true dove, when you hear her call you across a crowded branch, then fly to her side and make her your own,
or all through your life, you may dream all alone. . . ."🎶

#birds #sinatra #nophiltre

Last updated 1 year ago

Esparta :ruby: · @esparta
228 followers · 1110 posts · Server ruby.social

How to Use to Build a Application, by Aestimo Kirina

blog.appsignal.com/2023/05/31/

> In this article, we'll introduce Ruby on Rails' lesser-known but powerful cousin Sinatra. We'll use the framework to build a cost-of-living calculator app.

> By the end of the article, you'll know what Sinatra is and how to use it.

#sinatra #ruby

Last updated 1 year ago

Henrik Nyh · @henrik
203 followers · 574 posts · Server ruby.social

I only learned yesterday that in , you can interpolate unescaped values with #{{ … }}.

Replacing some

javascript:
let foo = #{raw foo.to_json}

with

javascript:
let foo = #{{foo.to_json}}

Other than being shorter, it also works in which doesn’t have Rails’s HTML safety model.

(Might also explore moving some of these to data attributes or something.)

#slimlang #sinatra

Last updated 1 year ago

Steve Silberman · @stevesilberman
7185 followers · 1936 posts · Server newsie.social

Last night at the Gorge
sang "Young at Heart" for the 1st time, a song by Johnny Richards and Carolyn Leigh that was a huge hit for . Hard to watch this without your whole self breaking out in a grin. *GO JONI!* [via _stone.sam_ on IG] youtu.be/ObycuT7HWu0

#JoniMitchell #sinatra

Last updated 1 year ago

David Boles · @david
859 followers · 7405 posts · Server boles.xyz

Lucky O’Connell – David Boles, Blogs dog author who is actually a dog – wishes you, and yours, a Happy National Donut Day (along with his good friend, Frank!)!

#donut #sinatra #dog #lucky

Last updated 1 year ago

Zane · @zolyguy
1 followers · 1 posts · Server ruby.social

Greeting fellow Rubyists of Mastodon! Just giving Mastodon another shot after a few months. I have another profile to focus on my interests in languages, but I want to be surrounded by some tech people here!

About me, I've worked with since 2015. I've done and now and ! I'm not the best on front end but I've done some tweaks to any existing codebase at my current role.

#ruby #rails #sinatra #grape #react

Last updated 1 year ago

🔊 Auf radioeins läuft...

Sinatra, Frank; Jobim, Antonio Carlos:
🎵 Drinking water (Aqua de beber)

;Jobim

open.spotify.com/track/0d7rAcu

Schon gewusst❓

Wenn Du einen Beitrag ⭐ FAVORISIERST, erfährt das nur der Bot - nicht Deine FollowerInnen.
Wenn Du einen Beitrag weitererempfehlen möchtest, dann 🔁 TEILE ihn❗

#nowplaying #sinatra #Frank #antoniocarlos

Last updated 1 year ago

Allen Michie · @allenmichie
240 followers · 758 posts · Server jazztodon.com

I didn’t know this—there was a ban on erecting new radio towers during that was lifted in 1946. Then there was a flood of new towers and many new radio stations appeared, greatly expanding the exposure and celebrity of and big band orchestras. It certainly made and national stars.

#ww2 #jazz #bingcrosby #sinatra

Last updated 2 years ago

postmodern · @postmodern
1244 followers · 1592 posts · Server ruby.social

Which naming convention do people use/prefer for Sinatra views?

#sinatra

Last updated 2 years ago

postmodern · @postmodern
1244 followers · 1580 posts · Server ruby.social

I'm curious what people do for breadcrumb navigation menus in sinatra? I'm tempted to just copy/paste boilerplate HTML to all the view pages and edit accordingly based on index vs show views.

#sinatra #breadcrumbs

Last updated 2 years ago

Jan T. · @jan
31 followers · 38 posts · Server mastodon.dgtl-service.com

Besuch in den (6)
Direkt vor einer der wichtigsten Städte der Welt liegt ein ruhiger, besonnener und sehr teurer Vorort

Menschen, die in der Nähe von Großstadttrubel sein wollen, aber gerne in ruhigeren Gebieten wohnen, ziehen nach Hoboken. Die Stadt liegt direkt gegenüber von Manhatten und ist Geburtsort von Frank . Früher war die Stadt für ihre Künstlerszene bekannt, heute findet man vor allem teure Shops und noch teurere Apartments.

#usa #hoboken #sinatra

Last updated 2 years ago

_ka_ · @_ka_
17 followers · 459 posts · Server nrw.social

#ruby #sinatra

Last updated 2 years ago

postmodern · @postmodern
1213 followers · 1448 posts · Server ruby.social

and here's the end-result of all of my dry-rb questions and complaining about docker/docker-compose. A small Sinatra app which uses dry-schema/dry-validations to validate/coerce form input, pass it to a Sidekiq worker, and coerce the JSON params back into a Symbol Hash, which is then **kwargs splatted to another library.
github.com/ronin-rb/ronin-app

#dry_rb #sinatra #sidekiq

Last updated 2 years ago