RailsCasts Pro episodes are now free!

Learn more or hide this

Juanda Zapata's Profile

GitHub User: juandazapata

Site: http://juanzuluaga.net

Comments by Juanda Zapata

Avatar

Yes you can.

This pull request enabled Fnordmetric to run as a rack app.
https://github.com/paulasmuth/fnordmetric/issues/5

However, keep an eye in your Redis Store. Depending on the amounts of events you might end running out of space in your Redis REALLY QUICKLY.

I ate a 100MB Redis Store in just 3 days (Hight traffic website).

Avatar

pg_ctl start before running your rake task.

Avatar

I have a problem when running my tests.
Everytime I try to
rake db:test:prepare I get
PG::Error: ERROR: type "hstore" does not exist

I'm not able to run my tests now :(