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
about 9 hours
ago. based on code collected
about 10 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 13 of 27
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
• RubyMate now determines the full path to the ruby executable using `rbconfig`.
Alex Ross
More...
over 18 years ago
• Cleanup some names in scriptmate.rb a little. Also, we now just match the she-bang, and use it directly. No munging at all. • Updated RubyMate to reflect the changes in scriptmate.rb.
Alex Ross
More...
over 18 years ago
• Removing extra require of "escape.rb".
Alex Ross
More...
over 18 years ago
Restoring RubyMate's test recognition code to working order.
James Edward Gray II
More...
over 18 years ago
Adding a Trim Mode parameter to ERb syntax validation, so it will recognize the <%- .. -%>.
James Edward Gray II
More...
over 18 years ago
A start on the RakeMate refactoring to unify Ruby and Rails bundle efforts.
James Edward Gray II
More...
over 18 years ago
"#{ include $self instead of $base }" to keep from scoping all of html when in ERB. This should be better if we move some/all of Ruby Experimental stuff to the real Ruby syntax.
Thomas Aylott
More...
over 18 years ago
• add -KU to the default variables • remove additional newline (it still inserts one newline)
Allan Odgaard
More...
over 18 years ago
Include $base in string embedded source
Thomas Aylott
More...
over 18 years ago
• Fixing hash-bang.
Alex Ross
More...
over 18 years ago
Fixing the last-line-invocation-hangs bug found by Allan. TM sends us the line index, but reading from STDIN, we don't get the last line when it is blank. Thus we were indexing a nil. I also modified the script so it will fail, instead of hang, in the event of future issues.
James Edward Gray II
More...
over 18 years ago
• add markup of ENV[…] and a simple preference so that completion (⎋) in that construct uses variables in the current environment as candidates
Allan Odgaard
More...
over 18 years ago
• Escaping included test paths.
Alex Ross
More...
over 18 years ago
• RubyMate/run_script.rb now inherits from Support/lib/scriptmate.rb
Alex Ross
More...
over 18 years ago
• change key equivalent from ⌃⌥⇧O (reserved for language choices) to ⌃⇧⌘O (secondary bundle items, ⌃⇧O being Open Terminal)
Allan Odgaard
More...
over 18 years ago
Tag order change requested by canadaduane. The order is now <%= %>, <% %>, <%- -%>.
James Edward Gray II
More...
over 18 years ago
Added disableOutputAutoIndent to 'Toggle ERb Tags' command so that the indentation for multiple lines is not modified as a side effect.
Duane Johnson
More...
over 18 years ago
[CHANGED] Adding the whitespace trimming ERb tag <%- … -%> (removes indent and trailing newline) to the rotation for control > (⌃>). Suggested by eventualbuddha.
James Edward Gray II
More...
over 18 years ago
• extend scope selector to source.yaml (in which we actually support ERb)
Allan Odgaard
More...
over 18 years ago
Fixing bug reported by John Tsombakos.
James Edward Gray II
More...
over 18 years ago
Implementing the committee's (look Duane, I spelled it right!) toggle-the-tags specification.
James Edward Gray II
More...
over 18 years ago
Switching to -bash. See how slow design-by-comity is?
James Edward Gray II
More...
over 18 years ago
The missing file. Sorry.
James Edward Gray II
More...
over 18 years ago
[NEW] The Ruby bundle has a new snippet to generate ERb’s <% … %> and <%= … %> tags. Both tags are available via control > (⌃>). Add a tab (⇥) after triggering the snippet if you wish to keep the =. This depreciates the control X (⌃X) and control Z (⌃Z) snippets from the Rails bundle and they will be removed in the future. This feature was designed by the ANSI TextMate Standards Comity.
James Edward Gray II
More...
over 18 years ago
• Move Ruby Styling for the WebPreview here
Stanley Rost
More...
over 18 years ago
• update web_preview.rb with new HTML etc. • make webpreview.sh use web_preview.rb • make RubyMate use web_preview.rb
Allan Odgaard
More...
almost 19 years ago
Global change from comment.documentation to comment.block.documentation
Michael Sheets
More...
almost 19 years ago
• only create a Pathname object and call realpath for paths which exist (e.g. the stack trace could contain ‘(erb)’ as the file where the exception originated)
Allan Odgaard
More...
almost 19 years ago
• make it so that <?xml after __END__ also triggers HTML syntax — because we support ERb in HTML I find that using HTML even for pure XML is better (but maybe we should just add ERb/PHP support to XML, e.g. it’s not unusual to have a PHP script generate an RSS feed (which is then XML, although that would have a PHP extension… anyway…)
Allan Odgaard
More...
almost 19 years ago
• Forgot to include the “Seasonal Theme” in the Theme list.
Stanley Rost
More...
almost 19 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
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