You cannot post messages because only members can post, and you are not currently a member.
Description:
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.
|
|
|
passenger memory
|
| |
Hi All,
I am using ruby-enterprise-1.8.7-20090928 and passenger on Centos 5.2, x86_64.
passenger-memory-stats gives me that my app is using 466 MB (and
growing). What can I do to prevent this enormous eating ?
Best regards,
Trausti
|
|
Best option for a small team of developers (VCS, IDE)?
|
| |
Hello,
I am going to start a new project in Rails, we are a small team
of 4 people, I want this project be developed in a coolaborative way.
What is the best choice for this team, I talk about an IDE for Rails
and VCS, so we can all work in same project at same time?
We have Windows as OS in development for having other projects... more »
|
|
limit times of updating status
|
| |
Guys - newbie here with big question - at least for me is big :)
(pardon if i dont refer to things with the proper terms)
I have a controller here that lets a user update their status
infinitively but what I want to do is
limit them to say only update their status 5 times a day... meaning
every 24 hours, so if they update their status 5 times... more »
|
|
Problems uploading files
|
| |
Hello, i have problem when i upload files to the website, i can't
understand it. I use Apache 2 + Ubuntu, and Apache returns Error 500
(captured by the application)
I use attachment and shared-mime-info and i don't understand why don't
work, temp files are written with 600, and not 644 :S
Sometimes use /tmp/CGI* other times use /rails_dir/tmp/... more »
|
|
Soft Deletes - Let's try this again...
|
| |
Hello all,
It seems that my first posting got into some sort of limbo so
apologies for the repost...
I am wondering how people here are handling soft deletes in Rails.
I've need a couple of gems/plugins that seem to handle this but from
what I gather development has stopped on them.
All I need to do right now is mark something as deleted in the... more »
|
|
mysql replication and rails
|
| |
i would like to use some kind of replication (master -> slave or,
better, master <-> master) to provide better performance and fail-
over.
as i read, multi-master replication in mysql is quite problematic: i'm
talking about duplicate key problem.
so i was searching about plugins that make rails aware of a master-... more »
|
|
Beginner's challenge
|
| |
Hello,
I begun my journey in Ruby on Rails last Saturday and I am having some
challenges specifically about the db
Where should I go for the specific error listing and how it may be
resolved. I googled and most that I've searched are not helpful.
D
|
|
Mongrel hangs when idle
|
| |
Hello All,
This issue has been raised by so many people in this forum and in the
web before.
But i am not sure, whether all of those got fixed the issue.
My application is running in
1)rails 2.2.2
2)ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux]
3)MySQL 5.1.30-ndb-6.3.20-cluster-gpl MySQL Cluster Server (GPL)... more »
|
|
passenger 2.2.7 uses config.ru but starts in development environment
|
| |
Hi.
Today i updated passenger to new 2.2.7 version and my app started to
work incorrectly, because it lauched in development environment.
I tried to set "RailsEnv production", "RackEnv production" at my
httpd.conf, but this dont work.
So, maybe somenthing wrong with my config.ru?
...require "config/environment"... more »
|
|
|