Skip to content

Releases: nimblehq/rails-templates

Release 5.6.0

22 Jun 04:05
5189ddb
Compare
Choose a tag to compare

@5.6.0

Features

Bugs

  • [#404] Fix: Loaderror: cannot load such file -- sassc when generating the project from the template by @sanG-github in #406

New Contributors

Full Changelog: 5.5.0...5.6.0

Release 5.5.0

14 Apr 02:32
4a4349a
Compare
Choose a tag to compare

5.5.0

Features

  • [gh378] Feature: Convert cancel-workflow-action to native concurrency by @sanG-github in #398

Chores

  • [gh261] Use Phrase/phrase instead of PhraseApp/phraseapp/phrase_app everywhere by @junan in #358

Bugs

New Contributors

Full Changelog: 5.4.0...5.5.0

Release 5.4.0

24 Mar 06:48
49b5b24
Compare
Choose a tag to compare

5.4.0

Features

Bugs

  • [gh362] Fix: Rubocop prevents multi except tests by @malparty in #370

Chores

  • [gh372] Chore: Update deprecated set-output with GITHUB_OUTPUT environment file by @malparty in #379

Full Changelog: 5.3.0...5.4.0

Release 5.3.0

14 Feb 06:42
cfb5e9a
Compare
Choose a tag to compare

Features

Bugs

  • [#363] Fix: Remove the "Has missing safe method" check from the Danger code review by @malparty in #369
  • [#380] Fix: esbuild 0.17.X has different interface to implement the watch argument by @malparty in #381

Chores

  • [#366] Update the sizing function to solve the deprecation warning on using / for division by @carryall in #367

Full Changelog: 5.2.0...5.3.0

Release 5.2.0

09 Sep 09:22
bc4a61c
Compare
Choose a tag to compare

Features

n/a

Chores

Bugs

  • [#352] Fix: ArgumentError: unknown keyword: :desired_capabilities when running system tests with the headless_chrome driver by @malparty in #356
  • [#350] Fix: Danger cannot find the coverage data on Github review code workflow by @carryall in #351

New Contributors

Full Changelog: 5.1.0...5.2.0

5.1.0

26 Jul 11:10
f75c90d
Compare
Choose a tag to compare

https://github.com/nimblehq/rails-templates/milestone/11?closed=1

What's Changed

Features

Bugs

Chores

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

21 Mar 08:46
b55db69
Compare
Choose a tag to compare

Features

  • #308 Add a workflow to publish documents to Github Wiki
  • #314 Integrate Rails CSS Bundling
  • #315 Integrate Rails JS bundling
  • #317 Integrate Rails JS bundling

Bugs

N/A

Chores

  • #307 Upgrade to Rails 7.0.1
  • #312 Upgrade to Ruby 3.0.1
  • #313 Upgrade to Bootstrap 5
  • #319 Refactor heredoc
  • #320 Set up Rubocop for the template
  • #324 Set up Rubocop for the template - Enable cop rules

4.6.0

24 Sep 08:48
37cb649
Compare
Choose a tag to compare

Features

Add system tests Screenshot upload to GitHub Actions #299

Bugs

Fix: spec/support/disable_annimation.rb nil error for WebSocket requests #297

Chores

No new line generated at the end of .rspec, Procfile, Procfile.dev file #292

4.5.0

29 Jul 10:41
b7c5caf
Compare
Choose a tag to compare

Chores

[#293] Update readme for heroku deploy
[#295] RFC: Soft delete gem - paranoia or discard

4.4.0

09 Jun 04:24
40203f0
Compare
Choose a tag to compare

Features

#288 Set up TypeScript by default
#283 Add more github workflows

Bugs

#280 Fix html content matching bug
#284 Fix failed system tests with the error Net::ReadTimeout

Chores

#279 Rename variables.scss to _variables.scss
#287 Update Rails to v6.1.3.1
#285 Update Reek config to make it's Rails-friendly when using engines