Hello I am on a windows system trying to add ferret to my appliction however it keeps complaining about invalid characters. This only happens after a user uses some functionality that requires ferret. Here is an example of the error: compile error ./script/../config/../app/views/job_tracker/estimates.rhtml:10: Invalid char `\002'' in expression Thanks for the help --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I used to see that with RMagick on windows.... it''s probably some incompatibility between the Ruby interpreter and Ferret. Unfortunately I know of no solution other than to develop on Linux and hound the maintainers of Ferret to fix it :) That stinks, cos I was looking into Ferret for a project of mine. On 1/5/07, Maximilian Sorver <ramiro.rodriguez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hello I am on a windows system trying to add ferret to my appliction > however it keeps complaining about invalid characters. This only > happens after a user uses some functionality that requires ferret. Here > is an example of the error: > > compile error > ./script/../config/../app/views/job_tracker/estimates.rhtml:10: Invalid > char `\002'' in expression > > Thanks for the help > > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, this is a known problem that relates to tabs in rhtml. Search for 'tabs' and 'parse errors' on the mailing list. There was a similar issue with rmagick. There's a way around this by using versions of ruby and ferret / rmagick that work together. You should be able to find many threads on this on the rails as well as on the ferret mailing list => (search through http://www.ruby-forum.com for example). It's a great library and there is no reason to drop thinking about it because of this nasty little prob... Cheers, Jan -- http://www.inviado.de - Internetseiten fr RAe http://www.xing.com/profile/Jan_Prill --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---