language-ruby icon indicating copy to clipboard operation
language-ruby copied to clipboard

Ruby package for Atom

Results 51 language-ruby issues
Sort by recently updated
recently updated
newest added

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...

regression
triaged
tree-sitter
d ⬆️
i ⬇️
v ⬇️

``` ruby Rails.logger.error("\s\s" +

bug

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

### Description When the forward slash is used as dividing operator and the expression spans multiple lines, the rest of the statement becomes highlighted as a regular expression. Adding another...

Full example: ``` ruby module EnvyGeeks module Get extend self def ips(cidr = "192.168.1.0/24") # Technically we don't need the select but we should defensively double chck. `ip route show...

bug

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

I ran into a situation where `Auto Indent` results in a wrong indent. I could reduce the example code to the following: ``` ruby class Example private def attribute_and_value(attribute, value)...

bug
auto-indent

This issue also happened with the php highlighting but it got fixed! Would be great if it could get fixed for ERB too! ![capture](https://cloud.githubusercontent.com/assets/10904560/23376224/6517e924-fcf9-11e6-9115-6559ff416770.PNG)

enhancement

Given the following: ```ruby # -- HTML = { "text/css": :link, "application/javascript": :script, "image/png": :img, } ``` `language-ruby` highlights it as a string ![bad-syntax](https://user-images.githubusercontent.com/99763/31315242-bcedcb02-abd9-11e7-9691-5e73d8cb1011.png) Even though it's a Symbol: ```ruby...

bug

Hi! We have lots of non-HTML `erb` files in our Puppet repo. If you try editing one of those, Atom assumes they are HTML files, and tries to apply HTML...