I have been using it for the last week. And it works great. The problem is that cursor ignores the links inside rules. I have to yell at him and explicitly tell him to reread the file before he gets it :(
should i just remove the link and c/p the contents of ~/.agent-os directly in .cursor/rules?
13.08.2025 12:11
π 0
π 0
π¬ 0
π 0
TIL: You can use #ruby pattern matching on Time. Comes in handy if you have to check if there's an important conference happening today! π€
19.03.2025 14:28
π 24
π 8
π¬ 4
π 0
Introducing the RSpec monorepo, and some updates on the future of RSpec.
Exciting to see that we're finally moving towards a new version of RSpec. I assume we've all been living with those settings in our spec_helpers that say "this will be the default in RSpec 4". Can't wait to delete those.
11.03.2025 20:11
π 4
π 1
π¬ 0
π 0
I believe that app/models should really be just for defining bare minimum of a model.
Validations that are in the database, and callbacks which do not have side effects.
Everything else should live in form objects or even better in your domain models.
10.03.2025 05:46
π 0
π 0
π¬ 1
π 0
This!
But have not found a good enough alternative for our company. Introduced pubsub, but no one is using it.
There are just too many places a user can be created (via API call, via import, via indirect webhooks...) and all are using app/models/user.rb class in one way or the other.
10.03.2025 05:42
π 0
π 0
π¬ 2
π 0
Release RuboCop 1.70 Β· rubocop/rubocop
New features
#13474: Add new Style/ItAssignment cop to detect local assignments to it inside blocks. (@dvandersluis)
#11013: Add new Lint/SharedMutableDefault cop to alert on mutable Hash defaults...
RuboCop's first release for 2025 is now out and it's huge! Version 1.70 brings a lot of bug-fixes and small improvements here and there, most notably improved integration with Shopify's ruby-lsp. Check out the release notes for more details github.com/rubocop/rubo...
Enjoy!
10.01.2025 07:51
π 22
π 6
π¬ 0
π 0
Docker and expose port to localhost.
Homebrew tends to install latest versions and overwrite the data we already have.
With docker you can set your own data paths and have multiple different versions for different apps
09.01.2025 08:14
π 3
π 0
π¬ 0
π 0
Rails 8 Unpacked is finally live! 9 videos on the latest and greatest from Rails 8! Check it out here
youtube.com/playlist?lis...
14.12.2024 02:11
π 18
π 6
π¬ 2
π 2
RubyConf 2024 talks on RubyVideo.dev
RubyConf 2024 talks are live on @rubyvideo.dev! π₯³
13.12.2024 18:16
π 39
π 9
π¬ 2
π 0
You can take this a step further by putting a `binding.pry/irb` in some local gem source. Run your own code. See when it hits. Poke around a bit.
05.12.2024 16:20
π 2
π 1
π¬ 0
π 0
Trying #gleam for #adventofcode this year. Figured i need a quick debug loop within neovim. Found github.com/stevearc/ove... that does the job! Solutions repository github.com/d4be4st/adve...
03.12.2024 17:09
π 3
π 0
π¬ 0
π 0
Just to test it. Did some exercism challenges with it. Requires some new perspectives and it does not have `if` statemens!
02.12.2024 15:15
π 1
π 0
π¬ 0
π 0
Will try gleam this year
02.12.2024 06:06
π 0
π 0
π¬ 1
π 0
TIL that instead of going:
`git reset --hard HEAD~3`, for example, you could just do:
`git reset --hard HEAD^^^` and so on
How did I not know about this before #buildinpublic?!?! π€―
(β―Β°β‘Β°)β―οΈ΅ β»ββ»
29.11.2024 11:26
π 110
π 2
π¬ 18
π 0
I belive it is destined
24.11.2024 12:20
π 1
π 0
π¬ 0
π 0