Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate rank validation #71

Open
wants to merge 351 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
351 commits
Select commit Hold shift + click to select a range
8d1cda7
Validate passcode and session token responses
joelmahoney Dec 28, 2015
fc50c83
Fix method to save choice schools on student
joelmahoney Dec 28, 2015
b6c2a10
Add other data to schools ranking page
joelmahoney Dec 29, 2015
07ab7e5
Display multiple schools (with different program codes) in school cho…
joelmahoney Dec 30, 2015
4037a7f
Add program code description to student_schools
joelmahoney Dec 30, 2015
e407b96
Display special application requirements on ranking page
joelmahoney Dec 30, 2015
f2a91dc
Tweak button hover state
joelmahoney Dec 30, 2015
0449707
Refactor api response parsing; skip the ordering step if schools have…
joelmahoney Dec 30, 2015
2080977
Enforce https
joelmahoney Jan 5, 2016
356befd
Don't show Tier on high school results
joelmahoney Jan 5, 2016
550b608
Add distance to rank page list
joelmahoney Jan 5, 2016
9672c0c
Store session token in the session, not in params
joelmahoney Jan 6, 2016
81e3ac7
Format distance
joelmahoney Jan 6, 2016
1c8cb1b
Tweak ranking instructions. Ensure that at least three schools are ra…
joelmahoney Jan 7, 2016
34a167d
Switch to green background
joelmahoney Jan 8, 2016
0a510fc
Tweak error message styling
joelmahoney Jan 8, 2016
96c934d
Get session token from session not params
joelmahoney Jan 8, 2016
ca1be3e
Add transportation icons
joelmahoney Jan 8, 2016
8b90149
Add C to transportation icon helper
joelmahoney Jan 8, 2016
1a9ee0f
Tweaks to transportation icon helper
joelmahoney Jan 8, 2016
7230026
Use get_ranked_choices to display previously-submitted rankings
joelmahoney Jan 8, 2016
8c23d2e
Fix transportation icon helper
joelmahoney Jan 8, 2016
17116eb
Save parent name on student
joelmahoney Jan 10, 2016
587e348
Remove unused params tokens
joelmahoney Jan 10, 2016
faf8acf
Work on mobile styling
joelmahoney Jan 10, 2016
b638a37
Hide logo on mobile sizes
joelmahoney Jan 10, 2016
da0630a
More responsive tweaks
joelmahoney Jan 10, 2016
f3d2313
Rename methods to GetRankedChoices and SaveRankedChoices
joelmahoney Jan 11, 2016
dc9aa33
Fix GetRankedChoices method name
joelmahoney Jan 11, 2016
0f0287e
Redirect from summary page to success page if schools have already be…
joelmahoney Jan 11, 2016
9292a9a
Add Choose logo
joelmahoney Jan 12, 2016
1becfc1
removed pre-reg text
dganesan23 Jan 12, 2016
ab03381
Add notes to summary page
joelmahoney Jan 13, 2016
53e5712
Revert "Add Choose logo"
dganesan23 Jan 13, 2016
5dbb0dc
Revert "Revert "Add Choose logo""
dganesan23 Jan 13, 2016
b47be64
Fix student save in student_addresses controller
joelmahoney Jan 13, 2016
55ec85f
Remove logging
joelmahoney Jan 13, 2016
46e24f9
Responsive page instructions on list pages
joelmahoney Jan 14, 2016
2586ec5
Switch to WEBSERVICE_CHOICE_URL
joelmahoney Jan 14, 2016
d6368ac
Add discover logo to choose flow header
joelmahoney Jan 14, 2016
fedf53e
Fix school expand/collapse
joelmahoney Jan 14, 2016
7aca211
Switch to 2016 on API calls
joelmahoney Jan 15, 2016
dbca5d5
Tweaks to webservice methods
joelmahoney Jan 16, 2016
7942c88
Work on error handling
joelmahoney Jan 17, 2016
eac43e7
Add instructions for clicking continue button
joelmahoney Jan 17, 2016
a90d1c7
Set current_student
joelmahoney Jan 17, 2016
5cbf183
Try for current_student token
joelmahoney Jan 17, 2016
c1fb80e
Remove unused footer content; fix partial paths
joelmahoney Jan 19, 2016
58f9e73
Pass verificationText to SaveRankedChoices
joelmahoney Jan 20, 2016
ca53869
Add UserVoice
joelmahoney Jan 20, 2016
742ead3
Only display UserVoice widget on staging site
joelmahoney Jan 21, 2016
f90140c
Try getting SchoolName on success page
joelmahoney Jan 21, 2016
d1e21a0
Log choice schools from success page
joelmahoney Jan 21, 2016
07d79da
Fix route names
joelmahoney Jan 21, 2016
f406893
More work on js alternative pages and routes
joelmahoney Jan 21, 2016
13d5525
Fix new_student_preference_path link
joelmahoney Jan 21, 2016
ec71fa2
Fix path name
joelmahoney Jan 21, 2016
ce2e8b2
Try connecting without specifying SSLv3
joelmahoney Jan 21, 2016
cbfb8e5
Revert to specifying SSLv3
joelmahoney Jan 21, 2016
357d92c
[Test] remove SSLv3 requirement on get_parent
joelmahoney Jan 21, 2016
cb1ea21
Revert test to remove SSLv3 requirement
joelmahoney Jan 21, 2016
d5efec6
Remove UserVoice
joelmahoney Jan 22, 2016
231bf2b
[TEST] don't use SSLv3 on webservice calls
joelmahoney Jan 25, 2016
5984b10
Remove SSLv3 version
joelmahoney Jan 28, 2016
8105315
Restore SSLv3
joelmahoney Jan 28, 2016
5b44cff
Remove SSLv3 (again)
joelmahoney Jan 28, 2016
6b66390
Restore SSLv3
joelmahoney Jan 28, 2016
d0e7ccd
Remove SSLv3 (again again)
joelmahoney Jan 28, 2016
4edaf78
Add link to Google Group
joelmahoney Feb 3, 2016
6e76e66
Change first day of school to September 8
joelmahoney Feb 3, 2016
a1e5a07
Set special admissions from IsSpecAdmissions on choice schools
joelmahoney Feb 4, 2016
2446d53
Fix syntax error
joelmahoney Feb 4, 2016
d32b457
Disable school choice site
joelmahoney Feb 10, 2016
7060fee
Prevent submissions on ranking page
joelmahoney Feb 10, 2016
deb522b
Restore superintendent letter on home page
joelmahoney Feb 10, 2016
cb4734b
Don't titleize true/false
joelmahoney Feb 10, 2016
ea03b19
Tweak special_admissions helper
joelmahoney Feb 10, 2016
eb40610
Switch cutoff date to 2/11
joelmahoney Feb 10, 2016
02fb22e
Switch to 2/10 cutoff date
joelmahoney Feb 10, 2016
9bce45d
Switch cutoff to 2/11
joelmahoney Feb 10, 2016
e2e16c3
Reveal IsSpecAdmissions value
joelmahoney Mar 11, 2016
45595a8
Fix gitignore
joelmahoney Mar 11, 2016
9224826
Restore helper on IsSpecAdmissions
joelmahoney Mar 11, 2016
39f8435
Change cutoff date to April 15
joelmahoney Mar 22, 2016
b3614cb
date extended
dganesan23 Apr 15, 2016
ae55c22
Add SQF links
joelmahoney Apr 18, 2016
1c52760
Tweak SQF link title
joelmahoney Apr 18, 2016
274a34c
date change for staging only
dganesan23 Apr 21, 2016
ebd12e6
Add RegistrationDates
joelmahoney May 10, 2016
4eabcc6
Merge branch 'master' into sqf
joelmahoney May 10, 2016
d69e0a2
Fix registration dates
joelmahoney May 10, 2016
46d3508
Fix registration dates
joelmahoney May 10, 2016
7de382f
Add Quality Tier to schools list
joelmahoney May 11, 2016
48372e9
Rename School Quality to Quality Tier
joelmahoney May 11, 2016
2960499
Use dyanmic dates in date range messages
joelmahoney May 19, 2016
af465c5
Use notifications for Choice Round date alerts
joelmahoney May 19, 2016
90bd047
Merge branch 'master' into sqf
joelmahoney May 19, 2016
020f01e
Larger notificaiton text area
joelmahoney May 19, 2016
3983970
Tweak school choice label on notificaitons form
joelmahoney May 19, 2016
0ba0f9a
Remove School Choice Round RegistrationDates; make notification text …
joelmahoney May 19, 2016
f5c43ca
sqf text change
dganesan23 Jun 3, 2016
5e96e5a
added school list
dganesan23 Jun 3, 2016
593a0fd
adding walkdistance
dganesan23 Oct 13, 2016
4552173
adding to schema
dganesan23 Oct 13, 2016
0b7b535
git ignore discover
dganesan23 Oct 14, 2016
25714d6
merged walkdistance to staging
dganesan23 Oct 14, 2016
1243a9a
walkdistance check
dganesan23 Oct 14, 2016
e493ff4
Merge branch 'walkdistance' into staging
dganesan23 Oct 14, 2016
01e21ec
merging sqf chanes
dganesan23 Oct 15, 2016
c47e6e9
fixed sync issue with sqf
dganesan23 Oct 15, 2016
5264edc
added schoolId for untiered sch
dganesan23 Oct 18, 2016
e3e4f81
added group school to main link
dganesan23 Oct 18, 2016
c28e419
bug fix to show transportation eligible icon
dganesan23 Oct 18, 2016
d093ace
walk distance and tran eligible icon fix
dganesan23 Oct 18, 2016
2183dd4
fixed sort order isue
dganesan23 Oct 18, 2016
6e0f145
fixed sort order distance
dganesan23 Oct 18, 2016
f41bc88
removed "4440"
dganesan23 Oct 18, 2016
eadfbda
added dese level
dganesan23 Oct 19, 2016
0a8f045
text change
dganesan23 Oct 20, 2016
fe62fde
validate tier
dganesan23 Oct 20, 2016
3748613
modified pre-reg date
dganesan23 Oct 20, 2016
552392f
revert
dganesan23 Oct 20, 2016
ed87f1c
date
dganesan23 Oct 20, 2016
1155e9b
date format
dganesan23 Oct 20, 2016
868da7a
date formatting
dganesan23 Oct 20, 2016
776784b
remove constants
dganesan23 Oct 20, 2016
82b6cf4
added timeline
dganesan23 Oct 20, 2016
879e1ff
added timeline
dganesan23 Oct 20, 2016
85e7662
changed schyear
dganesan23 Oct 20, 2016
5f42a3d
added grade
dganesan23 Oct 21, 2016
a15bdd3
henderson tier fix
dganesan23 Oct 21, 2016
61d238c
Remove last name dates
Bostonbravery Oct 21, 2016
b3c6324
replaced MCAS
dganesan23 Oct 21, 2016
822ed8d
school tier
dganesan23 Oct 21, 2016
39138c4
tier for henderson
dganesan23 Oct 21, 2016
b46423d
Remove label format
Bostonbravery Oct 25, 2016
18cfec8
Merge branch 'staging' of https://github.com/BostonPublicSchools/disc…
Bostonbravery Oct 25, 2016
801e51f
Remove label format
Bostonbravery Oct 26, 2016
93b6a56
Label and format changes
Bostonbravery Oct 27, 2016
66bd087
More info label change
Bostonbravery Oct 28, 2016
492a909
Changing the link behind "More information on school quality measures",
Bostonbravery Nov 1, 2016
d740617
Adding hastag
Bostonbravery Nov 1, 2016
62cd3fd
add sqf_dese
Bostonbravery Nov 1, 2016
990c2ff
preview date link change
dganesan23 Nov 29, 2016
50cc46b
update school preview date link
dganesan23 Nov 29, 2016
145b8d9
review timeline
dganesan23 Nov 29, 2016
aa664ea
get timeline
dganesan23 Nov 29, 2016
d437d99
timeline
dganesan23 Nov 29, 2016
39acfff
change sqf quality to mcas text
dganesan23 Dec 16, 2016
a7ee512
align link
dganesan23 Dec 16, 2016
5cf101d
fix to show announcement in home page
dganesan23 Dec 16, 2016
6f5dca7
fix for home page page announcement
dganesan23 Dec 16, 2016
cdbf2dd
announcement notifcation fix
dganesan23 Dec 16, 2016
aa2a4cb
merging service endpoint changes to staging
dganesan23 Dec 20, 2016
ece2592
removed key from constants
dganesan23 Dec 20, 2016
5153402
home based webservice
dganesan23 Dec 20, 2016
a19df73
resolved integer issue
dganesan23 Dec 21, 2016
f1f2eb7
changed school year to 2017-2018
dganesan23 Dec 22, 2016
9628d63
new url
dganesan23 Dec 22, 2016
c8e6c31
revert school year
dganesan23 Dec 22, 2016
df68d31
year flip
dganesan23 Dec 23, 2016
96a7e5a
increased language fade in fade out time
dganesan23 Dec 23, 2016
0ef182f
google translate alignment
dganesan23 Dec 23, 2016
89e8f16
order change
dganesan23 Dec 23, 2016
c14093d
merged to staging
dganesan23 Dec 27, 2016
8fe3e3a
saving ranked chhoice
dganesan23 Jan 5, 2017
0557fde
discover sorting removed
dganesan23 Jan 6, 2017
8d0b5e6
Change in notification message
Bostonbravery Jan 6, 2017
2b8e7ed
Fix links
Bostonbravery Jan 6, 2017
e774ed1
Additional Missed Link
Bostonbravery Jan 6, 2017
7ed77a7
Links finally saved.
Bostonbravery Jan 6, 2017
fbd29c4
fixing sorting
dganesan23 Jan 9, 2017
1d6b818
Merge branch 'staging' of https://github.com/BostonPublicSchools/disc…
dganesan23 Jan 9, 2017
0d8dd4b
adding program code description column
dganesan23 Jan 10, 2017
5cafa69
sorting
dganesan23 Jan 13, 2017
50b21b3
sorting while listing
dganesan23 Jan 13, 2017
00ece00
ordering list
dganesan23 Jan 13, 2017
b3ed9e1
trying to fix browser compatability with ordering
dganesan23 Jan 13, 2017
7acbb02
added sort_order property accessible
dganesan23 Jan 13, 2017
d834c07
ordering
dganesan23 Jan 13, 2017
008963d
ordering fix
dganesan23 Jan 13, 2017
15d663c
added sorting in order page
dganesan23 Jan 13, 2017
3c88a23
order page fix
dganesan23 Jan 13, 2017
854b825
order page fix
dganesan23 Jan 13, 2017
bd94b6a
avoid multiple clicks on
dganesan23 Jan 23, 2017
3cc0665
Merge branch 'staging'
dganesan23 Jan 23, 2017
f0ba052
url change
dganesan23 Jan 25, 2017
894e446
made program column visibl
dganesan23 Jan 30, 2017
f106384
bug fixed
dganesan23 Feb 1, 2017
0042fa5
text change
dganesan23 Feb 1, 2017
3b1f551
text change
dganesan23 Feb 1, 2017
ac288c1
text change
dganesan23 Feb 1, 2017
ac06caa
merge from staging
dganesan23 Feb 1, 2017
cfe4352
round end date validation
dganesan23 Feb 3, 2017
af4f2ce
change session var to params
dganesan23 Feb 3, 2017
8a05c2e
null exception fix
dganesan23 Feb 3, 2017
b3b98a9
datetime comparison with empty string bug fix
dganesan23 Feb 3, 2017
875defb
updated api key
dganesan23 Mar 15, 2017
3acf1e8
redirect host url change
dganesan23 Sep 27, 2017
eba8ab3
changed school year to 2018-2019
praveenksharma Nov 13, 2017
b089b8c
Merge branch 'staging'
dganesan23 Nov 14, 2017
39904e7
master changes
dganesan23 Nov 14, 2017
529f572
changed school year to 2018-2019 for staging
praveenksharma Nov 15, 2017
5ab3abc
replace with quality tier
dganesan23 Nov 17, 2017
453408d
text change to quality tier
dganesan23 Nov 17, 2017
bef2619
Merge pull request #1 from BostonPublicSchools/staging
Bostonbravery Nov 21, 2017
cd1133b
timeline text fix
nikhilc123 Dec 16, 2017
f43d7b7
Access test
nikhilc123 Dec 18, 2017
1a38502
test to push
nikhilc123 Dec 18, 2017
567cee9
Added a Text Editor
nikhilc123 Dec 18, 2017
f5d574d
Timeline
nikhilc123 Dec 18, 2017
305c6c4
Merge branch 'DSL'
nikhilc123 Dec 18, 2017
a3299eb
Reverting changes, dependency error for froala
nikhilc123 Dec 18, 2017
2e756de
typo error
nikhilc123 Dec 19, 2017
d4c1759
added text editor under Notifications
nikhilc123 Dec 19, 2017
114c7bb
added ability to edit the text with hyperlinks and added the dates
nikhilc123 Dec 20, 2017
ca9a4c7
Added <br> tag
nikhilc123 Dec 20, 2017
2a982cd
Footer link editable
nikhilc123 Dec 21, 2017
b1789d7
ability to edit message on homepage
nikhilc123 Dec 26, 2017
f01c6a9
Priority registrations date updated
nikhilc123 Dec 26, 2017
4f0409e
resolved 404 error
nikhilc123 Jan 2, 2018
426c66f
Text Snippet and demand data works
nikhilc123 Jan 10, 2018
730be7d
Added link under schools footer
nikhilc123 Jan 10, 2018
e46b42c
Removed content
nikhilc123 Jan 10, 2018
c31b590
Merge pull request #2 from BostonPublicSchools/Demand_Data_Error
Bostonbravery Jan 10, 2018
8d23a64
MCAS tier - SQF tier
nikhilc123 Jan 14, 2018
4a02813
changed WC text
nikhilc123 Jan 14, 2018
0ca1817
Merge pull request #3 from BostonPublicSchools/MCAS-tier
Bostonbravery Jan 16, 2018
bbf5bc3
Timeline date issue resolved
nikhilc123 Jan 17, 2018
4f2efab
Merge pull request #4 from BostonPublicSchools/timeline-dates
Bostonbravery Jan 17, 2018
4aa4692
Quality report language links
nikhilc123 Jan 18, 2018
a28a7fe
School quality report link
nikhilc123 Jan 18, 2018
e14fd47
assets precompiled to the pipeline
nikhilc123 Jan 18, 2018
e43223d
Merged branch conflicts
nikhilc123 Jan 19, 2018
de9099b
Search grade selection issue fixed with other languages
nikhilc123 Jan 19, 2018
6acb20c
Merge pull request #6 from BostonPublicSchools/search-grade-issue-locale
Bostonbravery Jan 19, 2018
bfe29d3
Fixed calculation issues applicants/open seats
nikhilc123 Feb 1, 2018
c05fa6e
Discover Online Choice users can complete with less than 3 choices if…
nikhilc123 Feb 22, 2018
54d908c
Added a back button and fixed the issue related to rankings
nikhilc123 Feb 28, 2018
59ed215
Updated code changes for rank validation
nikhilc123 Mar 17, 2018
123c7b8
test the changes
nikhilc123 Apr 2, 2018
f6d45f6
Added loggers
nikhilc123 Apr 3, 2018
af2277a
Integrated API for get_home_schools
nikhilc123 Apr 12, 2018
e1e25be
updated code changes
nikhilc123 Apr 18, 2018
49ee4de
Integrated API for Homeschools and added request timeout
nikhilc123 Apr 25, 2018
ee9b05d
added header key inside ENV
nikhilc123 Apr 25, 2018
864a895
timeout
nikhilc123 Apr 26, 2018
5a889c4
updated timeout to 500
nikhilc123 Apr 26, 2018
ba6b60b
fixed transportation eligibility-icon issue |added a generic key for …
nikhilc123 May 1, 2018
e53f3d6
resolved duplicate ranking issues
nikhilc123 May 16, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 35 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,49 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3
/config/database.yml

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
*.DS_Store
.DS_Store
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log
/tmp
/db/*.sqlite3
/public/system/*
/db/*.sqlite3-journal
/db/dumps/**
/public/system
/coverage/
/spec/tmp/*
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
/db/dumps

.powrc.swp
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/secrets.yml

## Environment normalisation:
/.bundle
/vendor/bundle

# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json

# Ignore pow environment settings
.powenv

.gems/**
/.gems/**

.DS_Store

config/application.yml
.powrc.swp
.ruby-version
discover.dump
1 change: 1 addition & 0 deletions .rbenv-gemsets
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gems
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0-p647
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

ruby '2.0.0'
gem 'rails', '3.2.20'
gem 'rails', '3.2.22'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand All @@ -23,6 +23,7 @@ gem 'jquery-ui-rails'
gem 'multi_json'
gem 'newrelic_rpm'
gem 'pg'
gem "puma"
gem 'rails_autolink'
gem 'rails_12factor'
gem 'ranked-model'
Expand All @@ -31,7 +32,6 @@ gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'rake', '~> 10.3.1'
gem 'unicorn'
gem 'will_paginate', '~> 3.0'

# Gems used only for assets and not required
Expand Down
79 changes: 40 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.20)
actionpack (= 3.2.20)
actionmailer (3.2.22)
actionpack (= 3.2.22)
mail (~> 2.5.4)
actionpack (3.2.20)
activemodel (= 3.2.20)
activesupport (= 3.2.20)
actionpack (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.20)
activesupport (= 3.2.20)
activemodel (3.2.22)
activesupport (= 3.2.22)
builder (~> 3.0.0)
activerecord (3.2.20)
activemodel (= 3.2.20)
activesupport (= 3.2.20)
activerecord (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.20)
activemodel (= 3.2.20)
activesupport (= 3.2.20)
activesupport (3.2.20)
activeresource (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
activesupport (3.2.22)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts_as_paranoid (0.4.2)
Expand Down Expand Up @@ -82,22 +82,21 @@ GEM
railties (>= 3.1, < 4.1)
hashie (2.1.1)
hike (1.2.3)
i18n (0.6.11)
i18n (0.7.0)
journey (1.0.4)
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.1)
railties (>= 3.2.16)
json (1.8.1)
json (1.8.3)
jwt (0.1.11)
multi_json (>= 1.5)
kgio (2.9.2)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
multi_json (1.10.1)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
newrelic_rpm (3.8.0.218)
Expand Down Expand Up @@ -127,36 +126,36 @@ GEM
orm_adapter (0.5.0)
pg (0.17.1)
polyglot (0.3.5)
rack (1.4.5)
rack-cache (1.2)
puma (2.15.3)
rack (1.4.7)
rack-cache (1.5.1)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.20)
actionmailer (= 3.2.20)
actionpack (= 3.2.20)
activerecord (= 3.2.20)
activeresource (= 3.2.20)
activesupport (= 3.2.20)
rails (3.2.22)
actionmailer (= 3.2.22)
actionpack (= 3.2.22)
activerecord (= 3.2.22)
activeresource (= 3.2.22)
activesupport (= 3.2.22)
bundler (~> 1.0)
railties (= 3.2.20)
railties (= 3.2.22)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_autolink (1.1.5)
rails (> 3.1)
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (3.2.20)
actionpack (= 3.2.20)
activesupport (= 3.2.20)
railties (3.2.22)
actionpack (= 3.2.22)
activesupport (= 3.2.22)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.13.0)
rake (10.3.2)
ranked-model (0.4.0)
activerecord (>= 3.1.12)
Expand All @@ -178,14 +177,10 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.42)
tzinfo (0.3.45)
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.2)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
warden (1.2.3)
rack (>= 1.0)
will_paginate (3.0.5)
Expand Down Expand Up @@ -216,12 +211,18 @@ DEPENDENCIES
omniauth-facebook
omniauth-twitter
pg
rails (= 3.2.20)
puma
rails (= 3.2.22)
rails_12factor
rails_autolink
rake (~> 10.3.1)
ranked-model
sass-rails (~> 3.2.3)
uglifier (>= 1.0.3)
unicorn
will_paginate (~> 3.0)

RUBY VERSION
ruby 2.0.0p648

BUNDLED WITH
1.13.3
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
web: bundle exec puma -C config/puma.rb
worker: bundle exec rake jobs:work
clock: bundle exec clockwork ./lib/clock.rb
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require File.expand_path('../config/application', __FILE__)

DiscoverbpsV2::Application.load_tasks
DiscoverBPS::Application.load_tasks
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
.alignleft_half
%h2{style: 'margin-bottom: 15px;'}
Visit Schools
= link_to 'Learn about school preview opportunities', 'http://www.bostonpublicschools.org/Page/652', class: 'u', target: '_blank'
= link_to 'Learn about school preview opportunities', 'http://www.bostonpublicschools.org/schoolpreview', class: 'u', target: '_blank'
.alignleft_half
%h2{style: 'margin-bottom: 15px;'}
Register
= link_to 'Pre-registration', 'https://sis.mybps.org/aspen/index.html', class: 'u', target: '_blank'
= link_to 'Collect the required documents', 'http://www.bostonpublicschools.org/requireddocs', class: 'u', target: '_blank'
= link_to 'Plan a visit to a welcome center', 'http://www.bostonpublicschools.org/Page/653', class: 'u', target: '_blank'
= link_to 'Pre-registration', 'https://sis.mybps.org/aspen/index.html', class: 'u', target: '_blank'
%div.font13 Pre-registration for the 2018-2019 school year begins December
= link_to 'Collect the required documents', 'http://www.bostonpublicschools.org/residencypolicy', class: 'u', target: '_blank'
= link_to 'Plan a visit to a welcome center', 'http://www.bostonpublicschools.org/welcomecenters', class: 'u', target: '_blank'
Binary file modified app/assets/fonts/.DS_Store
Binary file not shown.
Loading