summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the unnecessary check for String since we map, can't wait for lazy.map...feature/plugin-classJordon Bedwell2012-03-141-1/+1
* Remove the extra attr_accessor in Pry::Plugin::Base.Jordon Bedwell2012-03-141-2/+0
* Have Pry::Plugin::Manager.define to use Base and implement Pry::Plugin.define.Jordon Bedwell2012-03-141-1/+7
* Move to an argument error for opts.Jordon Bedwell2012-03-141-1/+1
* Changes: Jordon Bedwell2012-03-141-267/+219
* Move the @disabled loop into load so we don't short-circuit user ignores.Jordon Bedwell2012-03-141-5/+4
* Convert loaded to the helper method loaded? so it makes even more sense in th...Jordon Bedwell2012-03-141-2/+5
* Convert the external interface to Pry::@plugins to Pry::Plugins.loaded so it ...Jordon Bedwell2012-03-141-2/+2
* Conver Pry::Plugins to a module.Jordon Bedwell2012-03-141-1/+1
* Fix copy pasta comments on Pry::Plugins.start.Jordon Bedwell2012-03-131-7/+3
* New version of Pry Plugin system, check it out epitron, robgleeson, cirwin an...Jordon Bedwell2012-03-131-124/+244
* Demonstrate how we would decouple the plugin system in Pry.Jordon Bedwell2012-03-121-2/+5
* Fix my bad Engrish. Thanks Tasser.Jordon Bedwell2012-03-121-1/+1
* Defensively avoid user ignorance/trickery with ENV['USERNAME'].Jordon Bedwell2012-03-121-1/+1
* Have the warning output the class rather then a generic Hash error.Jordon Bedwell2012-03-121-1/+1
* Avoid the case of Pry.config.plugins.disabled = {} or other.Jordon Bedwell2012-03-121-0/+5
* Add more and please @fowl with a tl;dr version.Jordon Bedwell2012-02-291-0/+9
* Add a long winded but probably still not understood description for @cirwin, ...Jordon Bedwell2012-02-291-0/+21
* Refresh plugins on each load.Jordon Bedwell2012-02-291-1/+3
* Uhm, how did I make such a bad mistake? Seriously, no seriously guy.Jordon Bedwell2012-02-251-2/+2
* Implement @robgleeson's idea of using Pry::Plugins.user.(name|homepage)Jordon Bedwell2012-02-251-2/+4
* Convert Pry::Plugins.run to Pry::Plugins.load to imply what it's doing.Jordon Bedwell2012-02-251-2/+2
* Decouple load and start for load first initialize last. Jordon Bedwell2012-02-251-2/+5
* Ungroup tightly grouped code to make it easier to read.Jordon Bedwell2012-02-251-0/+3
* The formatting made me puke in my mouth, fixed it.Jordon Bedwell2012-02-251-1/+1
* The Matrix is on TBS next, I might kill myself if Kerry makes me watch it. G...Jordon Bedwell2012-02-251-4/+4
* Another commit to keep my streak going.Jordon Bedwell2012-02-251-0/+1
* Handled a particular error.Jordon Bedwell2012-02-251-1/+1
* Move Pry::Config.disabled_plugins to Pry::Config.plugins.disabled.Jordon Bedwell2012-02-251-1/+1
* Add Pry::Config.plugins.(author|homepage) for user plugins.Jordon Bedwell2012-02-251-2/+3
* Don't be sloppy, remove @config_disabled after we are done.Jordon Bedwell2012-02-251-0/+1
* On-the-fly assign @config_disabled to save 2 lines.Jordon Bedwell2012-02-251-4/+2
* Change @user_disabled to @config_disabled.Jordon Bedwell2012-02-251-4/+4
* Allow Pry::Plugins.disable to accept multiple args.Jordon Bedwell2012-02-251-3/+7
* Implement user ignores.Jordon Bedwell2012-02-241-17/+19
* Use :plugin_user_plugin instead of :user_plugin.Jordon Bedwell2012-02-241-1/+1
* Fix the mistake of using @@ instead of @.Jordon Bedwell2012-02-241-1/+1
* My last commit, ready for you to play with itJordon Bedwell2012-02-231-0/+3
* Make sure Pry::Plugins::User plugins land on @enabled too.Jordon Bedwell2012-02-231-1/+2
* Rescue delete plugin_instance from plugin too not just enabled.Jordon Bedwell2012-02-231-1/+2
* Add legacy plugins to the enabled list with a :legacy flag.Jordon Bedwell2012-02-231-0/+14
* Prefix the hash too, to keep it inline with @ivars.Jordon Bedwell2012-02-231-17/+17
* Use plugin_name instead of name to avoid possible clashes.Jordon Bedwell2012-02-231-2/+2
* Protect UserPlugins.define_plugin from 'easy' external.Jordon Bedwell2012-02-231-0/+1
* New working concept of the Pry Plugins systems.Jordon Bedwell2012-02-231-23/+60
* Delete plugins that were not loaded when we warn.Jordon Bedwell2012-02-231-0/+1
* Commit a new working prototype of the new plugin system.Jordon Bedwell2012-02-233-33/+56
* Added an actual working prototype of the plugin system.Jordon Bedwell2012-02-233-149/+29
* Reduce the inherit list. And also, fuck your old Gem search method, fixt! :)Jordon Bedwell2012-02-231-7/+5
* Merge prefixes and recommend a deprication.Jordon Bedwell2012-02-231-0/+4