5
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve the description for "thor help".
nex3
as Nathan Weizenbaum
More... about 16 years ago
Don't display superclass tasks with 'thor list'.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add a very rough rake2thor script.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Build in task-running to the Task object.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Use an object to delegate superclass task lookups.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Don't tie Thor.start to ARGV.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Move some logic into Thor::Task.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Use OrderedHash instead of an assoc list.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add an OrderedHash class that will be handy.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Rename #help_list to #maxima, 'cause that's what it is.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Let's try making Tasks objects.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Get rid of all Rakefile stuff except install. We want to encourage folks to use the Thorfile.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Don't evalutate strings for built-in tasks.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add gemspec
wycats
as Yehuda Katz
More... about 16 years ago
Merge commit 'wycats/master' More... about 16 years ago
Call the default namespace Default.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make tasks in the Meta namespace allow users to use a blank namespace (e.g. 'thor :spec' == 'thor meta:spec').
nex3
as Nathan Weizenbaum
More... about 16 years ago
Update the Readme to be about Thor, not Hermes.
nex3
as Nathan Weizenbaum
More... about 16 years ago
If a Thor subclass is defined in multiple files, keep track of all of them.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make sure the Thor runner doesn't swallow NoMethodErrors. More... about 16 years ago
Preserve metadata for tasks defined in superclasses.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Clean up a spec a little.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add a .gitignore.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make bin/thor runnable from the installation directory.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make bin/thor executable.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Self-hosting... hell's YEAH
wycats
as Yehuda Katz
More... about 16 years ago
Self-hosting... hell's YEAH
wycats
as Yehuda Katz
More... about 16 years ago
Let's try some self-hostingness
wycats
as Yehuda Katz
More... about 16 years ago
Let's try some self-hostingness
wycats
as Yehuda Katz
More... about 16 years ago
You learn something new every day
wycats
as Yehuda Katz
More... about 16 years ago