Skip to content

Commit adf27b8

Browse files
committed
rename the application
1 parent 2dfa505 commit adf27b8

18 files changed

+41
-41
lines changed

app/controllers/memberships_controller.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def subscribe
1212
# TODO we need some sort of security token check here to make sure they've signed up properly
1313
@user.membership_level = level
1414
@user.save
15-
flash[:success] = "You are now a " + level.name + " Membership level T3KSCR33N member!"
15+
flash[:success] = "You are now a " + level.name + " Membership level XYZZY member!"
1616
redirect_to root_url
1717
end
1818

@@ -26,7 +26,7 @@ def bronze
2626
@user.activate
2727
@user.save
2828
log_in @user
29-
flash[:success] = "You are now a Bronze Membership level T3KSCR33N member!"
29+
flash[:success] = "You are now a Bronze Membership level XYZZY member!"
3030
redirect_to root_url
3131
else
3232
flash[:error] = "Problem with sign up information..."
@@ -44,7 +44,7 @@ def gold
4444
@user.activate
4545
@user.save
4646
log_in @user
47-
flash[:success] = "You are now a Gold Membership level T3KSCR33N member!"
47+
flash[:success] = "You are now a Gold Membership level XYZZY member!"
4848
redirect_to root_url
4949
else
5050
flash[:error] = "Problem with sign up information..."
@@ -62,7 +62,7 @@ def platinum
6262
@user.activate
6363
@user.save
6464
log_in @user
65-
flash[:success] = "You are now a Platinum Membership level T3KSCR33N member!"
65+
flash[:success] = "You are now a Platinum Membership level XYZZY member!"
6666
redirect_to root_url
6767
else
6868
flash[:error] = "Problem with sign up information..."

app/controllers/static_pages_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def home
88

99
if current_user.trial_expired?
1010
log_out
11-
flash[:info] = "Your 2 week trial has expired. Please sign up for either the Bronze, Gold, or Platinum subscription to continue using T3KSCR33N."
11+
flash[:info] = "Your 2 week trial has expired. Please sign up for either the Bronze, Gold, or Platinum subscription to continue using XYZZY."
1212
redirect_to plans_path
1313
else
1414
show_all = false
@@ -68,7 +68,7 @@ def home
6868
end
6969

7070
if @num_tests == 0 && @num_candidates == 0 && !current_user.companies.any?
71-
flash.now[:info] = "Welcome to T3KSCR33N! You can view all of your screening results and candidates on this dashboard."
71+
flash.now[:info] = "Welcome to XYZZY! You can view all of your screening results and candidates on this dashboard."
7272
@is_new_user = true
7373
end
7474
end

app/helpers/application_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def yes_no(value)
6363
end
6464

6565
def full_title(page_title = '')
66-
base_title = "TechScreen.net Interview Screening Application"
66+
base_title = "Technical Interview Screening Application"
6767
if page_title.empty?
6868
base_title
6969
else

app/views/candidate_mailer/send_results.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<h1>T3KSCR33N</h1>
1+
<h1>XYZZY</h1>
22

33
<p>Test Result For Candidate: <%= @candidate.name %></p>
44

55
<p>
6-
Here are the candidate's results from T3KSCR33N for test "<%= @test_submission.test.name %>:"
6+
Here are the candidate's results from XYZZY for test "<%= @test_submission.test.name %>:"
77
</p>
88
<br>
99
<% if @test_submission.is_scored? %>

app/views/candidate_mailer/send_test.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<h1>T3KSCR33N</h1>
1+
<h1>XYZZY</h1>
22

33
<p>Hello <%= @candidate.name %>,</p>
44

55
<p>
6-
<%= @sender_email %> has requested that you complete the test '<%= @test.name %>' on T3KSCR33N!
6+
<%= @sender_email %> has requested that you complete the test '<%= @test.name %>' on XYZZY!
77
</p>
88
<p>Please click on the link below to start your test: <%= link_to "Start Test",
99
start_test_url(id: @candidate.id, token: @candidate.test_token,

app/views/layouts/_header.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="icon-bar"></span>
99
</button>
1010
<div id="logo">
11-
T3KSCR33N
11+
XYZZY
1212
</div>
1313
</div>
1414

app/views/memberships/plans.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<div class="col-md-8">
171171
<h4>Features</h4>
172172
<ul>
173-
<li>T3KSCR33N helps you set up screening tests for software development candidates.</li>
173+
<li>XYZZY helps you set up screening tests for software development candidates.</li>
174174
<li>Quickly assemble screening tests from a large library of technology topics and questions.</li>
175175
<li>Use existing popular screening tests, and enhance them with your own screening content.</li>
176176
<li>Easily manage your candidates' results. Forward results on to employers, auto-score tests.</li>
@@ -188,19 +188,19 @@
188188
<div class="col-md-4">
189189
<div>
190190
<h4>View Test Submissions</h4>
191-
<%= image_tag("features.png", size: "300x200", alt: "T3KSCR33N") %>
191+
<%= image_tag("features.png", size: "300x200", alt: "XYZZY") %>
192192
</div>
193193
</div>
194194
<div class="col-md-4">
195195
<div>
196196
<h4>Search Screening Questions</h4>
197-
<%= image_tag("questions.png", size: "300x200", alt: "T3KSCR33N") %>
197+
<%= image_tag("questions.png", size: "300x200", alt: "XYZZY") %>
198198
</div>
199199
</div>
200200
<div class="col-md-4">
201201
<div>
202202
<h4>View Metrics</h4>
203-
<%= image_tag("metrics.png", size: "300x200", alt: "T3KSCR33N") %>
203+
<%= image_tag("metrics.png", size: "300x200", alt: "XYZZY") %>
204204
</div>
205205
</div>
206206
</div>

app/views/static_pages/about.html.erb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<% provide(:title, "About") %>
22
<div class="page-header">
3-
<h1>T3KSCR33N Overview</h1>
3+
<h1>XYZZY Overview</h1>
44
</div>
55
<div class="row">
66
<div class="col-md-12">
7-
<p class="center">T3KSCR33N helps you set up and manage screening tests for software development candidates.
7+
<p class="center">XYZZY helps you set up and manage screening tests for software development candidates.
88
Quickly create tests from a variety of technology topics and thousands of questions, or create your own. Manage your candidates' results, share with employers. </p>
99
</div>
1010
</div>
1111
<div class="row">
1212
<div class="col-md-4">
1313
<div>
1414
<h4>View Test Submissions</h4>
15-
<%= image_tag("features.png", size: "300x200", alt: "T3KSCR33N") %>
15+
<%= image_tag("features.png", size: "300x200", alt: "XYZZY") %>
1616
</div>
1717
</div>
1818
<div class="col-md-4">
1919
<div>
2020
<h4>Search Screening Questions</h4>
21-
<%= image_tag("questions.png", size: "300x200", alt: "T3KSCR33N") %>
21+
<%= image_tag("questions.png", size: "300x200", alt: "XYZZY") %>
2222
</div>
2323
</div>
2424
<div class="col-md-4">
2525
<div>
2626
<h4>View Metrics</h4>
27-
<%= image_tag("metrics.png", size: "300x200", alt: "T3KSCR33N") %>
27+
<%= image_tag("metrics.png", size: "300x200", alt: "XYZZY") %>
2828
</div>
2929
</div>
3030
</div>
@@ -76,5 +76,5 @@
7676
</div>
7777

7878
<h1><%= link_to "Sign up now", signup_path(:membership_level_id => 1) %> or
79-
<%= link_to "contact us", contact_path %> for more information about T3KSCR33N.</h1>
80-
<h1><%= image_tag("big-logo.png", class: "responsive-image") %></h1>
79+
<%= link_to "contact us", contact_path %> for more information about XYZZY.</h1>
80+
<h1><%= image_tag("big-logo.png", class: "responsive-image") %></h1>

app/views/static_pages/help.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div id="collapseTwo" class="panel-collapse collapse">
5757
<div class="panel-body">
5858
<p><strong>Why do I need to sign up to see question answers?</strong>
59-
T3KSCR33N is not designed to be a study tool for candidates (there are many, many good sources already out there for that);
59+
XYZZY is not designed to be a study tool for candidates (there are many, many good sources already out there for that);
6060
it is geared towards recruiters / employers who want to screen candidates.</p>
6161
<p><strong>What does Difficulty mean for a question, and does it affect scoring?</strong>
6262
At the moment, there are three basic quesiton difficulty levels you can specify for a question you create,

app/views/static_pages/home.html.erb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
<!--
5555
<div class="col-md-7 col-md-offset-1">
56-
<strong>Welcome! The basic Techscreen workflow consists of:</strong>
56+
<strong>Welcome! The basic screening workflow consists of:</strong>
5757
<ol><li>setting up a candidate profile</li>
5858
<li>setting up a screening test (or using an existing one), </li>
5959
<li>sending the candidate the test</li>
@@ -98,7 +98,7 @@
9898
</div>
9999
<% else %>
100100
<div class="center intro">
101-
<h1><span class="header-responsive">Welcome to T3KSCR33N</span></h1>
101+
<h1><span class="header-responsive">Welcome to XYZZY</span></h1>
102102

103103
<h2>
104104
<span class="ease">Screen your interview candidates with ease.</span>
@@ -109,7 +109,7 @@
109109
</div>
110110

111111
<div class="row" id ="overview">
112-
<p class="center-big">T3KSCR33N helps you set up and manage screening tests for software development candidates.</p>
112+
<p class="center-big">XYZZY helps you set up and manage screening tests for software development candidates.</p>
113113
<p class="center-big">Quickly create tests from a variety of technology topics and thousands of questions, or create your own. </p>
114114
</div>
115115
<div class="row padded-bottom-row">
@@ -129,7 +129,7 @@
129129
<div class="row"></div>
130130
<div class="row color-row">
131131
<div class="col-md-10 col-md-offset-1">
132-
<h3>T3KSCR33N is a Powerful, Time-Saving Tool for Recruiters and Managers</h3>
132+
<h3>XYZZY is a Powerful, Time-Saving Tool for Recruiters and Managers</h3>
133133
</div>
134134

135135
<div class="col-md-5 col-md-offset-1">
@@ -187,9 +187,9 @@
187187
</script>
188188
<%= javascript_include_tag "savings_calculator" %>
189189
<div class="row calculator">
190-
<h1>T3KSCR33N Estimated Savings Calculator</h1>
190+
<h1>XYZZY Estimated Savings Calculator</h1>
191191
<div class="col-md-8 col-md-offset-1">
192-
<!-- <h4>Calculate money saved using T3KSCR33N for candidate screening</h4> -->
192+
<!-- <h4>Calculate money saved using XYZZY for candidate screening</h4> -->
193193

194194
<div class="container">
195195
<form class="form-horizontal calc-section">

0 commit comments

Comments
 (0)