10.0.0 2024-03-07
Compatible changes
-
console
command: You can now globally disable the IRB multiline feature by settingirb_flags: --nomultiline
in~/.config/geordi/global.yml
. All configured irb_flags are automatically passed on to the console IRB. -
console
command:Ctrl + C
now properly exits a local Rails console -
rspec
andcucumber
commands: Run specs even if the automatic chromedriver update fails - Improve detection of IRB version
- Add new hints to 'Did you know'
Breaking changes
-
dump
command: Drop and recreate the database before restoring a postgres dump. This mitigates the problem of database schemas differing between your current local database and the database of the dump. Differing database schemas could lead to errors when running migrations. -
drop_databases
command: The connection to the database is is no longer established usingsudo
per default. Databases created for local development usually belong to the local user an therefore do not need to be accessed usingsudo
.
Posted by Dennis to makandra dev (2024-03-11 07:32)