search for: _blog

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

Did you mean: blog
2006 Dec 26
7
Rubygems 0.9.0.8 and Fastthread problem
...is mainly for Zed and Mentalguy. I have been playing with the new release of rubygems 0.9.0.8 and I have a major problem with the requirement that fastthread needs to be required before thread. Just requiring rubygems and then requiring fastthread right after that will throw the error: ez _blog $ ruby require ''rubygems'' require ''fastthread'' __END__ /usr//lib/ruby/gems/1.8/gems/fastthread-0.5.3.1/lib/ fastthread.bundle: fastthread must be required before thread (RuntimeError) from /usr//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 32:i...
2005 Dec 27
7
help remove duplication in my app
I''m porting an old site of mine into Rails and I''m running into some duplication that could / needs to be weeded out. For each of my actions, I have to wrap the view content in the following HTML: <div class="box"> <img src="/images/content-top2.png" class="border" /> <div class="visible"> # content
2006 Aug 21
3
strange problem with system call
.....its working perfectly except one minor glitch. Since latest version of typo has a command called "typo", i simply use that command to install new typo app.And it works. def do_work(args) DIR = "/home/foobar/public_html" username = args blog_name = username + "_blog" # creation part works flawlessly so lets skip that. # there is a problem while stopping it. if (Dir.chdir(DIR)) == 0 current_dir = `pwd` @logger.debug("Current directory is #{current_dir}") stop_command = "typo stop "+ blog_name...