You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different ways to create the Singleton pattern in Ruby.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails 7.0.1 addes net-smtp, net-imap and net-pop gems as Action Mailbox and Action Mailer dependency, you do not need to add them explicitly in your application Gemfile anymore.
thor 1.2.1 has been released. You will not see DidYouMean::SPELL_CHECKERS.merge deprecate warnings anymore.
Rails 6.1.Z
Use Rails 6.1.5 to support database.yml with aliases and secrets.yml with aliases.
[PoC] Proposal of RBS generation method using Rack architecture
RBS generation problem
RBS is an easy language to generate code for because of its simple syntax and lack of dependencies between files.
In addition, there are currently a large number of required type definitions, so code generation for RBS is considered to be highly important.
Various attempts have been made to generate RBS code, including generation from JSON files and analysis of static and dynamic Ruby code.
However, each method has its advantages and disadvantages, and not all problems have been solved.