summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/pry/code.rb,lib/pry/code/code_file.rb: add docsKyrylo Silin2013-11-232-12/+14
* lib/pry/code.rb: factor out code related to filename handlingKyrylo Silin2013-11-232-84/+101
* lib/pry/code.rb: remove #known_extensions cruftKyrylo Silin2013-11-231-7/+1
* lib/pry/code.rb: refactor $LOAD_PATH path findingKyrylo Silin2013-11-231-31/+25
* Merge branch 'cat' of github.com:havenwood/pry into havenwood-catKyrylo Silin2013-11-232-35/+54
|\
| * Fix bug when 'name/' and 'name.rb' both exist.Shannon Skipper2013-11-231-6/+15
| * Removed unncessary 'if' check that @kyrylo pointed out.Shannon Skipper2013-11-231-8/+4
| * Add cat support for Ruby files with .rb ext omitted.Shannon Skipper2013-11-182-33/+32
| * Also files relative to load path dirs.Shannon Skipper2013-11-132-9/+21
| * Support %cat checking $LOAD_PATH directories.Shannon Skipper2013-11-111-0/+3
* | Stat now supports top-level method aliasesAldric Giacomoni2013-11-151-1/+2
|/
* Fix warningsRyan Fitzgerald2013-11-091-2/+2
* Reset color before printing SimplePager promptRyan Fitzgerald2013-11-091-2/+4
* v1.0.0.pre.1Conrad Irwin2013-11-091-1/+1
* Merge remote-tracking branch 'origin/fix_inspect_output'Conrad Irwin2013-11-095-96/+234
|\
| * Pass actual terminal width into ppRyan Fitzgerald2013-11-091-1/+1
| * Remove -S option from less; wrap long lines by defaultRyan Fitzgerald2013-11-091-1/+1
| * Simplify usage of ColorPrinter in ls -lRyan Fitzgerald2013-11-031-3/+1
| * Fix SimplePager newline bugRyan Fitzgerald2013-11-031-1/+1
| * Add a block-based paging API on top of `best_available`Ryan Fitzgerald2013-11-033-38/+42
| * Rescue StopPaging in Pry.pageRyan Fitzgerald2013-11-021-0/+1
| * Make Pry::Pager a moduleRyan Fitzgerald2013-11-021-1/+1
| * Simplify pager selection, make base class a null pagerRyan Fitzgerald2013-11-022-59/+49
| * Raise StopPaging when user quits pagerRyan Fitzgerald2013-11-021-0/+1
| * Fix a couple of SimplePager bugsRyan Fitzgerald2013-11-022-2/+4
| * Fix inspect fallback for weird objectsRyan Fitzgerald2013-11-021-1/+20
| * Track output size more accuratelyRyan Fitzgerald2013-11-021-27/+93
| * Stream colorized inspect output into pagersRyan Fitzgerald2013-11-023-32/+40
| * Refactor Pager and subclasses to support streamingRyan Fitzgerald2013-10-282-30/+79
* | Fix paging on jruby [Fixes #992]Conrad Irwin2013-11-091-1/+1
* | Support ruby 2.1!Conrad Irwin2013-11-091-1/+5
* | Merge branch 'bugfix/gem-cd' of github.com:epitron/pryConrad Irwin2013-11-091-1/+1
|\ \
| * | Make 'gem-cd' use the most recent gem, not the oldest gem.epitron2013-11-061-1/+1
| |/
* | cli.rb: rename "--installed-plugins" switch to "--plugins"Kyrylo Silin2013-11-061-1/+1
|/
* lib/pry.rb: keep randomness predictable!Kyrylo Silin2013-10-241-1/+3
* Fix ruby 1.8.7 harderConrad Irwin2013-10-191-2/+16
* Skip BasicObject on archaic rubiesConrad Irwin2013-10-191-16/+18
* Replace BasicObject#__binding__ with one that worksConrad Irwin2013-10-191-3/+20
* Move __binding__ onto BasicObjectConrad Irwin2013-10-191-0/+2
* Add support for BasicObjects to `ls` [Fixes #984]Conrad Irwin2013-10-192-26/+20
* command_helpers.rb: move `set_file_and_dir_locals` from BaseHelpersKyrylo Silin2013-09-252-10/+11
* pry_class.rb: do not monkey-patch CodeRay anymoreKyrylo Silin2013-09-231-20/+0
* add CommandSet#[]= spec.Robert Gleeson2013-09-221-1/+1
* add Pry::CommandSet#[]=.Robert Gleeson2013-09-221-9/+49
* Need the whitespace.Sean Bryant2013-09-111-1/+1
* Show method docs for Foo() and class docs for FooDanielle Sucher2013-09-061-3/+3
* Check for any mri version in Pry::Method#pry_doc_infoDanielle Sucher2013-09-061-1/+1
* Refactor BaseHelpers with #mri?Danielle Sucher2013-09-061-7/+7
* Have show-doc suggest installing pry-doc in Ruby 2.0Danielle Sucher2013-09-052-1/+5
* Allow ARGV to be mutated during option parsingDanielle Sucher2013-09-051-1/+1