rails icon indicating copy to clipboard operation
rails copied to clipboard

Ruby on Rails and Ruby support for Nova editor.

Results 12 rails issues
Sort by recently updated
recently updated
newest added

The Rails Server task works great, but whenever I've tried the dev task, it starts up and then exits immediately. I've also tested running `bin/rails dev` from a custom task...

I envision a dropdown select in the Preferences that allows users to switch between default `test` and RSpec's `spec` when determining alternate files. I've opened a barebones PR here: https://github.com/tommasongr/nova-rails/pull/22...

I am getting an error when the extensions starts: ``` Ruby on Rails[22:26:00.090000] Extension encountered an uncaught exception: /Users/gabriel/Library/Application Support/Nova/Extensions/com.tommasonegri.Rails/Scripts/main.js (Line 38, Column 36) TypeError: undefined is not an object...

bug

Hi! This maybe a strange feature request so I'd understand if it's out of scope. At work we use a mono repo with all our services within it. I usually...

I am getting the following errors in my console, their source unclear: ``` Extension encountered an uncaught exception: /Users/mzagaja/Library/Application Support/Nova/Extensions/com.tommasonegri.Rails/Scripts/main.js (Line 38, Column 36) TypeError: undefined is not an object...

bug
duplicate

With the Rubocop "autocorrect on save" setting set to 'Disabled', Rubocop still runs autocorrection on the file in the active text editor on save.

Would be cool to have a setting that switches between minitest and rspec for Open Alternate File. I guess core logic would look something like this, but I have no...

As a user, when I click a definition link it tries to use a `solargraph:/` URI, but this doesn't open in Panic Nova. I tried selecting Nova from the list...

Hi! Thanks for the great extension! I had a small question: is there any work ongoing to add a build or run action for the plugin? For example, on RubyMine,...

documentation
enhancement

# What I did - Install Nova Rails v5.0 (though this was also happening on v4.0) - Configure extension with the following configuration ``` status notification: true solargraph enabled: true...

bug