summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added pipe syntax for commands. Tests to be added soon.feature/pipe-syntaxMatthew Carey2012-11-081-1/+35
* 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
* Exclude test fail for rbx bugConrad Irwin2012-09-231-1/+1
* Use ::Kernel.__method__ so that we can work on BasicObjectConrad Irwin2012-09-234-3/+31
* Ok, don't be ___ silly eitherConrad Irwin2012-09-201-2/+1
* Don't be ____ sillyConrad Irwin2012-09-201-2/+1
* Merge remote-tracking branch 'rking/master'Conrad Irwin2012-09-184-24/+43
|\
| * Rerun `rake gemspec` after 735e057e.☈king2012-09-171-3/+3
| * Add input_array.pop!☈king2012-09-172-0/+10
| * Deduce the test name from lib names for Guard☈king2012-09-171-2/+19
| * Refactor to @populated☈king2012-09-171-19/+11
|/
* Merge pull request #714 from voxik/fix-lesspipe-for-riRobert Gleeson2012-09-161-1/+3
|\
| * Fix 'lesspipe' for ri.Vít Ondruch2012-09-161-1/+3
* | Merge pull request #713 from voxik/fix-less-checkRobert Gleeson2012-09-161-2/+1
|\ \ | |/ |/|
| * Fix the less check (#712).Vít Ondruch2012-09-161-2/+1
|/
* Comments got out of sync with code.Robert Gleeson2012-09-161-2/+2
* Rearrange command tests to match command file layoutRyan Fitzgerald2012-09-1529-1747/+1757
* Fix silly bug in Pry::Pager.page(…).Robert Gleeson2012-09-151-1/+1
* Platform agnostic.Robert Gleeson2012-09-151-1/+1
* Don't try to run the system pager if 'less' is not available.Robert Gleeson2012-09-151-2/+3
* Don't try to use the 'less' pager on Windows.Robert Gleeson2012-09-151-1/+2
* Merge pull request #711 from rking/masterJohn Mair2012-09-131-1/+2
|\