diff --git a/Rakefile b/Rakefile index 49e8a409d4..f96006e037 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ task :switch_default_rails do switch_rails(default_rails_version) end -desc 'Generate adn build documentation for older versions of Rails' +desc 'Generate and build documentation for older versions of Rails' task :build_multi do # WORKAROUND: use `reverse_each` instead of `each` to avoid nokogiri installation error config['rails_versions'].reverse_each do |version, detail| diff --git a/_config.yml b/_config.yml index 15edf2ef33..4cd55dd6f5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,13 +2,13 @@ title: RailsDoc(β) description: Ruby on Rails API Documentation. url: https://railsdoc.github.io source: src -default_rails_version: "7.2.0.beta2" +default_rails_version: "7.2.2" rails_versions: "7.2": - specific_version: "7.2.0.beta2" + specific_version: "7.2.2" latest: true "7.1": - specific_version: "7.1.3" + specific_version: "7.1.5" "7.0": specific_version: "7.0.8" "6.1": @@ -34,29 +34,29 @@ defaults: version: 7.2 image: https://avatars.githubusercontent.com/u/4223 toc: true - root_path: '/' + root_path: "/" - scope: path: "7.1" values: version: 7.1 - root_path: '/7.1/' + root_path: "/7.1/" - scope: path: "7.0" values: version: 7.0 - root_path: '/7.0/' + root_path: "/7.0/" - scope: path: "6.1" values: version: 6.1 - root_path: '/6.1/' + root_path: "/6.1/" - scope: path: "6.0" values: version: 6.0 - root_path: '/6.0/' + root_path: "/6.0/" - scope: path: "5.2" values: version: 5.2 - root_path: '/5.2/' + root_path: "/5.2/" diff --git a/rails b/rails index b752c38e81..d0dcb8fa60 160000 --- a/rails +++ b/rails @@ -1 +1 @@ -Subproject commit b752c38e81a310c1aaca78c7cdd1784009ea189a +Subproject commit d0dcb8fa6073a0c4d42600c15e82e3bb386b27d3 diff --git a/src/7.1/classes/AbstractController.html b/src/7.1/classes/AbstractController.html index 4caac17ce2..7538c6d16b 100644 --- a/src/7.1/classes/AbstractController.html +++ b/src/7.1/classes/AbstractController.html @@ -5,7 +5,7 @@