File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module Docs
22 class Rails < Rdoc
3+ # Instructions:
4+ # 1. Download a release at https://github.com/rails/rails/releases
5+ # 2. Open "railties/lib/rails/api/task.rb" and comment out any code related to sdoc ("configure_sdoc")
6+ # 3. Run "bundle install --without db && bundle exec rake rdoc" (in the Rails directory)
7+ # 4. Run "cd guides && bundle exec rake guides:generate:html"
8+ # 5. Copy the "guides/output" directory to "html/guides"
9+ # 6. Copy the "html" directory to "docs/rails~[version]"
10+
311 include FixInternalUrlsBehavior
412
513 self . name = 'Ruby on Rails'
@@ -67,7 +75,7 @@ class Rails < Rdoc
6775 end
6876
6977 version '5.2' do
70- self . release = '5.2.0 '
78+ self . release = '5.2.2 '
7179 end
7280
7381 version '5.1' do
@@ -79,7 +87,7 @@ class Rails < Rdoc
7987 end
8088
8189 version '4.2' do
82- self . release = '4.2.10 '
90+ self . release = '4.2.11 '
8391 end
8492
8593 version '4.1' do
You can’t perform that action at this time.
0 commit comments