summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* start of pipes implementationfeature/pipesJohn Mair2012-11-176-233/+387
* force precedence of modules over methods when using C::X syntaxJohn Mair2012-11-152-4/+18
* Add a space when completing command names and long optionsConrad Irwin2012-11-144-4/+4
* Add completion for gem-open and gem-cdConrad Irwin2012-11-144-5/+31
* Factor out logic for finding gemspecConrad Irwin2012-11-143-17/+19
* Add gem-open to open the gem in an editorConrad Irwin2012-11-141-0/+26
* Add Pry.critical_section to break pry inside pry [Fixes #729]Conrad Irwin2012-11-133-8/+42
* Support $ <object>::<method> [Fixes #719]Conrad Irwin2012-11-132-2/+8
* Completion for show-source/show-doc/?/$ Array#<tab>Conrad Irwin2012-11-082-0/+22
* Move hashrocket out of Pry.config.printConrad Irwin2012-11-086-20/+17
* Merge remote-tracking branch 'rking/feature/ls-l'Conrad Irwin2012-11-075-13/+76
|\
| * Rename to output_with_default_format☈king2012-11-053-4/+4
| * Not !~, but .not =~.☈king2012-11-052-3/+3
| * Non-MRI1.9 local_variables return Strings (dumb.)☈king2012-11-051-1/+1
| * Eliminate spurious hashrockets.☈king2012-11-044-12/+40
| * Use `ls -l` instead of new command.☈king2012-11-045-40/+44
| * local-variables command. :neckbeard:☈king2012-11-042-0/+31
* | Pry::TooSafeException for 1.8.7 supportConrad Irwin2012-11-072-8/+11
* | Die politely when $SAFE > 0 [Fixes #744]Conrad Irwin2012-11-072-2/+9
* | Merge github.com:Havenwood/pryConrad Irwin2012-11-072-0/+0
|\ \
| * | chmod -x file permissionsHavenwood2012-11-072-0/+0
|/ /
* | Merge pull request #745 from mickey/save_file_prints_successKyrylo Silin2012-11-072-0/+10
|\ \
| * | save-file should print "success" message, if a file was savedMichael Bensoussan2012-11-072-0/+10
|/ /
* | added gaslight to sponsorsJohn Mair2012-11-061-0/+1
|/
* Fix a few minor YARD issuesRyan Fitzgerald2012-11-033-19/+11
* Improve Ruby 2.0 refinement support, closes #738John Mair2012-11-022-27/+31
* add a pry-specific Thread.current hashJohn Mair2012-11-021-1/+5
* add .pryrc and .irbrc to files highlighted by cat commandJohn Mair2012-11-021-1/+1
* move safe_send to base_helpers.rbJohn Mair2012-11-021-0/+9
* NO_PRY -> DISABLE_PRY for consistencyConrad Irwin2012-11-014-10/+10
* regemspecConrad Irwin2012-10-311-3/+3
* Allow pry to be disabled [Fixes #497]Conrad Irwin2012-10-314-0/+68
* Replace dated API documentation for Pry::Pager.page(…).Rob Gleeson2012-10-261-1/+1
* Pull this value from SystemPager.default_pager.Rob Gleeson2012-10-261-1/+1
* Respect $PAGER (shell environment variable).Rob Gleeson2012-10-261-3/+16
* Implement `--patch` flag for `edit --ex` commandKyrylo Silin2012-10-222-9/+56
* Remove ugly codeKyrylo Silin2012-10-211-2/+2
* Remove dead methodKyrylo Silin2012-10-211-5/+0
* Don't show result of evaluating comments.Conrad Irwin2012-10-202-1/+24
* Fix broken test on macConrad Irwin2012-10-201-1/+1
* Add extra tests for `edit-method --patch` commandKyrylo Silin2012-10-211-1/+90
* Add an option for disabling colourful bacon outputKyrylo Silin2012-10-181-1/+1
* Workaround for JRuby :ambulance:Ryan Fitzgerald2012-10-131-1/+4
* Refactor Pry.toplevel_binding to allow reset during testsRyan Fitzgerald2012-10-132-10/+30
* closes #710, convert negative arg to positive for cat --exJohn Mair2012-10-021-1/+1
* Merge pull request #717 from lloeki/fix_multiline_object_coloringRobert Gleeson2012-09-261-1/+1
|\
| * fix multiline object coloringLoic Nageleisen2012-09-261-1/+1
* | Merge pull request #718 from benpickles/patch-1Kyrylo Silin2012-09-261-1/+1
|\ \ | |/ |/|
| * Fix link.Ben Pickles2012-09-261-1/+1
|/
* exclude rbx properlyConrad Irwin2012-09-231-3/+2