Displaying 2 results from an estimated 2 matches for "niciti".
Did you mean:
nicity
2005 Jan 11
1
Exit Icecast
The -b option will also background. It's included in my script. That's
important if you run the script on startup.
Joel
Geoff Shang wrote:
> Hi:
>
> In addition to what's already been written about killing icecast.
>
> What you may be wanting is to be able to exit it without stopping it. I
> don't immediately recall a "run in background" option
2007 Jul 24
4
Rspec on rails with out database?
Hi all,
I am trying to use rspec_on_rails in a Rails app that doesn''t have a
database. so far I have just been faking it out by dumping in a
sqlite3 database just to make Rails happy.
I was using for test::unit a rake task that eliminated the calls to
database prep:
# Added this .rake file to keep Rake happy without a database.
# Remove once a database is in the picture.