It was the :git => "git://github.com/tablatom/hobo" causing the problem. jquery-ui-themes is definitely not part of Hobo, we just take advantage of somebody else packaging it up for us.
Bryan On Mon, Apr 16, 2012 at 6:14 PM, Bob Sleys <[email protected]> wrote: > Sorry I couldn't get back to you ealier on this but I was away from my dev > machine > > I had > > gem "jquery-ui-themes", :git => "git://github.com/tablatom/hobo" > > in the gemfile but it was commented out. I un-commented it but it caused an > error about it not being found so I added the 0.0.4 version you mentioned > and all is good now. Don't know what happened there. > > Thanks again > > Bob > > On Monday, April 16, 2012 10:02:18 AM UTC-4, Bryan Larsen wrote: >> >> Do you have >> >> gem "jquery-ui-themes", "~> 0.0.4" >> >> in your Gemfile? The generator should have added it the same time it >> added the jquery-ui/redmond line to your front.css. >> >> Bryan >> >> >> On Mon, Apr 16, 2012 at 9:51 AM, Bob Sleys <[email protected]> wrote: >> > I'm getting the below error after adding a few tags to front_site.dryml. >> > I >> > don't know why if I have just the auto generated files I don't get >> > the error since I can't find the redmond file anyplace. >> > >> > couldn't find file 'jquery-ui/redmond' >> > (in >> > /home/bsleys/projects/timesheet/app/assets/stylesheets/front.css:11) >> > >> > >> > If I remove the line from front.css the date picker on date fields gets >> > all >> > messed up. >> > >> > Bob >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Hobo Users" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/hobousers/-/oq7-hxSnJx4J. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/hobousers?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/84RGeTPtYK4J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
