summaryrefslogtreecommitdiff
path: root/lib/pry
Commit message (Expand)AuthorAgeFilesLines
* MonkeyPatch jruby's Array#pretty_inspect [Fixes #568]Conrad Irwin2012-05-261-0/+21
* upgraded gist and save-fileJohn Mair2012-05-261-5/+56
* Support windows paths in editor tooConrad Irwin2012-05-241-1/+1
* Support absolute paths to $EDITORConrad Irwin2012-05-241-2/+11
* Set blocking_flag correctly on absolute $EDITORConrad Irwin2012-05-241-1/+1
* Close tempfiles before editing [Fixes #575]Conrad Irwin2012-05-191-0/+2
* Only try to Hash modules [Fixes #576]Conrad Irwin2012-05-191-3/+1
* Remove unnecessary tracking of Pry session countRyan Fitzgerald2012-05-192-7/+1
* "ri" command made to actually work this time.epitron2012-05-181-5/+5
* "ri" command enhancedepitron2012-05-181-1/+34
* _line_ should not be set by whereami.Yorick Peterse2012-05-171-1/+0
* Set _file_ and _line_ when calling whereami.Yorick Peterse2012-05-161-0/+3
* version 0.9.9.6 releaseJohn Mair2012-05-102-2/+4
* v0.9.9.5 minor releasev0.9.9.5Conrad Irwin2012-05-091-1/+1
* Merge pull request #548 from YorickPeterse/masterYorick Peterse2012-05-081-0/+4
|\
| * Set plugin options before requiring the plugin.Yorick Peterse2012-04-231-3/+3
| * Auto create configuration objects for plugins.Yorick Peterse2012-04-201-0/+4
* | Revert "Always start the prompt in the first column (fix #551)"John Mair2012-05-081-13/+7
* | Preserve backticks and don't double highlight [Fixes #562]Conrad Irwin2012-05-051-1/+1
* | Reject measurements of the window size that are 0Conrad Irwin2012-05-021-8/+20
* | prevent ZeroDivisionError when cols == 0sonnym2012-05-021-1/+1
* | Always start the prompt in the first column (fix #551)Ryan Fitzgerald2012-04-281-7/+13
* | version 0.9.9.4pre1, fixed winsize bugJohn Mair2012-04-261-1/+1
* | Fix `exit` after previous syntax error in `exit` command.Renato Mascarenhas2012-04-251-1/+4
* | Fix Jruby...Conrad Irwin2012-04-241-1/+1
* | Check `respond_to?(:winsize)` (fix #549)Ryan Fitzgerald2012-04-241-10/+6
* | Don't indent inside strings. [Fixes #535]Conrad Irwin2012-04-222-8/+96
* | include line count in show-source class outputJohn Mair2012-04-211-8/+12
|/
* version 0.9.9.3 docfix releasev0.9.9.3John Mair2012-04-201-1/+1
* fixed bug preventing some core docs displayingJohn Mair2012-04-201-1/+5
* version 0.9.9.2 minor bugfix releasev0.9.9.2John Mair2012-04-191-1/+1
* make correct_indentation color respect Pry.colorJohn Mair2012-04-191-1/+3
* version 0.9.9.1 very minor docfix releasev0.9.9.1John Mair2012-04-192-3/+3
* version 0.9.9 releasev0.9.9John Mair2012-04-181-1/+1
* Lines ending with \ are incomplete (kudos to fowl)Conrad Irwin2012-04-181-2/+2
* make whereami N work, fixes #537John Mair2012-04-182-7/+6
* show-source dependency on ruby18_source_locationJohn Mair2012-04-181-6/+17
* DRYed up show-doc/show-source codeJohn Mair2012-04-182-24/+30
* Pry::WrappedModule.from_str respects bindingJohn Mair2012-04-183-7/+12
* `show-source -v` => `show-source -a`John Mair2012-04-183-21/+34
* moved nyan-cat to eastereggs and made it hiddenJohn Mair2012-04-182-3/+4
* Can now view documentation for REPL methodsJohn Mair2012-04-171-1/+23
* module constants should be looked up at top-level by defaultJohn Mair2012-04-171-2/+2
* Merge branch 'master' of github.com:pry/pryJohn Mair2012-04-171-67/+101
|\
| * TweakConrad Irwin2012-04-171-7/+3
| * Refactor, optimize and slightly correct find-method.Conrad Irwin2012-04-171-64/+102
* | refactored/improved show-doc codeJohn Mair2012-04-171-10/+18
|/
* Be less codey...Conrad Irwin2012-04-161-4/+1
* Show instance methods of modules by default in lsConrad Irwin2012-04-161-6/+20
* added -v switch show-source and show-docJohn Mair2012-04-174-73/+196