0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
And now the same for the models More... over 13 years ago
Check for the lib directory recursively More... over 13 years ago
Polishing More... over 13 years ago
Add the lib directory More... over 13 years ago
Proof of concept of the auto-require feature for Rails More... over 13 years ago
Properly detecting if the current project is using Rails More... over 13 years ago
SVN_SILENT made messages (.desktop file) More... over 13 years ago
Set Object as the type of empty UnsureType's for the case of instance variables More... over 13 years ago
rtrim More... over 13 years ago
Fixed the case when the ':' character is next to a keyword More... over 13 years ago
Fixed stupid bug on the require statement More... over 13 years ago
Added a visitor for the Ensure token More... over 13 years ago
Added a test to check the uses inside exception handling More... over 13 years ago
Implemented tests for the exceptions support More... over 13 years ago
Implemented the support for rescue args More... over 13 years ago
Fixed the retrieving of comments. More... over 13 years ago
Polishing More... over 13 years ago
Fixed non-class subclassing error and created a test for it More... over 13 years ago
This time correctly create context for the function body, even if it's empty. Make sure we add function parameters to the context even if it's empty. More... over 13 years ago
Ruby class template can add base class, properly declare methods, declare members (with attr_accessor). Note, that wizard lets you add several base classes, but this templates uses only the first one. More... over 13 years ago
Polishing More... over 13 years ago
Simplified the getModuleDeclaration method More... over 13 years ago
Complain if we're completely sure that the included module is not a module More... over 13 years ago
Updated the tests for the last changes More... over 13 years ago
Merge branch 'class' More... over 13 years ago
Always create context for the function body, even if it's empty. This is what c++ does and this is what other plugins (like filetemplates) rely on. More... over 13 years ago
Merged the ClassDeclaration and the ModuleDeclaration classes. More... over 13 years ago
Don't double assign internal context for function declarations More... over 13 years ago
Created a Data class for the ClassDeclaration More... over 13 years ago
Add simplistic new class file template for ruby More... over 13 years ago