Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

beyond z customizations #1

Merged
merged 2 commits into from
Sep 19, 2014
Merged

beyond z customizations #1

merged 2 commits into from
Sep 19, 2014

Conversation

adamdruppe
Copy link

This is the customizations needed to integrate with our app. Still points to my development server - the asset pipeline on production needs to be addressed, perhaps by just copying the relevant css (it isn't that much for just the login page). You might not want to pull until then, I'm just shifting back to higher priority items for now.

<div class="modal fade" id="notice-modal" tabindex="-1"
role="dialog" aria-labelledby="notice-modal-label" aria-hidden="true"><div class="modal-dialog modal-sm"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button><h4 class="modal-title" id="notice-modal-label">Notice!</h4></div><div class="modal-body"></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></div></div></div></div>

<div class="public-container">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're running the rubycas-server on a separate machine than the beyondz-platform repo. What is the plan below here? This CSS looks like beyondz-platform stuff.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Wed, Sep 17, 2014 at 02:30:38PM -0700, Brian Sadler wrote:

We're running the rubycas-server on a separate machine than the beyondz-platform repo. What is the plan below here? This CSS looks like beyondz-platform stuff.

I copied the same HTML from the old login page so it can link back to the old css. Worked on dev, but not on production because the production css url changes frequently.

So I have to update the PR to bring in the necessary css for the login page too... but
I want it to be a simple copy of the file from the main site for DRY purposes - this site is supposed to look like it is all part of one application, even though the implementation may live on a separate server.

@sadleb
Copy link

sadleb commented Sep 17, 2014

We use postgres for canvas. Do you think it would be better to get this working with postgres instead of mysql instead of mixing/matching databases?

@sadleb
Copy link

sadleb commented Sep 19, 2014

I'm going to merge this for now so that I can pull the files onto the staging casserver and then tinker with the configs on there. We can make the changes to make this more production ready in a separate PR.

sadleb added a commit that referenced this pull request Sep 19, 2014
@sadleb sadleb merged commit 7069dd3 into bebraven:master Sep 19, 2014
sadleb pushed a commit that referenced this pull request Jul 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants