Displaying 3 results from an estimated 3 matches for "oqa2i3gdl8k".
2005 Sep 06
6
strange behavior of acts_as_taggable
...rom ./script/../config/../lib/taggable.rb:277:in `tag''
from (irb):20
>> s.id
=> 3
>> Tag.find_by_name(''warp'').id
=> 8
It exchanges the story and tags IDs, but I have no idea why it does.
Any suggestion?
TIA,
Koke
--
Jorge Bernal <jbernal-OqA2i3GDl8k@public.gmane.org>
Warp Networks S.L.
http://www.warp.es/
[EN] http://koke.amedias.org/
[ES] http://www.amedias.org/koke
2005 Oct 21
0
[RFC] Multi-language rails
...omething like:
if !methods.include?("_")
def _(str)
str
end
#and so on for the rest of the translators
end
- Best solution. Instead defining a wrapper function if ri18n is not loaded,
try to load a separate translation framework.
More to come...
Koke
--
Jorge Bernal <jbernal-OqA2i3GDl8k@public.gmane.org>
Warp Networks S.L.
http://www.warp.es/
[EN] http://koke.amedias.org/
[ES] http://www.amedias.org/koke
2005 Oct 15
14
OT: Anyone Using a Time Logger?
I have multiple projects and it''s important for me to track time by client
and by project. There''s a Windows application that allows me to do this, but
I''m looking for a cross-platform solution.
I looked at ConsultComm but it wouldn''t install on my Mac. Rather than
rewriting what seems like a commonly-required app, I wondered if anyone else
had something they