We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7704bc + 57644fc commit 6ebb226Copy full SHA for 6ebb226
config/nginx.conf
@@ -41,7 +41,8 @@ server {
41
42
rewrite /contributing_to_rails.html /contributing_to_ruby_on_rails.html permanent;
43
rewrite /contribute.html /contributing_to_ruby_on_rails.html permanent;
44
- rewrite /constant_autoloading_and_reloading.html /autoloading_and_reloading_constants.html permanent;
+ rewrite ^((?!/v[2-3]\.|/v4\.[0-1]).*)/migrations.html$ $1/active_record_migrations.html permanent;
45
+ rewrite ^(.*)/constant_autoloading_and_reloading.html$ $1/autoloading_and_reloading_constants.html permanent;
46
47
location ~ ^/v\d {
48
root /home/rails/guides;
0 commit comments