[Rails] Re: [HELP PLS] uninitialized constant ActiveSupport::Dependencies::Mutex

2011-04-05 Thread Todd Fox
sudo gem update --system 1.4.2 works -- 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

[Rails] Re: is there simpler way to export html within xml

2009-05-10 Thread Todd Fox
what are you talking about hugh?! :| thanks Marnen, we'll try to render xml using an erb this week and let everyone know if we can do it and how :P -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscrib

[Rails] Re: is there simpler way to export html within xml

2009-05-07 Thread Todd Fox
thanks Marnen and everyone, do you know of any examples or something i can have a look at to get my head around it? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on

[Rails] Re: is there simpler way to export html within xml

2009-05-07 Thread Todd Fox
sorry more info on what it's used for would help, the xml is being read by google maps api so we can load html code inside the popup bubble. so yeah we dont really control the consuming end :( -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You r

[Rails] Re: is there simpler way to export html within xml

2009-05-07 Thread Todd Fox
Todd Fox wrote: > how would that work? we need the html in xml (html wrapped inside the xml) for another application read and then render that html. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: is there simpler way to export html within xml

2009-05-07 Thread Todd Fox
how would that work? -- 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 u

[Rails] is there simpler way to export html within xml

2009-05-07 Thread Todd Fox
Hi, we're exporting a lot of html code within xml, our current method works but it's very messy - far from perfect, is there a better way to do this. an example of our controller code is html = html + "

7 matches