This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wa-current@wa-app-s0 current]$ bundle exec rake releases:4.26:after_load:cas-475 | |
** Invoke releases:4.26:after_load:cas-475 (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Execute releases:4.26:after_load:cas-475 | |
==> cas-475 Update fulfilled column |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wa-current@wa-app-s0 current]$ bundle exec rake release[4.26] | |
** Invoke release (first_time) | |
** Execute release | |
==> Run the release tasks for provided version | |
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Invoke db:load_config (first_time) | |
** Invoke rails_env (first_time) | |
** Execute rails_env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello John Rasku, | |
Josh Huber invites you to attend this online meeting. | |
Topic: WebAdMIT Training - Dev | |
Date: Wednesday, January 15, 2014 | |
Time: 1:00 pm, Eastern Standard Time (New York, GMT-05:00) | |
Meeting Number: 251 450 642 | |
Meeting Password: (This meeting does not require a password.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Administrator (Qa) | |
[email protected] | |
Dashboard | |
Account | |
Logout | |
Applicant successfully ETL'd | |
Organizations & Users |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- if licenses.blank? | |
.blank_pane Applicant has chosen not to report any licenses. | |
- else | |
- fields = license_presenter.fields_identifiers_to_fields | |
- details = license_presenter.details_identifiers_to_fields | |
- locals = { records: licenses, fields: fields, details: details, presenter: license_presenter } | |
= render partial: 'applicants/licenses_certifications/licenses_certifications', locals: locals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wa-current@wa-util-s0 current]$ bundle exec rake release[$RELEASE] | |
** Invoke release (first_time) | |
** Execute release | |
==> Run the release tasks for provided version | |
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
Running Rails 3.1.12 | |
Running Ruby 1.9.3 | |
** Invoke db:load_config (first_time) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Official MCAT After Jan 31 2015 Attachments | |
- RecordTransformation: | |
:keypath: '/UNICAS/AcademicHistory/OfficialTests/MCATScore2015/Attachment' | |
:table_name: 'cas_attachments' | |
:relative_recordname: 'mcat_score_attachment' | |
- SharedContentTransformation: | |
:keypath: '/UNICAS/AcademicHistory/OfficialTests/MCATScore2015/Attachment' | |
:column: 'applicant_id' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_relative '../transformations_spec_helper' | |
describe 'MCAT After Jan 31 2015 tests' do | |
include TransformationsSpecHelper | |
describe_transformations_for_record("UNICAS/0/AcademicHistory/0/OfficialTests/0/MCATScore2015/111") do | |
specify { subject["applicant_id"].must_equal applicant_id_proxy } | |
specify { subject["date"].must_equal DateParser.call("2015-01-30") } | |
specify { subject["identifier"].must_equal "111" } | |
specify { subject["official_received_date"].must_equal nil } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table_name: cas_attachments | |
id: &70250721995860 | |
- id-proxy | |
- 59f6e2ad-c884-4615-b313-649cbc66d343 | |
applicant_id: *70250726339740 | |
identifier: '25' | |
filename: '580' | |
url: C:\Users\gdoli\Sandbox\SAN_TEMP_LOCATION\AAMC\2014\91\580_MCATImage_04bb56b2-ce83-4978-a35b-0c06dbfbdd58.png | |
uploaded_at: '2015-04-09' | |
description: '580' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wa-current@wa-util-s0 current]$ RELEASE='5.32' | |
[wa-current@wa-util-s0 current]$ bundle exec rake release[$RELEASE] | |
** Invoke release (first_time) | |
** Execute release | |
==> Run the release tasks for provided version | |
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
Running Rails 3.1.12 | |
Running Ruby 1.9.3 |
OlderNewer