summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extract a class out of load_file_through_replfeature/pryrc_replJohn Mair2012-06-202-50/+82
* fix 'rake pry' and refactor Pry.load_file_through_repl()John Mair2012-06-192-9/+20
* pry your_file.rb at command line now runs your_file through repl loopJohn Mair2012-06-192-38/+50
* load .pryrc files through repl and become interactive on errorJohn Mair2012-06-172-1/+55
* Enormously important fixRyan Fitzgerald2012-06-161-2/+2
* Add unit tests for DEFAULT_CONTROL_D_HANDLERKyrylo Silin2012-06-172-1/+46
* Revert "Change redundant String#replace..."Yorick Peterse2012-06-163-3/+3
* Merge pull request #599 from kyrylo/change-replace-to-clearYorick Peterse2012-06-163-3/+3
|\
| * Change redundant String#replace to String#clearKyrylo Silin2012-06-163-3/+3
* | fix amend-line :listing (wrongly listed as -line). Fix gist -o and gist -iJohn Mair2012-06-162-3/+3
|/
* Fix whereami with tests, closes #595John Mair2012-06-163-4/+38
* Provide a place for commands to store state.John Mair2012-06-163-1/+86
* Statement fix for clearing the first line.Yorick Peterse2012-06-111-1/+1
* Merge branch 'issue/566'Yorick Peterse2012-06-111-0/+6
|\
| * Clearing the first line with auto_indent disabled.Yorick Peterse2012-05-301-4/+2
| * Clear the current line before starting Pry.Yorick Peterse2012-05-251-0/+8
* | Tidy up tests and remove some repeating codeKyrylo Silin2012-06-1115-585/+571
* | Comment out test in jruby too...Conrad Irwin2012-06-101-1/+1
* | Fix whereami inside __binding_impl__Conrad Irwin2012-06-104-14/+27
* | Use a clean toplevel_binding by default.Conrad Irwin2012-06-103-2/+40
* | Fix show-source and show-doc on __binding__/__binding_impl__Conrad Irwin2012-06-103-8/+4
* | Merge pull request #589 from kyrylo/break-off-cd-tests-from-context-to-a-sepa...Conrad Irwin2012-06-102-165/+161
|\ \
| * | Break off Cd tests from ContextKyrylo Silin2012-06-102-165/+161
|/ /
* | Write Object#pry and docs.Conrad Irwin2012-06-071-19/+18
* | Positivise docs for consumptionConrad Irwin2012-06-061-24/+25
* | Add some explanation to __binding__Conrad Irwin2012-06-061-2/+40
* | Merge pull request #586 from kyrylo/refactor-binding-methodJohn Mair2012-06-061-12/+10
|\ \
| * | Refactor __binding__ methodKyrylo Silin2012-06-071-12/+10
* | | Give instructions on how to install readline [Fixes #556]Conrad Irwin2012-06-041-1/+8
|/ /
* | Fix `whereami` inside erb files.Conrad Irwin2012-06-034-29/+83
* | Update to method_source 0.8.pre.2Conrad Irwin2012-06-032-5/+5
* | Rely on the next version of method_source's CodeHelpersConrad Irwin2012-06-034-88/+31
* | allow (class|instance)_eval based monkeypatch detection for show-source -aJohn Mair2012-06-043-3/+38
* | fixed failing save-file test (changed option name -c -> -k)John Mair2012-06-031-1/+1
* | added `gist --clip` option to copy content to clipboard rather than gist it.John Mair2012-06-032-21/+40
* | improve short description for a few commandsJohn Mair2012-06-022-6/+6
* | Update to slop 3.3.1Conrad Irwin2012-05-313-12/+12
* | Upgrade slop syntax in cli.rbConrad Irwin2012-05-301-4/+4
* | Bump slop dependency to 3.3.0Conrad Irwin2012-05-302-6/+6
* | Revert "Set Pry::Slop equal to Slop (v2.4.4)"Conrad Irwin2012-05-304-1083/+3
* | Revert "Upgrade to Slop v3"Conrad Irwin2012-05-304-790/+908
* | Revert "reinstate slop license"Conrad Irwin2012-05-301-21/+0
* | reinstate slop licenseConrad Irwin2012-05-291-0/+21
* | Fix the superficial slop errorsConrad Irwin2012-05-296-41/+41
* | Upgrade to Slop v3Conrad Irwin2012-05-294-908/+790
* | Fix all warnings on startup in 1.9.3Ryan Fitzgerald2012-05-2811-35/+25
* | Remove "req" command [Fixes #554]Conrad Irwin2012-05-281-5/+0
* | Use File.basename not regex, thanks Mon_OuieConrad Irwin2012-05-281-1/+6
* | Set Pry::Slop equal to Slop (v2.4.4)Conrad Irwin2012-05-284-3/+1083
* | MonkeyPatch jruby's Array#pretty_inspect [Fixes #568]Conrad Irwin2012-05-261-0/+21