I have the same problem and moving the all.css/all.js did not help.
The error I see in Chrome is on line 138, specifically:
   $(document).ready(function() {
Uncaught ReferenceError $ is not defined

Any ideas?

Felipe

On Nov 4, 11:41 am, Coalescence <joel.merr...@gmail.com> wrote:
> I've fixed this by
>
> cd /var/www/gitorious
>
> git submodule init && git submodule update
>
> mv  public/stylesheets/all.css ~
> mv  public/javascripts/all.js ~
>
> (I didn't delete, just in case)
>
> touch tmp/restart.txt
>
> And then a hard reset in the browser (ctrl + shift + r in firefox)
>
> Thanks!
>
>  moving the public/javascript/all
>
> On Nov 4, 7:43 am, Christian Johansen <christ...@cjohansen.no> wrote:
>
>
>
>
>
>
>
> > Wiping your database is very unlikely to be helpful. Can you use a tool
> > like Firebug or the web inspector in Chrome and see if there is a
> > JavaScript error on the page (where the URLs are missing)?
>
> > Christian
>
> > On Thu, Nov 3, 2011 at 13:22, Ricardo Gladwell
> > <ricardo.gladw...@gmail.com>wrote:
>
> > > Hi Christian
>
> > > Thanks for the feedback. I believe I've updated the production section in
> > > the gitorious.yml.
>
> > > I also tried running :
>
> > > RAILS_ENV=production bundle exec rake assets:clear && touch 
> > > tmp/restart.txt
>
> > > But still no joy :( Should I just restart with a clean database?
>
> > > Any advice would be gratefully received.
>
> > > TIA...
>
> > > -- Ricardo Gladwell
>
> > >  --
> > > To post to this group, send email to gitorious@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > gitorious+unsubscr...@googlegroups.com
>
> > --
> > MVH
> > Christian

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to