-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table output not working using Rails 3.2 #54
Comments
Thanks for the report. Patches welcome until I get around to this. |
I tried activerecord 3.2.3 and it worked fine. It seems you have a config problem. Try adding an ancestor option:
|
Closing. If you have more to discuss I can reopen. |
Hi, I'm still seeing output in the following form when using Rails 3.2.3:
.irbc: |
Strange. If you comment out wirble and awesome_print does hirb work? If you remove the :options key from Hirb.enable, does it work? If not, I need your ruby version and the output of |
I reduced my file, .irbrc down to one line and I'm still not getting the expected output:
|
I confirm that is not working with rails 3.2
Update: I tried another installation with mysql and is working fine, the problem seem to be with postgresql. since I can do the following in the postgre installation
|
Hirb doesn't use table output when dealing with ActiveRecord::Base model(s). Next, I have the following within my .irbrc:
Next, when I'm in the Rails console and I execute the following things start to work:
BTW, I have tried the above with .irbrc and no luck.
The text was updated successfully, but these errors were encountered: