Re: Failure with whimsy.local

2018-01-24 Thread Sam Ruby
On Wed, Jan 24, 2018 at 8:42 AM, sebb wrote: > On 24 January 2018 at 01:22, Craig Russell wrote: >> 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. > > I have a script

Re: Failure with whimsy.local

2018-01-24 Thread sebb
On 24 January 2018 at 01:22, Craig Russell wrote: > 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. I have a script that does the following: find . -name Gemfile | while

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'