summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speed up tests by memoizing command regexesrefactor/optimize_prefixRyan Fitzgerald2012-12-082-6/+17
* Move version output into private test helperRyan Fitzgerald2012-12-082-2/+2
* Move some testing code into spec/helpers/Ryan Fitzgerald2012-12-084-54/+50
* Add Mocha for mockingRyan Fitzgerald2012-12-084-9/+46
* move mock_pry to local spec/helper.rbJohn Mair2012-12-092-14/+14
* move Pad to local helpers, and move more methods in PryTestHelpersJohn Mair2012-12-093-26/+27
* PryTestHelpers methods are now module_functions, included into Bacon::Context...John Mair2012-12-0713-65/+72
* Merge branch 'feature/test_cleanup'John Mair2012-12-0718-314/+275
|\
| * cleaned up lib/pry/test/helper.rbJohn Mair2012-12-0718-314/+275
|/
* page output of ls commandAndrew Vos2012-12-071-10/+13
* spellingAndrew Vos2012-12-071-1/+1
* Use Jist.copy, not a Helper; fix @filename☈king2012-12-072-35/+4
* DRY gist command's docs vs tests☈king2012-12-062-27/+51
* gist: fix filenames from REPL + refactor + test☈king2012-12-062-54/+134
* Dev dep on 'jist' + better Guard deps☈king2012-12-061-5/+4
* Correct invocation for new test helper☈king2012-12-061-1/+1
* added note to gist commandJohn Mair2012-12-021-5/+12
* add a few more Pry::Method-style methods to Pry::CommandJohn Mair2012-12-021-1/+15
* Add information about `play 1..2` syntax to helpKyrylo Silin2012-12-011-1/+8
* Remove some repetitive bits from play_spec.rbKyrylo Silin2012-12-011-72/+56
* Add support for `play 69` syntaxKyrylo Silin2012-12-012-15/+87
* pry.gemspec update☈king2012-11-291-5/+5
* Make "ls" command work even when TerminalInfo doesn'tConrad Irwin2012-11-291-1/+6
* Ensure TerminalInfo.screen_size returns numbers safelyConrad Irwin2012-11-291-2/+11
* Return numbers from screen_size, kthxbai...Conrad Irwin2012-11-291-1/+1
* Handle case where maximum_width > screen_widthConrad Irwin2012-11-291-0/+1
* Add missing brackets to function definitionsConrad Irwin2012-11-293-6/+6
* Merge remote-tracking branch 'AndrewVos/tablify-ls'Conrad Irwin2012-11-295-33/+50
|\
| * take into account string that have ansi codesAndrew Vos2012-11-291-6/+10
| * Reading the output of `ls` is hard, tablify itAndrew Vos2012-11-295-33/+46
|/
* Don't recolorize output with ANSI escapes [Fixes #751]Conrad Irwin2012-11-282-1/+33
* reverted Pry::Method file/line aliases because of stupid, stupid REEJohn Mair2012-11-281-2/+0
* Pry::Method aliases: line -> source_line, file -> source_fileJohn Mair2012-11-281-1/+3
* moved test helper.rb to lib/pry/test/helper.rb, so plugins can use our test h...John Mair2012-11-283-56/+54
* improve Pry::Hooks#hook_exists? methodJohn Mair2012-11-271-1/+1
* publicize Pry::Hooks#hook_exists?John Mair2012-11-272-3/+1
* Fix subcommandsKyrylo Silin2012-11-262-20/+65
* Fix broken link to the Pry logoKyrylo Silin2012-11-261-3/+2
* Fix indentation and typoKyrylo Silin2012-11-231-1/+2
* Define Options creation more exactlyKyrylo Silin2012-11-231-6/+8
* Adapt existing code to subcommandsKyrylo Silin2012-11-232-3/+3
* Rename "sub_command" to "subcommand"Kyrylo Silin2012-11-232-16/+16
* Refactor ClassCommand::Options#[]Kyrylo Silin2012-11-231-5/+1
* Extend ClassCommand so it can define sub commandsKyrylo Silin2012-11-232-22/+256
* added notes.yml / removed bookmarks.yml (sorry guys)John Mair2012-11-212-5/+18
* added experimental bookmarks.yml file, Successfully installed pry-note-0.1.0John Mair2012-11-211-0/+5
* Always show @line in whereami [Fixes #754]Conrad Irwin2012-11-201-1/+1
* Revert "make whereami more consistent [Fixes #383]"Conrad Irwin2012-11-201-12/+6
* Add pager detection by using `which` commandKyrylo Silin2012-11-191-1/+3
* Revert "Make whereami more consistent (and less cheeky) [Fixes #383]"Conrad Irwin2012-11-183-16/+11