DEV Live is in beta and currently does not support Safari. We recommend Chrome or Firefox for optimal viewing experience. If you are having issues, contact
- members@dev.to for support. ❤️
-
-
-<% elsif false %>
-
-
- DEV LIVE <%= image_tag("emoji/emoji-one-television.png", style: "width: 55px; height: 50px; vertical-align: text-top;", alt: "television emoji") %>
-
-
- Our event is starting soon! Check back very shortly.
-
-
-
-<% elsif false %>
-
-
DEV IS
- LIVE <%= image_tag("emoji/emoji-one-television.png", style: "width: 60px;", alt: "television emoji") %>
-
-<% end %>
diff --git a/config/routes.rb b/config/routes.rb
index 1645c35dc..04a58af43 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -305,7 +305,6 @@ Rails.application.routes.draw do
get "/code-of-conduct" => "pages#code_of_conduct"
get "/report-abuse" => "pages#report_abuse"
get "/faq" => "pages#faq"
- get "/live" => "pages#live"
get "/welcome" => "pages#welcome"
get "/challenge" => "pages#challenge"
get "/badge" => "pages#badge"
diff --git a/spec/requests/pages_spec.rb b/spec/requests/pages_spec.rb
index ae779a210..350744150 100644
--- a/spec/requests/pages_spec.rb
+++ b/spec/requests/pages_spec.rb
@@ -106,15 +106,6 @@ RSpec.describe "Pages", type: :request do
end
end
- describe "GET /live" do
- context "when nothing is live" do
- it "shows the correct message" do
- get "/live"
- expect(response.body).to include("We are working on more ways to bring live coding to the community")
- end
- end
- end
-
describe "GET /robots.txt" do
it "has proper text" do
get "/robots.txt"