-
-
Notifications
You must be signed in to change notification settings - Fork 931
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rails app:update and reconcile differences manually
- Loading branch information
1 parent
97b1293
commit d74cfc1
Showing
8 changed files
with
97 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Be sure to restart your server when you modify this file. | ||
# | ||
# This file eases your Rails 8.0 framework defaults upgrade. | ||
# | ||
# Uncomment each configuration one by one to switch to the new default. | ||
# Once your application is ready to run with all new defaults, you can remove | ||
# this file and set the `config.load_defaults` to `8.0`. | ||
# | ||
# Read the Guide for Upgrading Ruby on Rails for more info on each option. | ||
# https://guides.rubyonrails.org/upgrading_ruby_on_rails.html | ||
|
||
### | ||
# Specifies whether `to_time` methods preserve the UTC offset of their receivers or preserves the timezone. | ||
# If set to `:zone`, `to_time` methods will use the timezone of their receivers. | ||
# If set to `:offset`, `to_time` methods will use the UTC offset. | ||
# If `false`, `to_time` methods will convert to the local system UTC offset instead. | ||
#++ | ||
# Rails.application.config.active_support.to_time_preserves_timezone = :zone | ||
|
||
### | ||
# When both `If-Modified-Since` and `If-None-Match` are provided by the client | ||
# only consider `If-None-Match` as specified by RFC 7232 Section 6. | ||
# If set to `false` both conditions need to be satisfied. | ||
#++ | ||
# Rails.application.config.action_dispatch.strict_freshness = true | ||
|
||
### | ||
# Set `Regexp.timeout` to `1`s by default to improve security over Regexp Denial-of-Service attacks. | ||
#++ | ||
# Regexp.timeout = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | ||
<link href="/stylesheets/static.css" rel='stylesheet' type='text/css'> | ||
<title>Client Error | RubyGems.org</title> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<div class="image__wrapper"> | ||
<img height="530" alt="400 error" src="/images/sea_level.svg"> | ||
</div> | ||
<div class="content"> | ||
<h1>Client Error</h1> | ||
<p>Please check the request and try again.</p> | ||
<a href="/">Back to RubyGems.org →</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | ||
<link href="/stylesheets/static.css" rel='stylesheet' type='text/css'> | ||
<title>Browser Not Supported | RubyGems.org</title> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<div class="image__wrapper"> | ||
<img height="530" alt="403 error" src="/images/sea_level.svg"> | ||
</div> | ||
<div class="content"> | ||
<h1>Browser Not Supported</h1> | ||
<p>Please upgrade your browser to continue.</p> | ||
<a href="/">Back to RubyGems.org →</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |