1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

13 commits

Author SHA1 Message Date
John Mair
7509f6b6c1 Pry.editor -> Pry.config.editor 2011-08-30 03:00:13 +12:00
John Mair
3e137e8b1b added Pry.config.control_d_handler and also changed way control d (^D) works inside multi-line expressions (it clears input buffer) 2011-08-30 02:22:58 +12:00
John Mair
b8847e538b removed unused results_pager config option 2011-07-27 05:16:07 +12:00
Ryan Fitzgerald
7ece261723 implement command_prefix feature 2011-07-26 00:34:54 -07:00
Ryan Fitzgerald
3b955809ca add config to disable auto-reload 2011-07-24 23:11:57 -07:00
Ryan Fitzgerald
c8845bffb4 defer loading of requires specified on the command line 2011-07-24 20:13:18 -07:00
John Mair
3c7a1c2eca save before computer crash 2011-06-11 22:44:30 +12:00
David Palm
34f85aa3a9 Changing Pry.config.history.load/save into should_load/should_save to work aroung ActiveSupport 3.1.rc2 hijacking "load"
Changing test_pry.rb to require 'helper' using absolute path, so we can run tests under 1.9.2+
2011-06-09 12:25:06 +02:00
Mon ouïe
b96f00cebd Allowed size of history arrays to be set in Pry.config 2011-06-05 18:37:54 +02:00
John Mair
94a1f993e6 Replaced Pry.config.should_load_plugins with Pry.config.plugins.enabled. Also added Pry.config.plugins.strict_loading config option; also updated test helper to reflect changes 2011-06-02 21:41:56 +12:00
John Mair
7bc03759d9 defining history config option directly in Config class and documenting it 2011-05-30 03:47:48 +12:00
John Mair
e1d9763c28 Implemented readline history saving (~/.pry_history file by default) along with a bunch of options on Pry.config.history . Migrating more options over to Pry.config object. 2011-05-29 00:01:15 +12:00
John Mair
e6c05a32d3 added config.rb to repo 2011-05-28 20:43:32 +12:00