Reorder Rails database migrations files
On new Rails apps, that are not in production yet, I sometimes like to reorder my database migrations. I wrote a small Ruby script to automate things.
On new Rails apps, that are not in production yet, I sometimes like to reorder my database migrations. I wrote a small Ruby script to automate things.
I wanted to learn to create a dynamically-named method inside a dynamically-named class in Raku. This is what I ended up with:
#!/usr/bin/env raku
my $class-name = "MyDynamicClass";
my $method-name = "dynamic-method";
I wrote Blackjack in Elisp. It allows you to play Blackjack in your Emacs editor.
Wow, if Django and Rails had a baby it would be Marten, the web framework written in Crystal, https://martenframework.com/.
It seems fairly feature-complete, even with only a 0.1.x version number! https://martenframework.com/docs/.
The documentation looks really solid. Clearly they just love to program and give to open-source! https://github.com/martenframework.