console1984
console1984 copied to clipboard
The Rails console you love, 1984 style
Bug coincides with upgrade to IRB. I've confirmed that rolling back to 1.12.0 causes the issue to disappear. ```diff - irb (1.12.0) - rdoc + irb (1.13.0) + rdoc (>=...
I don't know if I'm doing something wrong, but I haven't been able to find any additional settings to make it work. The gem is installed and sessions are being...
Add support for customizable user authentication via a new `user_authentication` configuration value. When set, the value should be a proc or other callable object. The proc will receive the username...
I recently upgraded our app (console1984 installed) to rails 7.2 and realized that the sandbox mode did not work. It worked fine when rails 7.1. The problem seems like calling...