similar to: strange matching: maybe a multilanguage collation problem?

Displaying 20 results from an estimated 2000 matches similar to: "strange matching: maybe a multilanguage collation problem?"

2007 Dec 16
3
how do I spec my Rails routes?
Once again, here''s something I haven''t figured out. Apologies if this is too newb-ish, but, how do I spec my routes using RSpec-Rails? In particular, I''ve got a catch-all route that needs to catch a wide variety of URLs: map.document ''*url'', :controller => ''documents'', :action => ''show'' Is there a way to
2007 Dec 01
5
specifying an HTTP status code
Hi all, I''m just starting to work w/ RSpec, so I hope this question isn''t too obvious or missing the point somehow: Is there a way in RSpec to specify that a controller action should use a specific HTTP status code? Specifically I want to test for the usage of 301 as opposed to 302, for a permanent redirection. response.should be_redirect looks like it calls
2007 Dec 23
1
Rails: possible routing discrepancy
Hey all, I''m seeing a strange behavior in my spec that I can''t account for. I''ve got a route that looks like this: map.writing \ ''/writing'', :controller => ''abstracts'', :action => ''index'', :index => { :select => ''all'' } and I have template code that looks like this: <br
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and view tests and i have a question. Is this statement really correct: "We highly recommend that you exploit the mock framework here rather than providing real model objects in order to keep the view specs isolated from changes to your models." (http://rspec.rubyforge.org/documentation/rails/writing/views.html
2008 Jul 09
2
setting request.raw_post with rspec-rails
... is there a way to do this? We have some REST-ish POSTs we''d like to spec out. In the controller this gets accessed with request.raw_post.to_s, is there a way to set this with rspec? Thanks as always, Francis
2010 Aug 01
4
Admin interface for Rails?
Hello folks, I am currently working on a project that has to deliver an admin interface like the Django''s one, I wanna know if you know/ recommend any gem or plugin for that. Cheers, Rodrigo Alves Vieira -- 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
2010 Apr 10
3
Multilanguage WineHQ & AppDB?
I think it would be interesting to add multilanguage support to the entire site (spanish is my home language and only the front page appears translated). For example, the entries and forms for test data in the AppDB could be displayed in the language of each user, so anyone else could understand. This would increase the user base of Wine, as many non-English speakers could understand the entries
2016 Jan 29
0
Multilanguage design
Hello. I have an initiative of multilanguage wiki upgrade. Current version has no multilanguage user interface which can not be translated. As of current moment we have many people who use wiki with different languages but navigation lead them into English sections only. Can we start new deployment (project) which will be true multilangual. Then move all actual content from current wiki. The
2006 Feb 10
0
Solution for multilanguage caption lookup speed improvement?
Hello. In my Rails app i have a helper method called "translate": def translate(name) tran = Translation.find_by_name(name) ... ... end As you can see, the method does a lookup in the table "Translation", where i have an index in the field "name". This is working well, but in a single page i can have dozens of captions to translate, and there are several
2006 Apr 05
0
roaming profiles multilanguage problem
Hallo, i use a samba pdc (3.020) and OpenLdap on a SUSE 9.3 Server. Everything works fine but the User have different PC's with French Language Environment and some with German Environment. My Problem is when a User logon at a German PC all German Folder would be created/modified in his roaming Directory. When he logon on a French PC he create/modify the french Folder. The Effect is that some
2003 Dec 09
3
Multilanguage support
http://www.voip-info.org/tiki-index.php?page=Asterisk+multi-language By trial and error and a lot of ancient nordic magic (reading the source) I found out that Asterisk does not look for language-specific sound files with the -cc extension, cc being country code. Asterisk looks for files first in a "cc" subdirectory, like "se/vm-login.gsm", then in the default directory.
2007 Sep 25
0
wine and multilanguage support
Hello, folk's i realy need that to switch from windows to linux&wine C compiler used OpenWatcom 1.7 under wine & Fedora 7 cod sequence: SelectObject( hdc, GetStockObject( SYSTEM_FIXED_FONT )); is used in a internal editor. compiling under windows i have multi-language support (romanian-language) compiling under wine in fedora 7 i loose multi-language support (romanian-language)
2007 Nov 12
4
wine and multilanguage support
need to use romanian chars in wine. under KDE all is fine, with romanian and english languages, keyboard layout "winkeys", i can switch between english an romanian. but under wine i don't have romanian language. how can i fix that ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534
2010 Nov 04
0
[HP, FS] SolidWorks 2010 SP4.0 Update Multilanguage x64 ISO
[Image: http://www.tkshare.com/pic/20100502/201005020829036.jpeg ] SolidWorks 2010 SP4.0 Update Multilanguage x64 | 4.22GB SolidWorks - CAD, engineering analysis and manufacture of products of any complexity and purpose. SolidWorks is the core of an integrated set of enterprise automation, through which the support of the product life cycle, in accordance with the concept of CALS-technologies,
2006 Jan 05
7
Multilanguage problem, need help
hey, i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files. this works all fine when i have normal characters, but i have one problem when i have wierd characters like ? ? ? (mostly in french), then i get japanese charachters on my site i use utf8 for my database and i set this for each def in my controllers,
2010 Aug 06
3
m-estimators
Dear colleagues can somebody help me by showing how we can compute m-estimators in R? thanks Dr. Iasonas Lamprianou Assistant Professor (Educational Research and Evaluation) Department of Education Sciences European University-Cyprus P.O. Box 22006 1516 Nicosia Cyprus Tel.: +357-22-713178 Fax: +357-22-590539 Honorary Research Fellow Department of Education The University of Manchester
2010 Jan 04
2
installation
hi all, is there a cd-rom image with a full R pre-installation which I can give to my students so that if they want to run R on their computer, they will be able to run it from the cd-rom without having to install it on their computer. That way, they can have a 'protable' R package installation in their bags, and they can use it on any machine. Is this possible? Dr. Iasonas Lamprianou
2010 Mar 24
1
ordinal regression
Dear colleagues, i am carrying out an ordinal regression model. I try it on SPSS but I "flirt" with R as well. I have a few questions. 1. What is the most reliable/tested/trusted package for ordinal regression in the R world? 2. Also, I have a statistical question. What is the danger of having to many 'empty cells' in ordinal regression? How many empty cells are too many? Do
2010 Sep 10
1
Standardized logistic regression coefficients
Dear all, I am looking for ways to compute standardized logistic regression coefficients. I found papers describing at least 6 different ways to standardize logistic regression coefficients. I also found a very old (Thu May 12 21:50:36 CEST 2005) suggestion by Frank E Harrell (one of the colleagues who frequently contribute on this list) saying... Design doesn't implement those because they
2011 Jan 03
1
factor names
Dear all I have a factor variable which holds values like "Engineer", "Doctor", "Teacher" etc. I would like to collapse those categories so that Teachers and Sociologists form one category named "Teach & Soc" etc. However, I do not know how I can do it. Recoding does not seem to work. Thank you Dr. Iasonas Lamprianou Assistant Professor