vote up 3 vote down star

I develop my rails applications at my local machine.

How can I easily show friends of mine the current state of the project? I have heard of tunnlr, but I am a poor student that looks for a free solution:-)

Best regards

flag
Do you mean the source or the output? – NickAtuShip Jun 25 at 21:37

8 Answers

vote up 1 vote down

Give them your IP address?

link|flag
Depending on how the machine is connected to the internet, the IP address may be dynamic. – Kathy Van Stone Jun 25 at 20:05
And firewalled and you probably don't want to show everyone so you may also want to add some authentication. – srboisvert Jun 26 at 10:16
vote up 1 vote down

I demo projects with crossloop from time to time.

link|flag
vote up 0 vote down

http://github.com/plans has a free plan - its great if you use GIT

link|flag
vote up 3 vote down

Heroku ( http://heroku.com/ ) is great for quickly deploying a rails app (using git), and a developer account is free.

link|flag
vote up 7 vote down

Heroku.

Deploying a free application is as simple as:

$ heroku create
$ git push heroku master

And you can scale up from there if you ever need to obviously as well.

link|flag
vote up 0 vote down

Just have a small Linux VmWare with rails + webserver. Then use capistrano or any other tool to push changes to it. Copy VM with VmWare Player to a flash drive, give it to a friend and you are done ;-)

Of course it works for "local" friends.

In fact there are <100Mb linux distros so you can upload it to rapishare or any other free file hostings.

link|flag
vote up 0 vote down

Free hosting service for rails is now provided @ http://herokugarden.com

Step 1: Create an account in herokugarden.com

Step 2 : Create a new rails application

Step 3 : Edit your project settings and export your project and migrate your migration files

Step 4 . Url of your application will be "http://projectName.herokugarden.com "

Step 5 : Share this link to show your local rails projects to your friends

Good luck !!!

link|flag
vote up 0 vote down

fffffffffffffff

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.