Next | Query returned 664 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2024-02-10 15:41:47 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: switch default version to Ruby 3.2

Add missing Ruby 3.3 related value in comments, too.
   2024-02-04 16:05:48 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/ruby: start update rails71 to 7.1.3
   2024-01-21 09:36:58 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: a small fix for ruby32-base

ruby32-base contains syntax_suggest as ruby33.
   2024-01-21 09:35:39 by Takahiro Kambe | Files touched by this commit (8) | Package updated
Log message:
lang/ruby32-base: update to 3.2.3

Since ruby32-base3.2.2-nb2 have uri gem 0.12.2, this update contains
no security fix.

These default gems are updated from ruby32-base-3.2.2nb4:

	- rubygems 3.4.9
	- bundler 2.4.19
	- net-http 0.4.1
	- syntax-suggest 1.1.0

These bundled gems are updated:

	- net-ftp 0.2.1
	- net-imap 0.3.4.1
	- net-smtp 0.3.4

3.2.3 (2024-01-18)

This release includes many bug-fixes.  See the GitHub releases for further
details.

This release also includes the update of uri.gem to 0.12.2 which contains
the security fix.  Please check the topics below for details.

	* CVE-2023-36617: ReDoS vulnerability in URI
   2024-01-21 09:24:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby/Makefile.common: add "used by" line

Add "used by" line for lang/ruby33/Makefile
   2024-01-21 09:24:14 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: Add support for ruby33
   2024-01-21 09:18:43 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: add support for Ruby 3.3

Add support for Ruby 3.3.
   2023-11-30 16:05:10 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: add support for Ruby on Rails 7.1
   2023-11-30 01:21:12 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: fix comment for GEM_BUILD

Fix comment for GEM_BUILD,  Its default is gemspec but comment said rake.

Thanks J. Lewis Muir for reporting this.
   2023-09-10 16:19:02 by Takahiro Kambe | Files touched by this commit (20) | Package updated
Log message:
www/ruby-rails70: update to 7.0.8

pkgsrc change: fix dependency of ruby-activestorage70

Active Support

* Fix TimeWithZone still using deprecated #to_s when ENV or config to
  disable it are set.  (Hartley McGuire)

* Fix CacheStore#write_multi when using a distributed Redis cache with a
  connection pool.  Fixes #48938.  (Jonathan del Strother)

Active Record

* Fix change_column not setting precision: 6 on datetime columns when using
  7.0+ Migrations and SQLite.  (Hartley McGuire)

* Fix unscope is not working in specific case

    Before:

    Post.where(id: 1...3).unscope(where: :id).to_sql # "SELECT `posts`.* \ 
FROM `posts` WHERE `posts`.`id` >= 1 AND `posts`.`id` < 3"

    After:

    Post.where(id: 1...3).unscope(where: :id).to_sql # "SELECT `posts`.* \ 
FROM `posts`"

 Fixes #48094.  (Kazuya Hatanaka)

* Fix associations to a STI model including a class_name parameter

    class Product < ApplicationRecord
      has_many :requests, as: :requestable, class_name: \ 
"ProductRequest", dependent: :destroy
    end

    # STI tables
    class Request < ApplicationRecord
      belongs_to :requestable, polymorphic: true

      validate :request_type, presence: true
    end

    class ProductRequest < Request
      belongs_to :user
    end

Accessing such association would lead to:

    table_metadata.rb:22:in `has_column?': undefined method `key?' for \ 
nil:NilClass (NoMethodError)

  (Romain Filinto)

* Fix change_table setting datetime precision for 6.1 Migrations
  (Hartley McGuire)

* Fix change_column setting datetime precision for 6.1 Migrations
  (Hartley McGuire)

Action View

* Fix form_for missing the hidden _method input for models with a namespaced
  route.  (Hartley McGuire)

* Fix render collection: @records, cache: true inside jbuilder templates

  The previous fix that shipped in 7.0.7 assumed template fragments are
  always strings, this isn't true with jbuilder.  (Jean Boussier)

Action Pack

* Fix HostAuthorization potentially displaying the value of the
  X_FORWARDED_HOST header when the HTTP_HOST header is being blocked.
  (Hartley McGuire, Daniel Schlosser)

Active Job

* Fix Active Job log message to correctly report a job failed to enqueue
  when the adapter raises an ActiveJob::EnqueueError.  (Ben Sheldon)

Railties

* Omit webdrivers gem dependency from Gemfile template (Sean Doyle)

Next | Query returned 664 messages, browsing 11 to 20 | Previous