Skip to content

Releases: nova-ruby/rails

v8.0

29 May 22:13
Compare
Choose a tag to compare

FEAT

  • Add Preview mailer command

IMPROVE

  • Improve related files command by looking for mailers and locales files

v6.2

02 Dec 14:44
Compare
Choose a tag to compare

IMPROVE

  • Update task-bridgetown icons to avoid a resizing issue

v6.1

13 Sep 20:39
Compare
Choose a tag to compare

FIX

  • Prevent "do" and "do (yield)" clips to popup when typing "end"
  • Update noteParts regexp to handle Notes with empty comments by @hmaddocks

v6.0

03 Jul 12:19
Compare
Choose a tag to compare

FEAT

  • Improved RuboCop support with autocorrect commands, fix on save and offenses list

REFACTOR

  • Update extension structure to not use npm
  • Update extension icons

Fix

  • Resolved a parsing issue of Rails Notes with "/" in it
  • Removed an error-prone option from task templates

v5.2

14 Apr 08:19
Compare
Choose a tag to compare

FIX

  • When rails notes/about fails to run, save the error output and return it in the Extension error logs

v5.1

04 Apr 20:15
Compare
Choose a tag to compare

FIX

  • Fixed an issue with Rails Notes regex pattern

v5.0

03 Apr 18:08
Compare
Choose a tag to compare

FEATURES

  • Replaced the automatically provided Rails server task with an optional Task template
  • Added new Rails server task template (equivalent to bin/dev)
  • Added new Bridgetown task template with Run, Build and Clean command

DOCS

  • Added a tutorial for installing and configuring Solargraph

v4.0

11 Feb 13:42
Compare
Choose a tag to compare

FEATURES

  • Added new Rails Notes sidebar

REFACTOR

  • Improved code quality and style

v3.3

10 Feb 21:30
Compare
Choose a tag to compare

FIX

  • Honor both Gemfile as well as gems.rb for Rails project detection

v3.2

08 Jan 10:36
Compare
Choose a tag to compare

FIX

  • Remove JS private methods in classes for compatibility reasons (fixes #7)