-
Recent Posts
Meta
Neyric.com
Categories
Archives
Monthly Archives: July 2007
How to delete a many-to-many association with Rails
Judging by the number of Ruby on Rails developpers asking themselves this question, this is the missing example of Rails. (It’s not in my Rails reference book, and I’ve never seen any example on any blog.) One solution is to … Continue reading
Get rid of favicon.ico 404 errors with rails
Every time your browser loads an new url, it also request a file called ‘favicon.ico’ in the same subdirectory. This generates a LOT of errors in the Ruby on Rails logs of my app. One way to avoid those errors … Continue reading