openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ruby.tmbundle
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 9 of 27
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding Rake snippets.
James Edward Gray II
More...
about 17 years ago
Making class and module snippets default to the current file name.
James Edward Gray II
More...
about 17 years ago
More bundle menu cleanup.
James Edward Gray II
More...
about 17 years ago
Adding the meta.erb scope to our ERB commands.
James Edward Gray II
More...
about 17 years ago
Syntax highlight gem() calls the same as require statements.
James Edward Gray II
More...
about 17 years ago
Making it possible to customize the switched passed to Ruby in the shebang snippet by setting the shell variable TM_RUBY_SWITCHES.
James Edward Gray II
More...
about 17 years ago
Bundle editor menu cleanup.
James Edward Gray II
More...
about 17 years ago
Rounding out the file and path snippets and moving them into their own menu.
James Edward Gray II
More...
about 17 years ago
Adding a drag command for requiring Ruby files.
James Edward Gray II
More...
about 17 years ago
• Transitioned from scriptmate to TextMate::Executor.run().
Luke Daley
More...
about 17 years ago
• Check for TM_SCRIPT_IS_UNTITLED when formatting exceptions, to avoid pointing at the temporary file scriptmate uses when running unsaved buffers.
Alex Ross
More...
about 17 years ago
• Update PHP, Ruby, Perl, and Python runners to reflect changes in scriptmate.rb. Namely, add the default_extension method to each class inheriting from UserScript so that ScriptMate will know what extension to use when creating temporary files.
Alex Ross
More...
about 17 years ago
• remove the (old) stdin overload — the new stuff though requires bleeding-edge builds, which require you to manually hold ⌥ when doing “Check Now”. There will seen be a new minor build (knock on wood)
Allan Odgaard
More...
about 17 years ago
Fix ruby octal string escapes
eridius
as Kevin Ballard
More...
about 17 years ago
• do not output the file path of what we open to stdout (aesthetic change)
Allan Odgaard
More...
about 17 years ago
• Revert of r9642 and r9632.
Luke Daley
More...
about 17 years ago
• Fix handling of script's with hashbangs.
Luke Daley
More...
about 17 years ago
• Update ScriptMate to use new TextMate::Process.run() API.
Luke Daley
More...
about 17 years ago
Switch from the directory name Test to Tests.
Michael Sheets
More...
about 17 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.
James Edward Gray II
More...
over 17 years ago
A minor readability patch from Robert Fuchs.
James Edward Gray II
More...
over 17 years ago
Adding a workaround for Leopard where Bash's built-in echo behaves differently than Tiger.
James Edward Gray II
More...
over 17 years ago
Support embedded SQL in heredocs marked by an <<-SQL token
Ciarán Walsh
More...
over 17 years ago
The require completion would fail if there was an entry in $LOAD_PATH which did not exist
Ciarán Walsh
More...
over 17 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.
James Edward Gray II
More...
over 17 years ago
Applying updates to regular expression parsing from allan and Infin.
James Edward Gray II
More...
over 17 years ago
• use #!/bin/sh as shebang for “Ruby → Run” and “TextMate → Relaunch”.
Allan Odgaard
More...
over 17 years ago
Introducing a pair of snippets for XML parsing and XPath queries.
James Edward Gray II
More...
over 17 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.
James Edward Gray II
More...
over 17 years ago
Supporting method arguments when parentheses aren't used and optimizing the related rules.
James Edward Gray II
More...
over 17 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
26
27
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree