Search Results

0
votes

Does anyone know of any cross platform GUI log viewers for Ruby On Rails?

You might be able to use http://logging.apache.org/chainsaw/index.html . Haven't used it in a long time but I think its lo …
0
votes

non-DB attr_accessor attribute persistence in Rails

This sounds like a strange pattern (having a rake task access model attributes). Perhaps you intend to have an application config or the like? If so, there are few plugins that handles such …
5
votes

Google Analytics Alternative for a Rails Application

I've recently used RailStat, with a decent set of features. Its structure is very good, easy enough to change and can be scoped by the subdomain. …