0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
File.dirname(__FILE__) - filedn More... over 18 years ago
Merge branch 'master' of [email protected]:drnic/ruby-tmbundle More... over 18 years ago
• do not output the file path of what we open to stdout (aesthetic change) More... over 18 years ago
• Revert of r9642 and r9632. More... over 18 years ago
• Fix handling of script's with hashbangs. More... over 18 years ago
• Update ScriptMate to use new TextMate::Process.run() API. More... over 18 years ago
Switch from the directory name Test to Tests. More... over 18 years ago
Merge branch 'master' of git://github.com/drnic/ruby-tmbundle More... over 18 years ago
Fixing a Ruby syntax parsing bug where a no argument method followed by a commit on the same line (like RDoc's # :nodoc:) would cause the next line to be parsed as arguments. This was really screwing up how TM was parsing the source code for Rails. More... over 18 years ago
A minor readability patch from Robert Fuchs. More... over 18 years ago
Adding a workaround for Leopard where Bash's built-in echo behaves differently than Tiger. More... over 18 years ago
Support embedded SQL in heredocs marked by an <<-SQL token More... over 18 years ago
remove the -w options from #!ruby cmd More... over 18 years ago
remove the -w options from #!ruby cmd More... over 18 years ago
The require completion would fail if there was an entry in $LOAD_PATH which did not exist More... over 18 years ago
Fixing a syntax highlighting bug by removing an unneeded rule. This syntax is only allowed in method definitions and is covered by those grammar rules. Bug reported by Malesca and fixed by Eridius. More... over 18 years ago
Applying updates to regular expression parsing from allan and Infin. More... over 18 years ago
• use #!/bin/sh as shebang for “Ruby → Run” and “TextMate → Relaunch”. More... almost 19 years ago
Introducing a pair of snippets for XML parsing and XPath queries. More... almost 19 years ago
Relaxing the scope of this command so it will work inside interpolated Strings. This may cause problems with some ERb templates, but we're deferring that fix until the scopes for Ruby are improved. More... almost 19 years ago
Supporting method arguments when parentheses aren't used and optimizing the related rules. More... almost 19 years ago
Bringing the tab-trigger to name relationship of these snippets in line with the bundle conventions. More... almost 19 years ago
Fixing the bug Malesca reported where assert_match //, … wasn't syntax highlighted correctly. More... almost 19 years ago
An enhanced version of the Ruby bundle's Open Require command by ph^. This new version can pick up requires anywhere in the file and has better support for RubyGems. Much of this command was inspired by the PHP version created by ciaran. More... almost 19 years ago
Making the argument parsing of this snippet smarter. More... almost 19 years ago
Mirroring Jacob's change in the Ruby bundle. More... almost 19 years ago
Updating this command's string order. The default string of the Ruby bundle is "…" to support interpolation. Logically '…' should be the second most popular and thus "…" strings should convert to '…'. Beyond that, I want to support %Q{…} for complex quoting scenarios. This is preferable to the %q{…} which adds very little over '…' and doesn't support interpolation. More... almost 19 years ago
• revert my previous (accidental) commit (where the ‘rb’ extension was moved to the Rails grammar) More... almost 19 years ago
• use TM_FULLNAME instead of TM_USERNAME in all templates and remove the setup of TM_USERNAME from the template script/helper More... almost 19 years ago
Change keyword.control.ruby.start-block to keyword.control.start-block.ruby More... almost 19 years ago