NetManiac

Witold Rugowski on web20 wave with Ruby on Rails

MySQL and ERROR 1114 (HY000): The table TABLE is full

Posted on April 26, 2009 - Filed Under Tech | 1 Comment

If you’re new here, you may want to subscribe to my RSS feed. You can also get updates by email Thanks for visiting!Recently I did some site maintenance and had to dump MySQL database and upload it again. I was surprised when during loading data back to database process have stopped with error:
ERROR 1114 (HY000) [...]

Popularity: 12% [?]

Read More..>>

Test benchmark - useful gem for Rails tests

Posted on April 15, 2009 - Filed Under Other, RubyOnRails, tips | Leave a Comment

Doing TDD You need to know which tests are making whole suite slower. If time used by rake test becomes too long, You may be tempted to skip running tests… Waiting for them to complete becomes suddenly burden on Your way to next task.
So, when You need to optimize Your test suite, test_benchmark is a [...]

Popularity: 19% [?]

Read More..>>