linuxmagazine
[LM] Comments RSS feeds are now available for each article on LM. Links to subscribe are at the top and bottom of each comments section.
| [Rails] Modified the hobo tag <new_comment_form/> so it takes a guid as an attr. |
|
| [Rails] Changed Comment.new() so it supports find_by_guid. As planned, *all* objects will need guids. |
|
| [Rails] Changed all comments.new() variables to local -- now that I understand the difference between local and session variables. |
|
| [Rails] Migrated comment list and form to dryml tags. Comment service now portable across all objects thanks to has_many_polymorphs. < ... ... |
|
| [Rails] Creating the uuid state file (`uuid-setup`) requires a Webrick reboot |
|
| [Rails] gem install uuid - Note: `require_gem` from the docs is no longer valid, use `require` |
|
| [Rails] db:migrate 014_add_guids_to_users_and_comments.rb |
|
| [Rails] DRY'd up comment code with late-bound controller/id eval() in comments.new(). |
|
| [Rails] Fixed has_many_polymorphs comment-to-conversations mapping bug. |
|
