Articles tagged with: ruby
view all tagsUpdating Ruby gems on Leopard? Proceed with caution!
Remember this crucial step before running sudo gem update.
Read more
Generate Random Passwords
You can use this ruby code to generate random passwords. Or, save it as an executable file for the Mac OS X command line.
Read more
Hide the Rails Authenticity Token
If you're using CSS styles in your Ruby on Rails forms, you may see a random box, especially if you put a background color on your input fields. Here's how to hide it: select the HTML element by name, instead of the more common id. A useful tip for new CSS desginers, too.
Read more