RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: juandazapata
Site: http://juanzuluaga.net
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).
pg_ctl start before running your rake task.
pg_ctl start
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
rake db:test:prepare
PG::Error: ERROR: type "hstore" does not exist
I'm not able to run my tests now :(
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).
pg_ctl start
before running your rake task.I have a problem when running my tests.
Everytime I try to
rake db:test:prepare
I getPG::Error: ERROR: type "hstore" does not exist
I'm not able to run my tests now :(