the official mailing list for the ruby on rails project. where rails users come to seek help, announce projects, and discuss all kind of matters surrounding the framework and the community.
Mongrel's memory usage 8 hours ago Read More
We've got a problem with a memory leak (we think) on our site. We've got monit running, which has helped the problem a lot by restarting mongrels when they get too bloated. But, this is obviously j...
Re: Setting up Environment 19 hours ago Read More
Not sure what the issue might be. If you are looking for pre- packaged rails development environment for Windows you may want to try instant rails.... [link] On Nov 30, 12:14 pm, David Franklin ra...
to het element's height and width 10 hours ago Read More
Hi... i m trying to give my form opacity effect with external javascript. In that i want to get div element's height and width. My div width is fixed like 500px. Height is not fixed one. According ...
Re: Calling Rake from INSIDE the application 11 hours ago Read More
def run_task result = %x(rake #{params[:rake_task]}) end If you don't want to hold the thread you can install the crontab gem and install a new crontab with a ts:in or use background-fu and push th...