search for: chalice

Displaying 11 results from an estimated 11 matches for "chalice".

2009 Jan 02
4
2008 Post Count
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On the Python Tutor mailing list Kent Johnson uses a script to find the top posters for the year. If this or something like it has been posted, sorry for the noise; 2008 ==== Steve Totaro 796 Tzafrir Cohen 749 Tilghman Lesher 496 Alex Balashov 354 Olivier 334 Philipp Kempgen 251 Gordon Henderson 242 Atis Lezdins 239 Jay R. Ashworth 230 Doug Lytle 207
2006 Aug 09
7
changing find method
Hi, i was wondering if there was a nice clean way(after all, it is ruby) to change the find method of a certain model/class (Page) so that if i wanted to use a find method on a @page instance it would return only specific rows from the table(if the page.published == true/false: the pages table looked like SQL: ... id int not null auto_increment, published tinyint(1) not null, something
2006 Jul 13
2
mail sending
Hi, i was hoping someone could reference me to some good documentation on emails in ruby and emails in general. i am in the end-process of building an app with a newsletter application in it, and was hoping to get some references on good places to start off with - - not just in rails/actionmailer, but email/smtp/sendmail/whatever/protocols when to use what, what''s best to use when,
2006 Jul 11
1
smpt server
Hi, i am now in the process of building a newsletter system which will send out emails to users that have enlisted to a certain group; everything''s going fine, and i an towards the end of this project...now the real part of the story kicks in, where i need to check to see if the thing is working or not. i have been looking over the development.log file, and i see that the emails
2006 Jul 05
8
loginGenerator - getting logged in username
i am working on a site taht uses loginGenerator.. it''s a great little package, but i am running into one little problem.. i would like to have something that says: "logged in as <username>" in the site, but i am not quite getting it.. what i am using is: <p>You are logged in as: <%= @session[:user] %> but i have tried: <p>You are logged in as:
2006 Jul 02
18
JOIN conditions
Hi, how can I get Rails to generate SQL queries with conditions in the JOIN clause? What I would want is: SELECT * FROM people p LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999) I tried People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'') but that generates SELECT * FROM people p LEFT OUTER
2018 May 05
0
Za question is... "do I look like Einstein, tho?"
...the multitude "Holy Water" in a number of places from Mary's name all the way to Nun and the first Plague... or Blessing in Disguise, the magical transformation of people to family. :) In whole, I've called that act the Holy Grail, and as soon as I see it, I'm pretty sure the chalice is Earth, the heart of Creation (get it? blood in the heart... which is Earth with the h shifted through time). The "Sang Rael" also appears woven into my "DA I S Y <http://hiamiyou.ga/lists/lt.php?id=YUgDCQVWGAFTUh1QWlQKVF0F> " which used to look like "the eye is wh...
2006 Aug 08
1
dispatch
can anyone please explain me what the dispatch files are for? (lighttpd) or the fastcgi etc files? (the files in public) i am a little at lost when it comes to the server-related issues. thanks, harp -- Posted via http://www.ruby-forum.com/.
2006 Jul 09
2
float to percentages
Hi, good day to us all, i was wondering if there was some kind of method for floats to change them into percentages...i looked up some functions in ruby-doc, but didn''t find anything suitable. is there such a thing? thanks, harp -- Posted via http://www.ruby-forum.com/.
2006 Aug 01
0
caching information
Hi, i was wondering if someone could reffer me to a good starting place for understanding caching in general/caching in rails, aside from the api.rubyonrails docs. i have a page i want to cache, but how do i set it to uncache itself? when does it do this? automaticly/set it/create uncache action? either way the answer goes, a good refference is again, warmly welcomed. thanks! harp --
2006 Jul 11
4
smtp server
Hi, i am now in the process of building a newsletter system which will send out emails to users that have enlisted to a certain group; everything''s going fine, and i an towards the end of this project...now the real part of the story kicks in, where i need to check to see if the thing is working or not. i have been looking over the development.log file, and i see that the emails