Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rails/ujs

Package Overview
Dependencies
Maintainers
11
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rails/ujs - npm Package Compare versions

Comparing version 6.1.0-rc1 to 6.1.0-rc2

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## Rails 6.1.0.rc2 (December 01, 2020) ##
* Change form_with to generate non-remote forms by default.
`form_with` would generate a remote form by default. This would confuse
users because they were forced to handle remote requests.
All new 6.1 applications will generate non-remote forms by default.
When upgrading a 6.0 application you can enable remote forms by default by
setting `config.action_view.form_with_generates_remote_forms` to `true`.
*Petrik de Heus*
## Rails 6.1.0.rc1 (November 02, 2020) ##

@@ -2,0 +16,0 @@

2

package.json
{
"name": "@rails/ujs",
"version": "6.1.0-rc1",
"version": "6.1.0-rc2",
"description": "Ruby on Rails unobtrusive scripting adapter",

@@ -5,0 +5,0 @@ "main": "lib/assets/compiled/rails-ujs.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc