I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
All plans on Textdrive and Dreamhost include both Rails and SVN hosting.
Howdy. I’m just getting into Rails, and really enjoying it! I’m coming
from the .NET world, so I’ll embarrassedly admit that I’m running it on
winXP and even using SQLServer (for now, may switch to mysql soon).
Hopefully someday I’ll feel competent enough on my mac to work there,
but
one new thing at a time!
I generated my model classes and even got the scaffold working (ooh,
bad!
not TDD!!). I was starting out messing with unit tests and fixtures,
and
was taking baby steps. Ran into a hitch when it was saying that my
fixture
variable was nil:
require File.dirname(FILE) + ‘/…/test_helper’
class MessageTest < Test::Unit::TestCase
fixtures :messages, :tags, :messages_tags
The three fixtures exist (messages, tags, messages_tags) and have data.
Brute force tests (assert_equal “my message title”, @message.title)
pass.
But the @messages[“peace_message”][“title”] returns an error. I added
the
assert_not_nil call and indeed, that fails. It seems like it should
automatically exist? What am I doing wrong?
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
For the short couple of weeks I’ve had it, I’ve been very happy with
TextDrive which provides both.
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location.
[…]
Well, after a call to the university helpline to comform what was
happening, it seems that it’s actually the ISP (MOREnet) that is
blocking the website. They’re theoretically tracking down the problem
now, but I’ll just have to wait until I go home to check it out.
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location. So far,
I’ve only found a company called AVLUX (http://avlux.net/host.php)
that has this. Does anyone know of any other hosting company that
offers this?
I’ve been scouring the net looking for different hosting solutions,
but have so far only found one site that has what I’m looking for. I
would like to be able to host both a subversion repository for
development and my rails application(s) all in one location.
I think you’ll find that a2hosting.com can help you. I’m using them on
a
shared plan right now, developing a Rails app, and can’t say enough good
things about their support.
Hi Josh,
Not sure if this is right for you but Rimuhosting’s cheapest VPS is
actually cheaper than the shared hosting account you posted, you’d
then have the control to install anything you wish on the server with
the benefit of higher storage, bandwidth and definitely better
reliability for your rails app.
RailsMachine (www.railsmachine.com) will do this. It isn’t cheap, but
the quality is high. The subversion setup is integrated into their
railsmachine gem, so setting up a repository for a new app is as simple
as “cap -a setup_scm”. This will create a svn repository on the server,
import your application code, checkout new working copy, and ignore
logs and tmp.