Next | Query returned 54 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-24 15:12:51 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.2

6.1.2 (2024-03-19)

Bug Fixes:

* Fix generated mailer paths to match Rails convention. (Patrício dos
  Santos, #2735)
* Fix class in template for generator specs. (Nicolas Buduroi, #2744)
   2024-02-03 16:38:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.1

6.1.1 (2024-01-25)

Bug Fixes:

* Improved deprecation message for RSpec::Rails::Configuration.fixture_paths
  (Benoit Tigeot, #2720)
* Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)
   2023-12-17 15:26:03 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.1.0

6.0.4 (2023-11-21)

Bug Fixes:

* Fuzzy match have_broadcasted_to so that argument matchers can be
  used. (Timothy Peraza, #2684)

* Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685)

* Fix stub_template on Rails main. (Jon Rowe, #2685)

* Fix variable name in scaffolded view specs when namespaced. (Taketo
  Takashima, #2694)

* Prevent take_failed_screenshot producing an additional error through
  metadata access. (Jon Rowe, #2704)

* Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe,
  #2711)

* Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe,
  #2714)

6.1.0 (2023-11-21)

Enhancements:

* Support for Rails 7.1

* Minor tweak to generated rails_helper.rb to use
  Rails.root.join. (@masato-bkn, Ryo Nakamura, #2640, #2678)

* Add RSpec::Rails::Configuration.fixture_paths configuration to support the
  matching change to ActiveRecord::TestFixtures, previous singular form is
  deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)

* Add send_email matcher to match emails rather than specific jobs. (Andrei
  Kaleshka, #2670)

* When using render in view specs, :locals will now be merged into the
  default implicit template, allowing render locals: {...} style calls. (Jon
  Rowe, #2686)

* Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/
  (Jon Rowe, #2706)
   2023-11-30 16:47:26 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-rspec-rails: revert previous commit

This package is for ruby-redmine50 and ruby-redmine51, so avoid to build
with incompatible version of Rails.
   2023-11-30 16:43:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-rspec-rails: allow rails 70 and 71
   2023-06-06 15:47:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.3

6.0.3 (2023-05-31)

Bug Fixes:

* Set ActiveStorage::FixtureSet.file_fixture_path when including file
  fixture support. (Jason Yates, #2671)
* Allow broadcast_to matcher to take Symbols. (@Vagab, #2680)
   2023-05-06 04:24:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.2

6.0.2 (2023-05-04)

Bug Fixes:

* Fix ActionView::PathSet when render_views is off for Rails 7.1. (Eugene
  Kenny, Iliana, #2631)

* Support Rails 7.1's #fixtures_paths in example groups (removes a
  deprecation warning). (Nicholas Simmons, #2664)

* Fix have_enqueued_job to properly detect enqueued jobs when other jobs
  were performed inside the expectation block. (Slava Kardakov, Phil
  Pirozhkov, #2573)
   2022-11-30 14:55:10 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rspec-rails: update to 6.0.1

6.0.0 (2022-10-10)

Enhancements:

* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma
  Ishikawa, #2599)
* Generators now respects default path configuration option. (@vivekmiyani,
  #2508)

Breaking Changes:

* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails
  6.1)
* Change the order of after_teardown from after to around in system specs to
  improve compatibility with extensions and Capybara. (Tim Diggins, #2596)

Deprecations:

* Deprecates integration spec generator (rspec:integration) which was an
  alias of request spec generator (rspec:request) (Luka Lüdicke, #2374)

6.0.1 (2022-10-18)

Bug Fixes:

* Prevent tagged logged support in Rails 7 calling #name. (Jon Rowe, #2625)
   2022-08-26 13:22:12 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails: update to 5.1.2

5.1.2 (2022-04-24)

Bug Fixes:

* Fix controller scaffold templates parameter name. (Taketo Takashima, #2591)
* Include generator specs in the inferred list of specs. (Jason Karns, #2597)

5.1.1 (2022-03-07)

Bug Fixes:

* Properly handle global id serialised arguments in have_enqueued_mail. (Jon
  Rowe, #2578)
   2022-02-12 14:38:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-rails; update to 5.1.0

5.0.3 (2022-01-26)

Bug Fixes:

* Properly name params in controller and request spec templates when using
  the --model-name parameter. (@kenzo-tanaka, #2534)
* Fix parameter matching with mail delivery job and
  ActionMailer::MailDeliveryJob. (Fabio Napoleoni, #2516, #2546)
* Fix Rails 7 have_enqueued_mail compatibility (Mikael Henriksson, #2537,
  #2546)

5.1.0 (2022-01-26)

Enhancements:

* Make the API request scaffold template more consistent and compatible with
  Rails 6.1. (Naoto Hamada, #2484)
* Change the scaffold rails_helper.rb template to use require_relative. (Jon
  Dufresne, #2528)

Next | Query returned 54 messages, browsing 1 to 10 | Previous