| Rails411 |
| Freeze Other Gems to Rails' ./lib Directory |
|
If you have any Rails apps on shared hosts, you know that you have to copy your own libraries into the ./lib folder of your app. I thought that the new “rake freeze_gems” would do that, but it only freezes the Rails-relevant gems (ActiveRecord, ActionMailer, etc.). If you use any other libraries (like Gruff), you’re on your own. |
|
|