Re: Failure with whimsy.local

2018-01-23 Thread Sam Ruby
On Tue, Jan 23, 2018 at 5:25 PM, Craig Russell wrote: > While we're at it, I'm planning on using the json Gem to persist objects to > files in json format. > > Is anything needed in the bundle in order to "require json" ? No. It is part of the standard library: https://docs.ruby-lang.org/en/2.

Re: Failure with whimsy.local

2018-01-23 Thread Craig Russell
Apparently I just needed to restart Safari and it works now. Thanks for the advice. I learned that bundle update does different things based on which directory I'm in. Craig > On Jan 23, 2018, at 4:45 PM, Sam Ruby wrote: > > Works for me on Chrome, Firefox, and Safari. > > Furthermore, the w

Re: Failure with whimsy.local

2018-01-23 Thread Sam Ruby
Works for me on Chrome, Firefox, and Safari. Furthermore, the workaround for the Safari issue of continuing to use a locally cached copy of the generated JavaScript without checking the server to see if there are any updates is in place. Anything in the Safari javascript console? - Sam Ruby On

Re: Failure with whimsy.local

2018-01-23 Thread Craig Russell
> On Jan 23, 2018, at 2:26 PM, Sam Ruby wrote: > > Can you try running 'bundle update' with no parameters from the > whimsy/www/project/icla directory? I had run bundle update from the /srv/whimsy directory and it updated a bunch of things. After running bundle update from project/icla it upd

Re: Failure with whimsy.local

2018-01-23 Thread Sam Ruby
Can you try running 'bundle update' with no parameters from the whimsy/www/project/icla directory? - Sam Ruby On Tue, Jan 23, 2018 at 5:16 PM, Craig Russell wrote: > Hi, > > After pulling the latest from git and trying to load > whimsy.local/project/icla: > > Web application could not be starte

Re: Failure with whimsy.local

2018-01-23 Thread Craig Russell
While we're at it, I'm planning on using the json Gem to persist objects to files in json format. Is anything needed in the bundle in order to "require json" ? > On Jan 23, 2018, at 2:16 PM, Craig Russell wrote: > > Hi, > > After pulling the latest from git and trying to load > whimsy.local

Failure with whimsy.local

2018-01-23 Thread Craig Russell
Hi, After pulling the latest from git and trying to load whimsy.local/project/icla: Web application could not be started It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run: bundle install If that didn'

Re: Upcoming script changes

2018-01-23 Thread Sam Ruby
I accidentally pushed a partial update for the board agenda tool before it was ready, but as we are between meetings, I went ahead and completed it. Those who return to the board agenda tool using browsers that support service workers (currently Firefox and Chrome; Edge and Safari have this suppor

Re: [whimsy] branch master updated: add ldaps URI scheme

2018-01-23 Thread Sam Ruby
Committing other files than the URI change was unintentional - especially including the Gemfile change which references local file paths on my laptop. Meanwhile, it looks like the CI tests are failing but I'm not sure why. It started failing with a doc change. - Sam Ruby On Tue, Jan 23, 2018 at

Re: [whimsy] branch master updated: Drop commit of local testing change

2018-01-23 Thread sebb AT ASF
That has fixed the crash in the Board Agenda I was seeing On 23 January 2018 at 18:47, wrote: > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(

Re: [whimsy] branch master updated: add ldaps URI scheme

2018-01-23 Thread sebb
On 23 January 2018 at 17:30, wrote: > This is an automated email from the ASF dual-hosted git repository. > > rubys pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > ne

Re: More Apache httpd / Mac OS/X High Sierra woes

2018-01-23 Thread Sam Ruby
On Mon, Jan 22, 2018 at 1:53 PM, Sam Ruby wrote: > On Sun, Jan 21, 2018 at 6:21 PM, Sam Ruby wrote: >> See https://github.com/phusion/passenger/issues/1986 >> >> I'm exploring brew install apache-httpd to see if that is any better. > > That version of httpd works for me. Configuration files and