rails 7.0.7 → 7.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +20 -14
  4. metadata +31 -31
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95f4a5a62e96d7d37edfe7327e9c36be09b982addfe913b6ea9a0cd19bd8cf36
4
- data.tar.gz: 2a23150cb184a7f57a60b9013d463d64dd64739c8c8e978503ee7a1e9633e127
3
+ metadata.gz: e043b502bd0341f335bf788b6dcdbb3711f828fb5efc9aa178e4d863f39cf916
4
+ data.tar.gz: 388bc3b29feef1ec9711426776f714c1d1a54b19fb858d0374383b80dd54f20a
5
5
  SHA512:
6
- metadata.gz: 9bb47fbd6af0719f33c0fa3e20033ca1820ad9537242e691f0cbdd1cd3c9ea7217f348964929a02306ad167cc62a95dc1d4cc97bf1835f5b308679028fd101b2
7
- data.tar.gz: 9563aed970408dbcf674607c6933d1eaba3256899468cd29fca57ed8f1b97845c31fcceebd318bbd7a4f021f208e9d77ea8f76d14b44a17b0321762c261ea9f9
6
+ metadata.gz: 82ba22617f96501ca984d975b557476bd21056142b5c9c9a9826eb0d9e1517c191c45855e7605ea45b7f3634af698ad1a41441a103e6c41789f7627dc10a98ed
7
+ data.tar.gz: d9ccf5eef043f650430a99b1b743ea732399b08e3d9a2bb6d6c38c02bd8aa4c4dedb77110a4d91495c39077744686d2db3bce19b879026b6e85d881de67d7d91
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2005-2022 David Heinemeier Hansson
1
+ Copyright (c) David Heinemeier Hansson
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -43,33 +43,39 @@ are bundled together in [Action Pack](actionpack/README.rdoc).
43
43
  ## Frameworks and libraries
44
44
 
45
45
  [Active Record](activerecord/README.rdoc), [Active Model](activemodel/README.rdoc), [Action Pack](actionpack/README.rdoc), and [Action View](actionview/README.rdoc) can each be used independently outside Rails.
46
- In addition to that, Rails also comes with [Action Mailer](actionmailer/README.rdoc), a library
47
- to generate and send emails; [Action Mailbox](actionmailbox/README.md), a library to receive emails within a Rails application;
48
- [Active Job](activejob/README.md), a framework for declaring jobs and making them run on a variety of queuing
49
- backends; [Action Cable](actioncable/README.md), a framework to
50
- integrate WebSockets with a Rails application; [Active Storage](activestorage/README.md), a library to attach cloud
51
- and local files to Rails applications; [Action Text](actiontext/README.md), a library to handle rich text content;
52
- and [Active Support](activesupport/README.rdoc), a collection
53
- of utility classes and standard library extensions that are useful for Rails,
54
- and may also be used independently outside Rails.
46
+
47
+ In addition to that, Rails also comes with:
48
+
49
+ - [Action Mailer](actionmailer/README.rdoc), a library to generate and send emails
50
+ - [Action Mailbox](actionmailbox/README.md), a library to receive emails within a Rails application
51
+ - [Active Job](activejob/README.md), a framework for declaring jobs and making them run on a variety of queuing backends
52
+ - [Action Cable](actioncable/README.md), a framework to integrate WebSockets with a Rails application
53
+ - [Active Storage](activestorage/README.md), a library to attach cloud and local files to Rails applications
54
+ - [Action Text](actiontext/README.md), a library to handle rich text content
55
+ - [Active Support](activesupport/README.rdoc), a collection of utility classes and standard library extensions that are useful for Rails, and may also be used independently outside Rails
55
56
 
56
57
  ## Getting Started
57
58
 
58
59
  1. Install Rails at the command prompt if you haven't yet:
59
60
 
60
- $ gem install rails
61
+ ```bash
62
+ $ gem install rails
63
+ ```
61
64
 
62
65
  2. At the command prompt, create a new Rails application:
63
66
 
64
- $ rails new myapp
67
+ ```bash
68
+ $ rails new myapp
69
+ ```
65
70
 
66
71
  where "myapp" is the application name.
67
72
 
68
73
  3. Change directory to `myapp` and start the web server:
69
74
 
70
- $ cd myapp
71
- $ bin/rails server
72
-
75
+ ```bash
76
+ $ cd myapp
77
+ $ bin/rails server
78
+ ```
73
79
  Run with `--help` or `-h` for options.
74
80
 
75
81
  4. Go to `http://localhost:3000` and you'll see the Rails bootscreen with your Rails and Ruby versions.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.7
4
+ version: 7.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,168 +16,168 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.0.7
19
+ version: 7.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 7.0.7
26
+ version: 7.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: actionpack
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 7.0.7
33
+ version: 7.2.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 7.0.7
40
+ version: 7.2.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: actionview
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 7.0.7
47
+ version: 7.2.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 7.0.7
54
+ version: 7.2.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activemodel
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 7.0.7
61
+ version: 7.2.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 7.0.7
68
+ version: 7.2.1
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: activerecord
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 7.0.7
75
+ version: 7.2.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 7.0.7
82
+ version: 7.2.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: actionmailer
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 7.0.7
89
+ version: 7.2.1
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 7.0.7
96
+ version: 7.2.1
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: activejob
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 7.0.7
103
+ version: 7.2.1
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 7.0.7
110
+ version: 7.2.1
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: actioncable
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 7.0.7
117
+ version: 7.2.1
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 7.0.7
124
+ version: 7.2.1
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: activestorage
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 7.0.7
131
+ version: 7.2.1
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 7.0.7
138
+ version: 7.2.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: actionmailbox
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 7.0.7
145
+ version: 7.2.1
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 7.0.7
152
+ version: 7.2.1
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: actiontext
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 7.0.7
159
+ version: 7.2.1
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 7.0.7
166
+ version: 7.2.1
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: railties
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - '='
172
172
  - !ruby/object:Gem::Version
173
- version: 7.0.7
173
+ version: 7.2.1
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - '='
179
179
  - !ruby/object:Gem::Version
180
- version: 7.0.7
180
+ version: 7.2.1
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: bundler
183
183
  requirement: !ruby/object:Gem::Requirement
@@ -207,10 +207,10 @@ licenses:
207
207
  - MIT
208
208
  metadata:
209
209
  bug_tracker_uri: https://github.com/rails/rails/issues
210
- changelog_uri: https://github.com/rails/rails/releases/tag/v7.0.7
211
- documentation_uri: https://api.rubyonrails.org/v7.0.7/
210
+ changelog_uri: https://github.com/rails/rails/releases/tag/v7.2.1
211
+ documentation_uri: https://api.rubyonrails.org/v7.2.1/
212
212
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
213
- source_code_uri: https://github.com/rails/rails/tree/v7.0.7
213
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.1
214
214
  rubygems_mfa_required: 'true'
215
215
  post_install_message:
216
216
  rdoc_options: []
@@ -220,14 +220,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - ">="
222
222
  - !ruby/object:Gem::Version
223
- version: 2.7.0
223
+ version: 3.1.0
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - ">="
227
227
  - !ruby/object:Gem::Version
228
228
  version: 1.8.11
229
229
  requirements: []
230
- rubygems_version: 3.4.10
230
+ rubygems_version: 3.5.11
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: Full-stack web application framework.