oggy / looksee

Supercharged method introspection in IRB
MIT License
364 stars 14 forks source link

(Object doesn't support #inspect) #28

Closed bkoc closed 10 years ago

bkoc commented 10 years ago

Can not looksee ActiveRecord instance objects anymore after upgrading to rails 4.1.0. It was working fine with 4.1.0rc. I have not added any new gems to the project but some of outdated gems are updated in the process.

AnyClass.ls works fine. AnyClass.new.ls returns empty printing out (Object doesn't support #inspect).

oggy commented 10 years ago

Thanks for the report -- will fix ASAP. In the meantime, please use v2.0.0, which does not have this problem.

oggy commented 10 years ago

Just pushed 2.1.1 which should fix this. Thanks again!