Displaying 6 results from an estimated 6 matches for "murciano".
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi,
I''d like to have translated languate-aware routes in my application,
like:
/projects/5/permissions => locale "PL"
/projekty/5/pozwolenia => locale "PL"
Is there any way to achieve it with RESTful routes? I have done it
manually with named routes, but it''s overwhelming with over 300
routes :D Also tried namespace (yeah, didn''t work) and
2006 Sep 01
2
Excluding a term on a search
Hi there,
I have a model with indexed fields (F1, F2, F3...).
I have a field-based search (+F1:..., +F2:...), and a global search
(which queries all fields with the given terms). Both of them works ok,
but I would like to exclude a term from the global search (though it
should remain indexed to support the field-based search), is it
possible?
Thanks in advance.
--
Posted via
2006 Aug 24
5
[0.10.0 - acts_as_ferret] Problem while saving new items
Disclaimer: ferret newbie here, don''t blame too hard.
Hi, I''m trying to apply acts_as_ferret to apply search to my Person
model:
class Person < ActiveRecord::Base
validates_presence_of :name, :surname
acts_as_ferret :fields => [ ''name'', ''surname'' ]
...
But when I try to save a new Person instance I get this error:
2008 Jan 18
3
Select a group of data from a file
...dataframe with a selection of data from other dataframe?
_______________________________________________________________________________________________
Michelangelo La Spina
Equipo de Protección de cultivos - Control Biológico
Departamento de Biotecnología y Protección de Cultivos
Instituto Murciano de Investigación y Desarrollo Agrario y Alimentario (IMIDA)
C/ Mayor s/n
30150 La Alberca (Murcia) - ESPAÑA
teléfono: +34 968 362 788
fax: +34 968 366 792
móvil: +34 618 451 079
web: http://www.imida.es/equipos/eq_prot_cultivos_comp.html
e-mail: michelangelo.la@carm.es
[[alternative HTML...
2008 Jan 15
1
covariate in a glm
...39;ve two factors and a covariate.
Thank you very much!
_______________________________________________________________________________________________
Michelangelo La Spina
Equipo de Protección de cultivos - Control Biológico
Departamento de Biotecnología y Protección de Cultivos
Instituto Murciano de Investigación y Desarrollo Agrario y Alimentario (IMIDA)
C/ Mayor s/n
30150 La Alberca (Murcia) - ESPAÑA
teléfono: +34 968 362 788
fax: +34 968 366 792
móvil: +34 618 451 079
web: http://www.imida.es/equipos/eq_prot_cultivos_comp.html
e-mail: michelangelo.la@carm.es
[[alternative HTML...
2009 Jul 04
0
add a new locale using raul's translate_routes plug-in
I just started using Raul Murciano''s translate_routes plug-in. It''s
great. Now what I can''t understand is how to add a new locale (in my
case, French). I figured that I could just add a new section to my
translation file (text.yml). I appended the following to the text.yml
file:
fr:
back: retourner
The...