search for: koke

Displaying 6 results from an estimated 6 matches for "koke".

Did you mean: joke
2005 Sep 06
6
strange behavior of acts_as_taggable
...rb:277:in `each'' from ./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
2006 Dec 15
3
Problem Joining an XP CPU to Samba Domain
...I try to log in using a domain account, I get an error saying the username and password are incorrect. I have tried two different accounts (both of which work fine on the other computers). I can not login, except locally using the administrator account. Suggestions? AdvanceThanks, Jeff -- Jeff Koke, KK4SN Technical Ministries Director Great Bridge Church of God Chesapeake VA "Every Father should remember that one day his children will follow his example instead of his advice." ICQ: 9377709
2005 Oct 21
0
[RFC] Multi-language rails
...are: - Quick (temporary I hope), something 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
2006 Aug 25
1
Reload instance data on instantiate
...ith class Item < ActiveRecord::Base # ... private def instantiate(record) super refresh_data! logger.info "refresh test" end end but nothing happens. Any ideas on this? Is ''instantiate'' the method I''m looking for? Thanks, Koke --~--~---------~--~----~------------~-------~--~----~ 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...
2006 Nov 28
1
link_to and url_for in ActionMailer
I am new to ActionMailer and having a problem. I want to be able to send a notification e-mail when a new item is added to a list. Sending an e-mail to the right people on creation is working fine. However, I want to include in the e-mail a link to the application so that users can click on the link in the e-mail and immediately be taken to the show view for the new item. When I add a link_to
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