← Back

Copy Values From Production Rails Console

Sometimes there is a need to copy long values from production rails console to local rails console.

By long values I mean for example long hashes that span multiple screens.

For that I use screen’s copy-paste functionality.

Long hashes that span multiple screens can be copied from one window to another and rails console will recognize them well.