PeterTCormack
PeterTCormack
Hello @drewish ! Thank you for this repo; it's very useful to our team! Any chance this small PR could be merged? It'd greatly help us out!
@jturkel : Thank you for responding! We're on 0.3.0 of safer_rails_console, and when I removed the version limiter, it still got 0.3.0. How do I get 0.4.0? Is that a...
@jturkel : Fascinating. Especially curious since disabling safer_rails_console does resolve these issues entirely. If I can scrape together some extra bandwidth, I'll try some of those troubleshooting strategies. Thank you...
@jturkel : One of my colleagues figured out some code to run after the console has started up to resolve the wrapping issues: ``` IRB.conf[:PROMPT][:RAILS_ENV].each do |_,str| str.gsub!("\e[32m", "\[\e[32m\]" =>...