Displaying 2 results from an estimated 2 matches for "blog_name".
Did you mean:
log_name
2006 Aug 21
3
strange problem with system call
...rface and all that jazz.
Now..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...
2008 Feb 20
3
Can Rails and PHP work together?
...und. I''m currently working
on a politically-themed social network, and I want to have multiple bloggers
who will blog about various topics. My web host offers several PHP-based
blogging engines, and I like WordPress, so I am trying to set it up with a
subdomain such as blogs.mydomain.com/blog_name. However, I''m getting Rails
errors because the URL uses the same conventions as Rails, and it''s trying
to interpret it as a Rails application, so it''s not finding a controller or
view.
Is there any way that I can tell Rails NOT to try and parse these URLs? I
mean, I co...