Releases: basecamp/console1984
Releases · basecamp/console1984
v0.1.23
- [NEW] New option config option
ask_for_username_if_empty
to make console1984 ask for a username when the resolved username is empty. When its value is false
(default), it will now raise an error. #47
v0.1.22
- [FIX] Error when installing migration sin Rails 7.0.0 (official) PR.
v0.1.20
- FIX: Error when referencing thread attribute after Rails upgrade [#39]
v0.1.18
- FIX: Don't freeze Active Record connection driver classes. This causes a problem with SQLite in fresh Rails apps and it's not really needed, since extending
ActiveRecord
classes is prevented by current anti-tampering mechanisms. 355c20a
- FIX: Don't choke when processing SQL strings with invalid encodings. 2bec352
v0.1.17
- FIX: Mark invocations to
String#constantize
that originate in the console as suspicious, unless they do originate in a direct command [#34]
v0.1.15
- FIX: Active resource invocations where being wrongly prevented. [#32]
v0.1.14
- NEW: Prevent tampering via reopening and altering
Parser
elements [#31].
v0.1.13
- FIX: Fix class loading problem with
ActiveRecord::Relation
class. f0a5072
v0.1.12
- FIX: Avoid loading
Parser
constant unless in a console session. This prevents a "class not found" error when loading console1984 code outside of the console { }
hook. 2addc58