Stephan Kämper

Joined

2,160 Experience
21 Lessons Completed
0 Questions Solved

Activity

Posted in Adding a Blog Index Action Discussion

I like how you follow the "Change the message or make it pass." technique to get to display the posts on the index page.
(I learned about applying this systematically through a video course by Corey Haines, which is sadly unavailable online.)

Hi all,

so I know how I can allow displaying the web console on a mobile device (iPhone or iPad in my case) by putting

config.web_console.whitelisted_ips = %w(0.0.0.0/0 ::/0)

in config/environments/development.rb. Then the console is displayed on other devices in the local network.
However on my iPhone/Pad the keyboard isn't shown as well.

Does anybody know how to get that keyboard to be displayed, when the console is tapped?