search for: fxty1mrvu9glfc2d6om

Displaying 7 results from an estimated 7 matches for "fxty1mrvu9glfc2d6om".

2005 Mar 15
6
New Beta version of Rake for Rails Users ... Fix for Ruby 1.8.2 unit test bug
...After you ownload it to a local file, then run gem install rake-0.4.15.1.gem (admin access may be needed). Then *unpatch* your Ruby 1.8.2 system and try running the unit tests. If I hear good reports, I will go ahead and create an official new release for rake. -- -- Jim Weirich jim-Fxty1mrVU9GlFc2d6oM/ew@public.gmane.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)
2005 Mar 08
3
Chapter Numbering in Hieraki
...rather than the (1-3) I expected. (The table of contents in the left hand margin has the correct (1-3) numbering.) Is this a bug, or some strange functionality I don''t understand. (And is there a better place than this list to raise Hieraki issues?) Thanks. -- -- Jim Weirich jim-Fxty1mrVU9GlFc2d6oM/ew@public.gmane.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)
2005 Mar 26
2
Problem with GEM
I try the following command: gem cleanup and I get this: C:\Ruby\bin>"c:\Ruby\bin\ruby.exe" "c:\Ruby\bin\gem" cleanup ERROR: While executing gem ... (RuntimeError) Unknown command cleanup Even if I try: gem cleanup rails I get the same thing. Anyone know what I am doing wrong? Thanks, Chad
2009 Feb 19
0
Can't seem to instantiate Builder::XmlMarkup.new?
...#39;builder'' but this causes the controller to fail when it opens. I''ve locally installed the ''Builder'' gem although this doesn''t exist in my Linux stack and runs fine. Here''s the details on the GEM I installed; gem = "Builder" by jim-Fxty1mrVU9GlFc2d6oM/ew@public.gmane.org at http://onestepback.org/ Does ActiveRecord ( as of 2.2.2 ) now have this feature? If so, why can''t my controller create an instance of this class? David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the...
2005 Aug 22
1
XML Builder question (Brain Teaser? or At A Total Loss?)
I''m trying my best to get Builder to give me a nested representation of my nested database tables, but I think I''m not getting any closer to a solution. In fact, now I''m in Syntax Error land, rapidly approaching Missed Deadline country. Perhaps you could be the one to save my ass? Basically, I have Images which have many Options (intended to represent
2005 Aug 18
10
Scaffolding, DRY and RHTML
Hello all, I''m working on a couple of Rails projects at the moment and have noticed something that seems to go against the DRY principal. Why, when scaffolding, are individual CRUD rhtml files created instead of using one as a partial and having the others use that single partial? This especially applies to the list rhtml. I am about to get to the other operations and see how feasible
2005 Mar 15
15
Web-based Ruby Syntax Highlighter
Hi all, Last night, I wrote a web-based syntax highlighter that takes Ruby and produces nice HTML of the code, ready for including on web pages, or in blog posts, or whatever. I don''t know how useful it will be for other people, but feel free to use it. Anyway, the URL is : http://syntax.carldr.com/ Any comments/suggestions would be gratefully received. Enjoy!