It could be that the cached/bundled javascript was not updates after a git pull. I don't know exactly how to force the regeneration. I just deleted the content of the javascript directory and ran "git reset --hard" on it :-)
I did see a autocomplete bug in recurring todos form today which is in Assembla. Reinier -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Orlando Richards Verzonden: woensdag 14 april 2010 16:48 Aan: [email protected] CC: [email protected] Onderwerp: [Tracks-discuss] Re: Ruby 1.8.6 on RedHat 5 On 14/04/10 15:42, Tim Madden wrote: > Sorry, what did you del Everything! (rm -rf tracks/ - after copying out database.yml and site.yml) Then did: git clone git://github.com/bsag/tracks.git copied over database.yml and site.yml rake db:migrate RAILS_ENV=production --trace rake gems:install and all was good again. I did notice that when viewing in Internet Explorer it told me that there were "errors on the page". Didn't note what they were though... > -----Original Message----- > From: Orlando Richards<[email protected]> > Date: Wed, 14 Apr 2010 15:35:35 > To:<[email protected]> > Subject: [Tracks-discuss] Re: Ruby 1.8.6 on RedHat 5 > > On 14/04/10 15:30, Tim Madden wrote: >> Also, pulling the latest changes in with git breaks the autocomplete on my tracks. Not sure if anyone else is see this... I was planning to create a ticket today after I checking seeing if I could find the commit causing the issue. > > I had that - just deleted everything and started again, which seemed to > sort it :) > > I'd assumed I'd messed it up whilst clumsily fumbling with git! > > -- > Orlando. > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
