summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typoremove-global-configConrad Irwin2014-05-051-1/+1
* add color more confidentlyConrad Irwin2014-05-0111-33/+21
* Pager should also respect _pry_.config.colorConrad Irwin2014-05-012-7/+17
* Use Pry::Output to strip color when necessaryConrad Irwin2014-05-015-8/+46
* Use _pry_.pager instead of Pry::PagerConrad Irwin2014-05-0119-42/+59
* Start using Pry::Code#highlightedConrad Irwin2014-05-016-12/+18
* Make it clearer that we're copying from config to configConrad Irwin2014-05-011-3/+3
* Remove occurrences in replConrad Irwin2014-05-011-4/+4
* No Pry.config in Pry::IndentConrad Irwin2014-05-012-6/+1
* No Pry.config in easter eggsConrad Irwin2014-05-011-3/+3
* Use _pry_.config in promptsConrad Irwin2014-05-011-8/+8
* Use _pry_ for consistencyConrad Irwin2014-05-011-3/+3
* Inject _pry_ into Pry::EditorConrad Irwin2014-05-014-130/+123
* Move to a fall-through config hash.Conrad Irwin2014-05-012-20/+5
* Stop using compatibility aliases for Pry.configConrad Irwin2014-05-0124-95/+95
* Merge pull request #1213 from yui-knk/fix-typojohnny5-2014-05-011-1/+0
|\
| * Delete unnecessary comment-outed `binding.pry`.yui-knk2014-05-011-1/+0
|/
* Delete GuardfileKyrylo Silin2014-04-291-62/+0
* CHANGELOG.md: link to the actual issuesKyrylo Silin2014-04-291-4/+4
* Merge pull request #1209 from kyrylo/remove-deprecated-hooks-apiKyrylo Silin2014-04-293-63/+1
|\
| * Remove deprecated hooks APIKyrylo Silin2014-04-293-63/+1
|/
* Expand windows ANSI check to include MRI 2.1Ryan Fitzgerald2014-04-281-4/+8
* Verify that setting Pry.input avoids loading ReadlineRyan Fitzgerald2014-04-281-1/+11
* Merge pull request #1203 from pry/fix-957Conrad Irwin2014-04-284-62/+74
|\
| * Make object path resolution more robust (fix #957)fix-957Ryan Fitzgerald2014-04-284-62/+74
* | Uncomment fixed regression specRyan Fitzgerald2014-04-281-6/+5
* | Move back to 'gist' gemConrad Irwin2014-04-273-77/+29
|/
* Extract object path resolution into a classRyan Fitzgerald2014-04-275-69/+93
* Minor refactor of reload-code commandRyan Fitzgerald2014-04-271-23/+14
* Merge branch 'reload_code_improved_error_message'Ryan Fitzgerald2014-04-272-1/+27
|\
| * Improved reload-code error messages and added tests.Tom Kadwill2014-04-272-1/+27
| * Revert "Initial support for gem-uninstall"Kannan Manickam2014-04-272-45/+0
| * Initial support for gem-uninstallKannan Manickam2014-04-272-0/+45
|/
* Fix ansicon link [Fix #1200]Conrad Irwin2014-04-271-1/+1
* Require method_source >= 0.8.1 for Ruby 2.0+ compatabilityAndrew Meyer2014-04-271-1/+1
* Fix #1196Conrad Irwin2014-04-272-1/+7
* fully qualify constant name. closes #1193Johnny Five2014-04-271-6/+6
* read 'prompt_name' from `pry.config`.robert2014-04-271-2/+2
* pass the right 'input' to InputCompleter#call, improve docs.robert2014-04-272-12/+15
* remove useless ifrobert2014-04-271-1/+1
* `input` becomes primary argument in #initialize.robert2014-04-273-15/+11
* unbreak pry builds on < ruby 2.1.1robert2014-04-271-1/+0
* support BasicObject instance's as value in Pry#inject_localrobert2014-04-271-1/+1
* use Binding#local_variable_set when availablerobert2014-04-271-8/+25
* keep the same order for exec hook before last commitrobert2014-04-271-2/+2
* don't store "target" in the config.robert2014-04-271-2/+3
* add #1188 to the changelogrobert2014-04-271-0/+1
* rewrite Pry::InputCompleter as a class who wraps '_pry_'.robert2014-04-274-130/+129
* label and re-use regexp's in Pry::InputCompleter.robert2014-04-271-54/+26
* update oudated documentation for `gem-install`.robert2014-04-271-2/+2