Neither pre4 nor pre5 have a "seperate front for the admin site" option. If you used a version of the generator that does, I'm much less surprised that you ran into troubles. The three options I listed below should still help fix your current problem.
It appears I missed a question on your original email: >> > Btw. How does the switch to jq affect all the recipes >> > for 1.3 that use js ? I'm assuming none of those should work, right? That's correct. There may be a few exceptions, but the vast majority won't work. Some may work if you add prototype.js to your app, but it's probably better to convert them to jquery. Even many of the hobo-jquery 1.3 recipes will broken because it has changed substantially in 1.4. Bryan On Wed, Apr 18, 2012 at 9:45 AM, Scorpio <[email protected]> wrote: > No I did not add the subsite. as I said I used the generator (invite > only, no confirmation, en, mysql, at least 1 controller public, > default names of resources and seperate front for the admin site.) > > On Apr 18, 3:41 pm, Bryan Larsen <[email protected]> wrote: >> OK, I think I know what you did. I bet you generated an app without >> an admin subsite, and then used a generator to add it later. Sure >> enough, that's broken. >> >> You can try and fix your current problem by running >> >> rails g hobo:install_plugin hobo_clean_admin -v 1.4.0.pre4 >> --subsite=admin --css-top >> >> Or, approach it more systematically: >> >> 1) generate a new hobo app without an admin site >> 2) generate a new hobo app with an admin site >> 3) apply the diff of 1&2 to your app. >> >> Or, wait until I fix the problem which I will hopefully get to within >> the next day or two. >> >> Bryan >> >> >> >> >> >> >> -- 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.
