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? Thanks, Josh
On 3.1.2006, at 23.20, Josh Charles wrote:> 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. //jarkko -- Jarkko Laine http://jlaine.net http://odesign.fi -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2363 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/002f4a40/smime-0001.bin
I''ve got a subversion repo running just great with TextDrive... ( textdrive.com) On 1/3/06, Josh Charles <josh.charles@gmail.com> wrote:> > 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? > > Thanks, > Josh > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/a6737717/attachment.html
On 3.1.2006, at 23.22, Jarkko Laine wrote:> On 3.1.2006, at 23.20, Josh Charles wrote: > >> 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.Actually, I''m not sure about Dreamhost, but Textdrive at least does offer pretty unlimited subversion repositories. //jarkko -- Jarkko Laine http://jlaine.net http://odesign.fi -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2363 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/d634a848/smime.bin
hey there, my blog (typo/rails) and main site is running at planetargon(.com) and I''ve also some svn-repositories there too... Best regards / MfG, -- Joerg Battermann jb@justBE.com http://www.justBE.com - blog: http://blog.justBE.com PGP-KeyID: 0x77007DA6 PGP-Fingerprint: 0461 F2EC 53EB CEBE 6B73 8EEC 64AD 0606 7700 7DA6 -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Josh Charles Sent: Tuesday, January 03, 2006 10:20 PM To: rails@lists.rubyonrails.org Subject: [Rails] Subversion AND Rails hosting 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? Thanks, Josh _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails
I am quite happy with TxD as well :) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/5368ad62/attachment.html
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! Anyway, I am trying to be a good programmer and use TDD, but am having a problem with a simple test, mostly copied from the examples on: http://ar.rubyonrails.org/classes/Fixtures.html 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 def setup @message = Message.find(1) end def test_create assert_kind_of Message, @message assert_not_nil @messages # assert_equal @messages["peace_message"].title, @message.title end end 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? Thanks for any help! Brian
On 1/3/06, Josh Charles <josh.charles@gmail.com> wrote:> 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.
Josh Charles wrote:> 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? > > Thanks, > Joshcheck out http://www.railsplayground.com/ too, mucho fantastico! -- Posted via http://www.ruby-forum.com/.
Josh Charles wrote:> 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.[...] <http://www.textdrive.com> I haven''t used them, but they offer both svn and rails. -tim
On Tue, 2006-01-03 at 15:20 -0600, Josh Charles wrote:> I > would like to be able to host both a subversion repository for > development and my rails application(s) all in one location.Check. Check... http://www.planetargon.com/hosting.html #planetargon on irc.freenode.net Rails hosting...by Rails geeks... -Robby -- /************************************************************** * Robby Russell, Founder & Executive Director * * PLANET ARGON, LLC | www.planetargon.com * * Ruby on Rails Development, Consulting, and Hosting * * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 * * blog: www.robbyonrails.com | book: www.programmingrails.com * ***************************************************************/
Hi, About railsplayground, they seem to be _way_ cheaper than the rest of the crowd (about $24/yr versus an average lowest of $100/yr). Is there a reason for that? What are your experiences? Thanks, Best regards to the wonderful rails community :) Philippe Langlois. Scott Mathieson wrote:>Josh Charles wrote: > > >>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? >> >>Thanks, >>Josh >> >> > >check out http://www.railsplayground.com/ too, mucho fantastico! > > > >
On 1/4/06, Philippe Langlois <philippelanglois@free.fr> wrote:> Hi, > > About railsplayground, they seem to be _way_ cheaper than the rest of > the crowd (about $24/yr versus an average lowest of $100/yr). >Is Railsplayground up at the moment? I''ve been trying to pull up the page since yesterday, and the request continues to time out. I am behind a university firewall, however, and they have a "block first, ask questions never" attitude about.
> Is Railsplayground up at the moment? I''ve been trying to pull up the > page since yesterday, and the request continues to time out. > > I am behind a university firewall, however, and they have a "block > first, ask questions never" attitude about.Josh, They must be blocking us, railsplayground.com is online. -- Joe Clarke RailsPlayground.com
On 1/4/06, Joe Clarke <joemclarke@gmail.com> wrote:> > Is Railsplayground up at the moment? I''ve been trying to pull up the > > page since yesterday, and the request continues to time out. > > > > I am behind a university firewall, however, and they have a "block > > first, ask questions never" attitude about. > Josh, > > They must be blocking us, railsplayground.com is online.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.
Josh Charles wrote:> 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? > > Thanks, > JoshI''m happy with A2 Webhosting http://www.a2hosting.com/ Kasper -- Posted via http://www.ruby-forum.com/.
I would also recommend dreamhost: www.dreamhost.com very happy so far At 18:01 07/01/2006, you wrote:>Josh Charles wrote: > > 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? > > > > Thanks, > > Josh > >I''m happy with A2 Webhosting http://www.a2hosting.com/ > >Kasper > >-- >Posted via http://www.ruby-forum.com/. >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/rails
Have you tried SpeedyRails (www.speedyrails.com)? Josh Charles wrote:> 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? > > Thanks, > Josh-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Josh, Josh Charles wrote:> 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. From their knowledgebase, titled ''SVN Specific information'' https://support.a2hosting.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=318 hth, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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. On 1/17/07, Bill Walton <bill.walton-xwVYE8SWAR3R7s880joybQ@public.gmane.org> wrote:> > Hi Josh, > > Josh Charles wrote: > > 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. > > From their knowledgebase, titled ''SVN Specific information'' > https://support.a2hosting.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=318 > > hth, > Bill > > > > > >-- Ross Riley www.sorrylies.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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. Michael www.mslater.com> > Josh Charles wrote: > > > 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. > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---