0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 07, 2024 — Dec 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adds named scope for redmine ticket and updates readme. More... over 13 years ago
pulls in ticket status as well. More... over 13 years ago
Merge branch 'master' of https://github.com/skottie/rawr-box More... over 13 years ago
added a way to kill long running sound files running through afplay. also added an interface to prevent the need of dealing with delayed job when trying to do any text to voice More... over 13 years ago
Change the Falcor program to call "unleash_the_dragon" More... over 13 years ago
adds the ticket author name to the ticket by adding a second join More... over 13 years ago
adds the ability to redeploy rawrbox from the config page. More... over 13 years ago
moves the programs to the app directory so we can re-deploy without restarting the server More... over 13 years ago
fixing falcor... again. More... over 13 years ago
Merge branch 'master' of https://github.com/skottie/rawr-box More... over 13 years ago
fixed issue with variable scope More... over 13 years ago
adds program to pull tickets from redmine, and rake task to reset queue when it gets borked. More... over 13 years ago
added code to get ticket status from title so that we can play specific files for a reopen/new issue More... over 13 years ago
Merge pull request #1 from skottie/add_bundler More... over 13 years ago
Fixed bug in Falcor program on first run More... over 13 years ago
More Bundler Changes More... over 13 years ago
Move app to Bundler More... over 13 years ago
Revert "Fixing merge issue in schema.db" More... over 13 years ago
Fixing merge issue in schema.db More... over 13 years ago
Added tests, gem configurations and fixed Falcor. More... over 13 years ago
Fixed issue with YAML engine switch for newer versions of ruby More... over 13 years ago
Fixed test More... over 13 years ago
Some versions of rails after 1.8.3 do not have YAML::ENGINE defined, so we have to make this conditional. also, remove Ruler.png from the CSS I yanked out of yardstick as we get a 404 every time the page loads. More... over 13 years ago
Merge branch 'master' of https://github.com/skottie/rawr-box More... over 13 years ago
finally fixed the delayed job stuff. apparently it wants you to enqueue classes with a #perform method, or use active record objects. moving all the command line stuff into a different module to try to hide the delayed job implementation wasn't such a great idea after all. More... over 13 years ago
Falcor is only unleashed when tickets are opened against certain people More... over 13 years ago
again More... over 13 years ago
change readme More... over 13 years ago
added git puller. added configuration values and made the commits take branch names from the post commit hook. now we can use commits from all branches. More... over 13 years ago
changes async actions More... over 13 years ago