search for: szczepan

Displaying 9 results from an estimated 9 matches for "szczepan".

2006 Jan 03
3
Can I map 2 tables into one class
Can I map 2 tables into one class? Is there any pattern, e.g. using ActiveRecord aggregation? Thanks Szczepan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/fa2aed7c/attachment.html
2005 Dec 28
6
coverage does not work
...error occurs: ruby: No such file to load -- coverage (LoadError) I try: ruby -rcoverage mytest.rb 1. I have rubygems in evn var RUBYOPT 2. Gem seems to be installed properly (I can read doc via gems, the files exist in the ../gem/... dirs) Does anyone know what is the problem? Thanks in advance Szczepan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 26
2
special characters in rhtml
Is there any pattern how to use non-english fonts right in rhtml file? Using ą is frustrating. Thanks, Szczepan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 07
2
can store array or hash in cookies?
...render_text "Why this don''t work? exception: " + e.to_s end end Started server: get check_cookies_first ---> ":)" get check_cookies_second ---> "cookies class is: String value: first" What is wrong? Is it a webrick issue? Thanks a lot, Szczepan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060107/732b3224/attachment.html
2005 Dec 30
1
does ActionMailer support SSL (TLS) smtp (like gmail)?
Hi does ActionMailer support SSL (TLS) smtp (like gmail)? has anyone got it to work with a gmail account? thanks, Szczepan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 17
2
link_to_remote() - can I post data with it???
can I post data with link_to_remote(), link_to() has special option :post => true and viola Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060117/2a0a00af/attachment.html
2006 Aug 11
0
serializing / deserializing active records with children
...see them in breakpoint session: "puts parent"), but when I am accessing children (e.g: "puts parent.emails") array becomes cleared - I guess rails are trying to hit db to get children, but those are only in yaml. Perhaps there is somewhere method opposite to to_xml() ? Thanks, Szczepan
2000 Feb 23
0
ssh, pam & radius
...t required /usr/lib/security/pam_unix.so.1 dtlogin account required /usr/lib/security/pam_unix.so.1 other account required /usr/lib/security/pam_unix.so.1 other session required /usr/lib/security/pam_unix.so.1 Any help will be appreciated. Regards -- ____ ____ Szczepan Pacut http://www.ia.pw.edu.pl/~spacut / __)| \ Telecommunication Department of Agora SA \__ \| _/ email: S.Pacut at gazeta.pl (____/|_| ICQ 22551352
2006 Mar 11
1
how to test flash.now?
Hi gurus How to test that controller actions sets flash.now[:info] I cannot test it from standard functional TestCase since it is eradicated after action execution. Standard flash hash can be tested freely within TestCase... Eg. flash[:info] Thanks in advance Szczepiq