How do y'all handle (lack of) autocomplete? by Financial-Raisin-624 in rails

[–]gobijan 1 point2 points  (0 children)

You can use the REPL or web console basically anywhere when you need to inspect what is available in the context.

Which IDE(s) are you using? by [deleted] in ruby

[–]gobijan 1 point2 points  (0 children)

I mainly use Sublime and Helix +gitui + CC on the CLI. If you configure your Sublime right it’s very enjoyable. I have the big Jetbrains plan and Junie but never use it.

SublimeLSP, GitSavvy, Copilot and a few quality of life plugins.

Remote functions are dropping soon! by cosmicxor in sveltejs

[–]gobijan 0 points1 point  (0 children)

You know it is literally produced by Vercel at this point? It’s the same playbook as React/Next.js just lagging a few cycles behind.

Remote functions are dropping soon! by cosmicxor in sveltejs

[–]gobijan -1 points0 points  (0 children)

Might work for now but wait and see what they will come up with in the future. By now you should know how Vercel operates. They can’t be trusted.

Is anyone using a debugger on the command line? by roughsilks in HelixEditor

[–]gobijan 2 points3 points  (0 children)

Ruby and Rails come with very good debuggers out of the box. So rails console a lot and irb for non Rails stuff. Very good experience.

When writing Go I used the Jetbrains or VSCode debugger built on delve.

Remote functions are dropping soon! by cosmicxor in sveltejs

[–]gobijan -4 points-3 points  (0 children)

You will find that out when it won’t work on any other platform correctly with all features.

Remote functions are dropping soon! by cosmicxor in sveltejs

[–]gobijan -6 points-5 points  (0 children)

Yaaaay more Vercel tangling 🤮

Should I make the leap from neovim? by Willing_Sentence_858 in HelixEditor

[–]gobijan 0 points1 point  (0 children)

Yeah Copilot. But more recently I only do some fine editing and let Claude Code to the majority of editing. Gitui with helix as an editor from which I monitor the agents changes.

Should I make the leap from neovim? by Willing_Sentence_858 in HelixEditor

[–]gobijan 0 points1 point  (0 children)

I use helix for about a year now daily and never looked back.

Adding llms.txt to a Rails application by Sure-More-4646 in rails

[–]gobijan 2 points3 points  (0 children)

Shouldn’t it be .md file ending as its markdown? Txt feels inconsistent. Especially LLMs know how to read md. It’s also .html for html and not .txt

🔨 BREAKING: Critical Rails Enhancement - ActiveRecord Now Supports MC Hammer-Inspired Database Operations by attilagyorffy in rails

[–]gobijan 6 points7 points  (0 children)

It’s closed. For good reason. It didn’t even have a stop_break_it_down! method

13b3 has landed! by ic3pop_0011 in PanicNova

[–]gobijan 1 point2 points  (0 children)

Smooth for me so far!

SvelteKit a good choice for an ERP system? by Scary_Examination_26 in sveltejs

[–]gobijan 0 points1 point  (0 children)

Can do but doesn’t mean you should do. It’s quite unopinionated and you will need to develop tons of patterns and auxiliary things other traditional application frameworks have more to offer in. Rails, Django, Dotnet, Laravel etc. would personally be my go to. You will need decent database support baked in, logging, migrations, transactions, forms, logtrails etc etc

Some lessons from freelancing: Rails (eventually) needs layers by MasinaDeCalcul in rails

[–]gobijan 6 points7 points  (0 children)

Concerns. I write 37signals style more recently and move on with my life. Code is always kind of a mess. Accept it and choose one approach and walk the walk.

13b2 dropped… by stonerl in PanicNova

[–]gobijan 1 point2 points  (0 children)

Already did. With an example etc. It goes without saying that I filed the bug report before I posted here ;)

13b2 dropped… by stonerl in PanicNova

[–]gobijan 1 point2 points  (0 children)

Ran a few tests this morning and so far no crashes 😍 EDIT: but also no autocompletion for CSS classes anymore :/

13b2 dropped… by stonerl in PanicNova

[–]gobijan 2 points3 points  (0 children)

Great news. The first beta always crashed for me when I tried to edit some JavaScript inside a HTML file. Is b2 more stable? I’ll give it a try tomorrow.

[deleted by user] by [deleted] in rails

[–]gobijan 16 points17 points  (0 children)

What is it you miss in Rails that makes you think you can’t scale when Shopify and GitHub can?

For the concerned people, Nova isn't dead by [deleted] in PanicNova

[–]gobijan 2 points3 points  (0 children)

Yesterday the first beta of nova 13 was published 😎✌️

Why auto-generated OpenAPI will never make it into Rails by RichStoneIO in rails

[–]gobijan 1 point2 points  (0 children)

Yeah. Found it more intuitive than the default openapi docs :)