File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1200,7 +1200,7 @@ the client. This section describes the purpose of some of the properties of the
1200
1200
1201
1201
To get a full list of the available methods, refer to the [Rails API
1202
1202
documentation](https://api.rubyonrails.org/classes/ActionDispatch/Request.html)
1203
- and [Rack](https://www.rubydoc.info/gems/ rack/Rack/Request)
1203
+ and [Rack](https://rack.github.io/ rack/main/ Rack/Request.html )
1204
1204
documentation.
1205
1205
1206
1206
| Property of `request` | Purpose |
@@ -1271,4 +1271,4 @@ Here are some of the properties of the `response` object:
1271
1271
To get a full list of the available methods, refer to the [Rails API
1272
1272
documentation](https://api.rubyonrails.org/classes/ActionDispatch/Response.html)
1273
1273
and [Rack
1274
- Documentation](https://www.rubydoc.info/gems/ rack/Rack/Response).
1274
+ Documentation](https://rack.github.io/ rack/main/ Rack/Response.html ).
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ environment's configuration file.
387
387
388
388
You can learn more about how to use ` Rack::Sendfile ` with popular
389
389
front-ends in [ the Rack::Sendfile
390
- documentation] ( https://www.rubydoc.info/gems/ rack/Rack/Sendfile ) .
390
+ documentation] ( https://rack.github.io/ rack/main/ Rack/Sendfile.html ) .
391
391
392
392
Here are some values for this header for some popular servers, once these servers are configured to support
393
393
accelerated file sending:
Original file line number Diff line number Diff line change @@ -1861,7 +1861,7 @@ documentation](https://github.com/rails/rails-dom-testing).
1861
1861
In order to integrate with [rails-dom-testing][], tests that inherit from
1862
1862
` ActionView::TestCase` declare a `document_root_element` method that returns the
1863
1863
rendered content as an instance of a
1864
- [Nokogiri::XML::Node](https://www.rubydoc.info/gems/nokogiri/ Nokogiri/XML/Node) :
1864
+ [Nokogiri::XML::Node](https://nokogiri.org/rdoc/ Nokogiri/XML/Node.html ) :
1865
1865
1866
1866
` ` ` ruby
1867
1867
test "renders a link to itself" do
You can’t perform that action at this time.
0 commit comments