Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
|
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? |
|
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. |
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.