0
I Use This!
Inactive

Commits : Listings

Analyzed 14 minutes ago. based on code collected 1 day ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from tinogomes/patch-1 More... about 14 years ago
Highlight for symbol on Ruby 1.9 More... about 14 years ago
Merge pull request #14 from ebeigarts/rspec-warnings More... over 14 years ago
Filter out annoying warnings in RSpec More... over 14 years ago
Merge pull request #13 from tinogomes/master More... over 14 years ago
Little adjust on Ruby language for annotations words (private, public, and protected) and more snippets: (def initialize, def self.method_missing, String multilines, encoding, private, protected, and public) More... over 14 years ago
Merge pull request #9 from tinogomes/master More... almost 15 years ago
Merge pull request #12 from ggilder/master More... almost 15 years ago
filter out annoying warnings on cucumber steps More... almost 15 years ago
Bugfix on toggle string:symbol script, between ruby versions More... almost 15 years ago
added private and protected to colorize More... about 15 years ago
Merge pull request #7 from butosh/master More... about 15 years ago
The tooltip message appears only when there is a mistake. More... about 15 years ago
Merge branch 'master' of github.com:drnic/ruby-tmbundle More... almost 16 years ago
assume active_support 3.0.0 for these snippets More... almost 16 years ago
Add a very simple test file. More... almost 16 years ago
Fix quoting issues in catch_exception.rb whch were causing trouble on Ruby 1.9.2 More... almost 16 years ago
[Ruby 1.9.2 compatibility] Use str.chars.map rather than str.map More... almost 16 years ago
The 'Validate and Save' isn't available any more in non-pure ruby files; fixes #1 More... over 16 years ago
new invalid method: responds_to?; which is common misspelling of respond_to? More... over 16 years ago
Added image examples of the 'Validate and Save' feature More... over 16 years ago
Added README for the 'Validate and Save'-with Rubinius feature More... over 16 years ago
Cmd+S bound to 'Validate and Save' which uses Rubinus if 'rbx' is in $PATH. More... over 16 years ago
simple README More... over 16 years ago
=< is now an invalid operator too More... almost 17 years ago
~= is now an invalid ruby operator so it shows up as an error More... almost 17 years ago
module snippet generates useful default module name from filename More... over 17 years ago
added keywords for state machine DSLs, such as state_machine, event, transition More... over 17 years ago
gsub snippet useful for cleaning multi-line strings More... over 17 years ago
Added Given/When/Then as methods that accept regexp arguments More... over 17 years ago