- Fix
undefined method [] for Pry::Prompt:Class (NoMethodError)
error when entering rails console
- Fix deprecation warning
Module#parent_name
in Rails 6.x
- Fix my stupid mistake on v0.4.2: Require hirb-unicode-steakknife as hirb-unicode
- Require hirb-unicode-steakknife as unicode-steakknife
- BUG: The require name was wrong
- Replace
hirb-unicode
withhirb-unicode-steakknife
in optional enhancement. (Runrails generate awesome_rails_console:install
to install them) - BUG: It doesn't require properly
- Add
pry-byebug
,pry-stack_explorer
andhirb
back as optional enhancement. (Runrails generate awesome_rails_console:install
to install them)
- Remove
pry-byebug
,pry-stack_explorer
andhirb
dependency. Please add them into your applicationGemfile
if you still want to use. - Remove color indicator from prompt.
- No changes in functionality. Release for updating information on rubygems.org.
- Remove Ruby 1.9 support.
- First release.