i have made an application with hepl of RoR...but i want to use this
application in my LAN...
so anyone of the my lan user can make their entries in database
through their pc but n those enteries should be saved in only main
server pc...
i need help to setup this kind of deployment of my RoR application..
m totally dumb abt networking...so plz help how to do this...
You *could* run your application completely from script/server, but the
performance would be terrible if there was more than one user (even then it
would be pretty slow).
There are several technologies that can run rails apps, but it all really
depends on how much traffic you are expecting, and any existing technologies
that you have in place (apache for example).
If you can provide more information about the environment it will be running
in, maybe we can give you some more specific tips.
thnx matt n hassan for ur reply....
i ws running the application on webrick which is by default...
n i ws thinking to switch over apache..but i dont have any kind of
knowledge abt it...
so i need little help for it.....