0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Got various checks for bogus code working again. More... almost 11 years ago
Added a ToDo item. More... almost 11 years ago
Started making specs pass again. We can now parse and return code to at least a minimal degree. More... almost 11 years ago
Fixed spec files which failed when run individually. More... almost 11 years ago
Ripped out all references to Ripper. Now there's even more pending specs. Sigh. More... almost 11 years ago
Remove FILEConstantProcessor and bogus .gitignore from app More... almost 11 years ago
Removed RatCatcherRipper. More... almost 11 years ago
Added parser gem. More... almost 11 years ago
Removed bogus .gitignore in specs. More... almost 11 years ago
Updated rvm. Added bundler. Many, many specs still pending, but those that aren't pass. More... almost 11 years ago
Fixed code_like_matcher to at least be quiet about the fact that it doesn't work (because it doesn't have a parser/code generator underneath it). Fixed refactoring loader. More... over 12 years ago
Started the process of moving to Ruby 1.9 and Ripper. This broke a _lot_ of specs, all of which are now pending. More... over 12 years ago
Added the ability to pass binary options to rename_item as just a keyword (the option is assumed true in this case). More... over 12 years ago
Removed a couple of debug putses. More... over 12 years ago
Added option to rename_item refactoring to not throw execptions on complex requires ("complex" meaning "we can't handle it"). More... over 12 years ago
Moved forward a bit on handling errors; we now have our own RatCatcherException class. More... over 12 years ago
Made broken spec pending (whoops). More... over 12 years ago
Continued cleanup of rename item. More... over 12 years ago
Still working on rename item. More... over 12 years ago
One more passing test case for rename_item. More... over 12 years ago
Added .rvmrc file for automatic switching of ruby and gems More... over 12 years ago
Making 'require' use __FILE__ as part of its argument More... almost 13 years ago
Added pending specs for some more variants of the problem. More... almost 13 years ago
Checkin for code sharing. More... almost 13 years ago
Added item name to create_project_item More... almost 13 years ago
Renamed rename_item_spec.rb to be more accurate. More... almost 13 years ago
Removed last parameter from RenameItem#is_same_file_as (it's now pulled from @old_name). More... almost 13 years ago
Removed first parameter from RenameItem#is_same_file_as (it's now pulled from @item_name). More... almost 13 years ago
Added note for new refactoring we thought of (ReorderMethodArguments). More... almost 13 years ago
Moved is_same_file out of spec and into RenameItem. More... almost 13 years ago