I have a website on a demo server at:
mycompany.com

I have a Rails app with subdomain_fu. I've verified it's running in the
right environment and set the TLD Size to "2" so I can have:
myapp.mycompany.com
admin.myapp.mycompany.com
*.myapp.mycompany.com (for users' customized landing pages)

This works great on my local computer with "myapp.local" and
"admin.myapp.local"

but on my dev server, I'm getting URLs like

http://myapp.mycompany.com/myapp
http://admin.myapp.mycompany.com/myapp

and it's prepending '/myapp/' to all stylesheet and javascript includes,
causing them to fail

I've googled everywhere on this.  Any ideas?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to