Coderwall
Ruby
Python
JavaScript
Front-End
Tools
iOS
More
Tips
Ruby
Python
JavaScript
Front-End
Tools
iOS
PHP
Android
.NET
Java
Jobs
Jobs
Sign In or Up
Joined March 2015
·
listenloop
ListenLoop
New York, NY
·
·
0 Protips
1 Comments
Posted to
View your recent command history in Rails Console
over 1 year ago
thankyou. i was able to get what i wanted by doing:
Readline::HISTORY.entries.each { |c| puts c }
Achievements
1 Karma
0 Total ProTip Views
thankyou. i was able to get what i wanted by doing:
Readline::HISTORY.entries.each { |c| puts c }