search for: railsing

Displaying 3 results from an estimated 3 matches for "railsing".

Did you mean: railing
2006 May 11
7
[ANN/ADV] Ruby for Rails now published in paper!
...can order it now from the publisher. See http://www.manning.com/black. And trickle it will, too. If you want to talk about "Ruby for Rails" you can reach me at (among other places) the Author Online forum at Manning; there''s a link on the book''s page. Happy Ruby-for-Railsing! David -- David A. Black (dblack@wobblini.net) * Ruby Power and Light, LLC (http://www.rubypowerandlight.com) > Ruby and Rails consultancy and training * Author of "Ruby for Rails" from Manning Publications! > http://www.manning.com/black
2006 Aug 08
8
executing external code
I''m trying to run some non-ruby code in my rails app and i''m not sure how to do this. The code i have would take a really long time to port to ruby and so i''d rather run it as is (its php). What i would like to have happen is that the code can be invoked as an ajax call. And just return some data in JSON. I keep running into a routing failure by actioncontroller and
2006 Oct 01
7
Log rotation
Hi mongrel-herders, I''m just wondering what fellow railsers use to rotate their logs in an orderly fashion? I''d like to do something lightweight, i.e. (1) rename the logfile (2, optional) create a new empty logfile and (3) send a signal to each mongrel in the cluster and have them understand it''s time to reopen their log file handles. This is what I do with apache and