@monkeydom in the ruby ecosystem there is HexaPDF https://hexapdf.gettalong.org/index.html
although I don't understand what you mean with “custom charts”
Backend developer based in the frankfurt area, Germany.
(klyonrad from twitter)
@monkeydom in the ruby ecosystem there is HexaPDF https://hexapdf.gettalong.org/index.html
although I don't understand what you mean with “custom charts”
The fact that Microsoft Teams 🤮 contains a feature called "Teams" where actual teams can create a Team, and at Microsoft the teams working on that feature probably have a Team to discuss the Teams feature, suggests that there exists a Microsoft Microsoft Teams Teams Teams' Microsoft Teams Team.
@benoit isn’t this the dependency injection that Sandi Metz recommends 😈?
I will never understand the purpose of “and_call_original”
So much mocking and the author still (probably) relies on ActiveRecord objects in the database…
(also curse websites that make popups when you click, or prevent you from highlighting text! 😡)
I know this is silly, but I highlight text while I'm reading it and for some reason the left and right sides of commit messages on GitHub get highlighted when I select the commit text and it really distracts me (unsure if this is a Safari thing or what, and yes I am aware of how silly it is for me to be distracted by this)
@soulcutter "Constant stream of “fix rubocop” commits"
^ why no one is able to use the amend or fixup feature in #git of is beyond me #rubocop #linting
@bbatsov
you can write DATA just as text inside a file https://idiosyncratic-ruby.com/59-big-data-without-end.html #weirdruby #ruby
Check out other examples from the Talk about single file ruby programs from @fabrik42 https://github.com/fabrik42/single-file-ruby-programs
@rands likely means that it's a difficult topic, difficult to explain, difficult to write down
so mostly bad news or something that requires convincing others
@soulcutter just travel (in the dry season) to the Pantanal #capybara 😉🇧🇷
Fantastisch Blitzrede https://www.youtube.com/watch?v=c2V4bOL1jgM
Seit einigen Monaten macht mich der Artikel von „API“ irre und ich kann nicht mal irgendwem böse sein
Ist es die API oder das API?
@hschne so you don’t mean “rename model”, but “rename model, controller, views and table” 😉
I’d rename the controller and class and scaffold the views again
@hschne what do you mean with model?
You can keep the old association names even for a while and just set the different class for them
The biggest riskiest work is the data transfer when you want to rename the tables as well
@erd happy to help again, how urgent?
@Schneems with minitest the danger is that you can accidentally overwrite other test classes.
With Rspec the dangers are between the DSL syntax usage
ten times more awful and could be preventable: encountering factory bot usage where it is stored in a local-var above the test example (instead of let)
[German] Mein Chef hätte gerne noch Person mit Ruby Erfahrung und Deutsch- & Englisch Kenntnissen.
100% Remote. https://www.united-signals.com/jobs/senior-ruby-entwickler-m-w-d/ #hiring #frankfurt #rubyhiring
@benoit rubocop is an essential tool to have available for doing automatic improvements
but devs then don't know how to introduce it in smaller steps
I would always add rubocop with #pronto, like this for example:
https://gist.github.com/klyonrad/2683016d9bd7b7d578e2950873cd28aa
@KevinLiebholz only thing I hate about the book is the "raise #NotImplementedError" guidance https://web.archive.org/web/20230321181846/http://chrisstump.online/2016/03/23/stop-abusing-notimplementederror/ #poodr