Rails Dependency Management
Rails has two methods of adding external libraries to a project, rubygems and plugins. There are also different ways to manage these external libraries. Here are some conventions I've picked up over the years for managing dependencies in development and deployment as painless and maintainable as possible.
Tips of the Day
- backspace in GNU screen with Apple Terminal, SSH, and Ubuntu
- jquery tooltip plugins
- django stuff
Tips of the Day
- dumping and restoring databases from RDS
- connecting to Twitter via oauth using python
- python debugger in Django