summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into include-text-moduleinclude-text-moduleRobert2017-09-0112-54/+369
|\
| * add Pry::Prompt.remove_alias()0xAB2017-08-292-0/+35
| * improve testcases for Pry::Prompt0xAB2017-08-291-10/+33
| * polish Pry::Prompt0xAB2017-08-294-9/+18
| * 10, 100, 110 etc are potentially valid inputs0xAB2017-08-281-1/+1
| * mark aliased prompt as "[active]" in list-prompts0xAB2017-08-282-5/+7
| * return PromptInfo from _pry_.prompt if it is a known prompt0xAB2017-08-283-4/+11
| * selected_prompt?() detects _pry_.prompt = Pry::DEFAULT_PROMPT0xAB2017-08-281-1/+1
| * fix selected_prompt?0xAB2017-08-281-1/+1
| * use Pry::Prompt['default'] in config/default.rb0xAB2017-08-281-1/+1
| * support `Pry.config.prompt = Pry::Prompt['nav']` by calling to_a in push_prompt0xAB2017-08-282-1/+6
| * to_s on insert to avoid type worries later0xAB2017-08-281-3/+4
| * remove noise from response0xAB2017-08-281-1/+1
| * 0 isnt valid as response0xAB2017-08-281-1/+1
| * in case of multiple aliases referencing different prompts, provide0xAB2017-08-282-2/+30
| * eql? based on just proc_array0xAB2017-08-281-1/+1
| * Disallow duplicate aliases0xAB2017-08-281-4/+15
| * using Pry.configure in Pry::Prompt[] example.0xAB2017-08-281-1/+3
| * rename get_prompt as []0xAB2017-08-284-11/+10
| * fix alias namespace collision0xAB2017-08-271-9/+8
| * support creating aliase from another aliase.0xAB2017-08-272-5/+7
| * add alias-prompt command0xAB2017-08-272-0/+34
| * add Pry::Prompt.alias_prompt, ref #16280xAB2017-08-275-28/+95
| * doesn't compile on Ubuntu, & probably never used.0xAB2017-08-271-2/+0
| * Merge pull request #1628 from pry/extensible-promptsRobert2017-08-265-26/+100
| |\
| | * Merge remote-tracking branch 'pry/master' into extensible-promptsextensible-prompts0xAB2017-08-235-4/+34
| | |\
| | * | extend Pry::Prompt for integrating custom prompts.0xAB2017-08-235-26/+101
| * | | Revert "add clear-screen command."0xAB2017-08-231-15/+0
| * | | Remove 1.9.2 from .travis.yml0xAB2017-08-231-1/+0
| * | | add clear-screen command.0xAB2017-08-201-0/+15
| | |/ | |/|
| * | update CHANGELOG.md, modify testcase0xAB2017-08-202-3/+7
| * | Pry::WrappedModule::Candidate#class_regexes now handles modules that have ove...John Anderson2017-08-202-3/+18
| * | allow 2.4.1 specs to fail - in case the GC bug is tickledJohn Anderson2017-08-201-1/+2
* | | Merge remote-tracking branch 'pry/master' into include-text-module0xAB2017-08-202-0/+11
|\ \ \ | |/ /
| * | Merge pull request #1624 from SaladFork/feature/background-color-helpersr-obert2017-08-202-0/+11
| |\ \ | | |/ | |/|
| | * update CHANGELOG.md0xAB2017-08-201-0/+1
| | * Merge remote-tracking branch 'pry/master' into feature/background-color-helpers0xAB2017-08-208-66/+49
| | |\ | | |/ | |/|
| | * add changelog for #16240xAB2017-08-201-0/+1
| | * Add text helpers for background colorsElad Shahar2017-08-071-0/+10
* | | update CHANGELOG.md0xAB2017-08-201-0/+1
* | | include Pry::Helpers::Text into Pry::Command.0xAB2017-08-201-0/+9
|/ /
* | update CHANGELOG.md (commit implementing this was reverted)0xAB2017-08-201-1/+0
* | update CHANGELOG.md0xAB2017-08-201-0/+1
* | fix 2.4 ruby warning0xAB2017-08-201-1/+1
* | Merge pull request #1590 from dgutov/string_literal_methods_completionRobert2017-08-136-63/+47
|\ \ | |/ |/|
| * add Pry::BasicObject::ArgumentErrorr-obert2017-08-131-1/+1
| * Merge branch 'master' into string_literal_methods_completionr-obert2017-07-162-0/+2
| |\ | |/ |/|
* | whereami?!?!?!?! fix #1597r-obert2017-07-152-0/+2
| * Fix method completion on string literalsDmitry Gutov2017-07-065-9/+46
| * Remove duplicate testsDmitry Gutov2017-07-061-53/+0
|/