Closed SylarRuby closed 8 years ago
I haven't been able to replicate the issue you mentioned.
> bundle exec rails c
Loading development environment (Rails 4.2.5.2)
irb(main):001:0> BigDecimal.new("2.11")
=> #<BigDecimal:7f9fc85fa658,'0.211E1',18(18)>
irb(main):003:0> AwesomePrint::version
=> "1.7.0"
irb(main):004:0> exit
> grep awesome_print Gemfile
gem 'awesome_print', :require => 'ap'
Btw, you should need to specify :require => 'ap'
Hey @gerrywastaken! Sorry. Digging further, the culprit was caused by another gem. Thanks for your response!
@SylarRuby no worries at all and cheers for the update :)
Was this meant to be used with Rails? In my
Gemfile
, in the development block, I haveNow in the rails console: