Ryan Fitzgerald
|
c8845bffb4
|
defer loading of requires specified on the command line
|
2011-07-24 20:13:18 -07:00 |
|
John Mair
|
b3138965d5
|
added --installed-plugins switch to pry binary to list installed plugins with description
|
2011-06-17 01:41:40 +12:00 |
|
John Mair
|
570ff75cdd
|
added --no-pager to binary options, and refactored options
|
2011-06-05 03:59:05 +12:00 |
|
John Mair
|
166e6e8f0b
|
added --no-plugins command line option to executable, removed unnecessary whitespace from introspectin.rb
|
2011-06-04 01:08:42 +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 |
|
Rob Gleeson
|
bffe9d69af
|
Move "reset" command Pry::DefaultCommands::Basic.
|
2011-05-19 19:10:16 +01:00 |
|
Rob Gleeson
|
b859d8b6ea
|
Set $0 to "pry".
|
2011-05-03 14:58:54 +01:00 |
|
Mon ouïe
|
8351b9a20d
|
Fixed bin/pry (Pry::Commands is not a class anymore)
|
2011-04-29 17:47:33 +02:00 |
|
Lee Jarvis
|
316720974c
|
rely on slop providing help
|
2011-04-24 15:33:34 +01:00 |
|
John Mair
|
99f6406b84
|
fixed spelling mistake in executable
|
2011-04-24 20:47:19 +12:00 |
|
John Mair
|
99841eeb68
|
fixed 'surpress' typo in pry executable
|
2011-04-24 16:26:19 +12:00 |
|
Lee Jarvis
|
0c9f04f44d
|
use slop for executable
|
2011-04-19 13:13:22 +01:00 |
|
John Mair
|
cf57d9a80d
|
added 'reset' command (exec("pry")) to bin/pry executable
|
2011-04-10 02:23:24 +12:00 |
|
John Mair
|
4b9198d03c
|
version 0.6.8, added whereami command, made .pryrc run at the start of each runtime session, put syntax highlighting on by default
|
2011-03-06 03:17:54 +13:00 |
|
John Mair
|
d299f3be30
|
version 0.6.8pre4, changed Pry::Commands.dup to Pry::Commands.clone due to rubinius bug. Made .pryrc run on ordinary pry sessions (not just command line), still need to complete whereami command
|
2011-03-05 01:37:59 +13:00 |
|
John Mair
|
f1c5fa4a69
|
version 0.6.7pre3, getting syntax higlighting working and adding new commands to pry commandline, see TODO
|
2011-03-03 00:18:26 +13:00 |
|
John Mair
|
7ce581e7fd
|
version 0.6.1(pre), added !! as alias for exit-all, added cd/ to return to pry toplevel, improved pry command line so it uses a rep session on -e code
|
2011-02-25 15:42:17 +13:00 |
|
John Mair
|
c0d12d1693
|
version 0.6.0, fixed file require ordering issue
|
2011-02-22 02:03:42 +13:00 |
|
John Mair
|
d65a13ae30
|
version 0.5.8 added -c (context) options to show-method and show-doc and eval-file commands, fixed up ordering issue for options in pry command line
|
2011-02-21 13:46:29 +13:00 |
|
John Mair
|
22d31c0b92
|
version 0.5.7, added Pry executable, pry --help at command line for more info
|
2011-02-21 05:54:18 +13:00 |
|