Update Ruby on Rails documentation (5.2.2)

pull/961/head
Thibaut Courouble 6 years ago
parent b290b7debe
commit 13ed1c9932

@ -1,5 +1,13 @@
module Docs module Docs
class Rails < Rdoc class Rails < Rdoc
# Instructions:
# 1. Download a release at https://github.com/rails/rails/releases
# 2. Open "railties/lib/rails/api/task.rb" and comment out any code related to sdoc ("configure_sdoc")
# 3. Run "bundle install --without db && bundle exec rake rdoc" (in the Rails directory)
# 4. Run "cd guides && bundle exec rake guides:generate:html"
# 5. Copy the "guides/output" directory to "html/guides"
# 6. Copy the "html" directory to "docs/rails~[version]"
include FixInternalUrlsBehavior include FixInternalUrlsBehavior
self.name = 'Ruby on Rails' self.name = 'Ruby on Rails'
@ -67,7 +75,7 @@ module Docs
end end
version '5.2' do version '5.2' do
self.release = '5.2.0' self.release = '5.2.2'
end end
version '5.1' do version '5.1' do
@ -79,7 +87,7 @@ module Docs
end end
version '4.2' do version '4.2' do
self.release = '4.2.10' self.release = '4.2.11'
end end
version '4.1' do version '4.1' do

Loading…
Cancel
Save