0.1.0
- Browser console over ActionCable with xterm.js frontend bundle.
- Broker process (
bundle exec rails_console) with PTY, sandbox-by-default, andunsafe!/safe!to toggle write mode. - Audit models (
rails_console_sessions,rails_console_log_lines); mode toggles are recorded astransitionlog lines. - Install generator for migrations and
config/initializers/rails_console.rb. authorizeandcurrent_userreceive the resolved user (HTTP and WebSocket).- Default
user_classisUser; default socket istmp/sockets/rails_console.sock.
Full Changelog: https://github.com/wbotelhos/rails-console/commits/v0.1.0