summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update references from pryrepl.org to pry.github.ioupdate-pryrepl-org-refsAndré Luis Leal Cardoso Junior2022-01-092-2/+2
* Add backticks to error message to reduce ambiguitySteve Condylios2022-01-051-2/+2
* Update missing docs fail message to include directives for installation and l...Steve Condylios2022-01-041-2/+3
* fix pry indent frozen error (#2136)T.Yasuma2021-10-111-1/+1
* Fix typo in comment.Masato Yamashita2021-07-221-1/+1
* Return with an error message if pry is started inside signal handler (#2206)Barrett Ingram2021-07-031-0/+13
* validates file presence in Config#default_rc_file (#2129)Armin2021-07-012-12/+9
* Merge pull request #2201 from pry/2199-ring-access-by-index-fixKyrylo Silin2021-06-281-1/+1
|\
| * ring: change guard priority so that the value at index can be readKyrylo Silin2021-06-281-1/+1
* | Restore `--no-history` CLI flag functionalityBrian Graham2021-06-141-1/+1
|/
* Release v0.14.1Kyrylo Silin2021-04-121-1/+1
* Merge pull request #2180 from wenderjean/fix/deprecate-plugins-cli-optionKyrylo Silin2021-04-111-5/+2
|\
| * Deprecate the option "--plugins" on CLI considering PluginManager does not ex...Wender Freese2021-03-271-5/+2
* | helpers/documentation: don't colorize twiceKyrylo Silin2021-04-111-1/+2
* | Merge pull request #2158 from andrehjr/fix-color-off-overwriteKyrylo Silin2021-03-281-1/+1
|\ \
| * | Make #strip_color only remove colors.André Luis Leal Cardoso Junior2020-10-051-1/+1
* | | Merge pull request #2154 from xjunior/patch-1Kyrylo Silin2021-03-281-5/+5
|\ \ \ | |_|/ |/| |
| * | Escape non-printing charactersCarlos Palhares2020-09-061-5/+5
| |/
* | Release v0.14.0Kyrylo Silin2021-02-081-1/+1
* | Merge pull request #2119 from mvz/issue-1241-remove-autoloading-of-pluginsKyrylo Silin2020-11-285-171/+5
|\ \
| * | Mark block arguments as unusedMatijs van Zuijlen2020-03-221-2/+2
| * | Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-224-153/+2
| * | Remove should_load_plugins config optionMatijs van Zuijlen2020-03-223-16/+1
| * | Do not load plugins by defaultMatijs van Zuijlen2020-03-221-1/+1
* | | Merge pull request #2133 from tbrisker/patch-1Kyrylo Silin2020-11-282-1/+1
|\ \ \ | |_|/ |/| |
| * | Update `?` alias to use show-sourceTomer Brisker2020-05-032-1/+1
* | | do not undef =~ unless defined (#2149)卜部昌平2020-08-061-1/+1
|/ /
* | Release v0.13.1Kyrylo Silin2020-04-121-1/+1
* | Merge pull request #2122 from ahorek/frozen_pry_bugKyrylo Silin2020-04-121-3/+1
|\ \
| * | pry-backtrace frozen bugpavel2020-03-251-3/+1
| |/
* | Merge pull request #2120 from barrettkingram/fix-help-command-listingKyrylo Silin2020-04-122-2/+2
|\ \
| * | Improve help listing for regex aliasesBarrett Ingram2020-03-221-1/+1
| * | Display Bang command as "!" instead of regex in help listingBarrett Ingram2020-03-221-1/+1
| |/
* | config: return `nil` on unknown option instead of raisingKyrylo Silin2020-04-121-3/+3
|/
* Display all syntax error messages when catching SyntaxExceptionBarrett Ingram2020-03-211-1/+1
* Release v0.13.0Kyrylo Silin2020-03-2113-13/+13
* repl: clear line after indenting when Vi mode is enabledKyrylo Silin2020-03-211-1/+1
* method: delegate internally-used methodsKyrylo Silin2020-03-211-0/+5
* Merge pull request #2098 from barrettkingram/whereami_bug_fixKyrylo Silin2020-03-201-1/+1
|\
| * Fix whereami -c when class definition is not beginning of lineBarrett Ingram2019-12-291-1/+1
* | commands/edit/file_and_line_locator: refactor eval expressionKyrylo Silin2020-03-201-1/+1
* | exceptions: check if $SAFE is supported by RubyKyrylo Silin2020-03-172-1/+12
|/
* Fix: Rubocop: Layout/EmptyLineAfterMagicCommentViktor Fonic2019-12-031-0/+1
* Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2baKyrylo Silin2019-11-072-1/+4
* Fix Ruby 2.7 compatibility in Pry::Slop#mehtod_missingJean Boussier2019-10-011-1/+1
* Allow negative ranges in hist --showBrian Graham2019-08-091-2/+0
* Attempt to allow pasting multiple lines with leading dots (#2060)Josh Cheek2019-07-112-2/+10
* Use Pry::Env where it makes senseKyrylo Silin2019-06-099-18/+25
* Add Pry::EnvKyrylo Silin2019-06-092-0/+19
* Close #2054 - prefer XDG_* paths (if set)A. Nackov2019-06-052-5/+5