[Rails-core] Re: another attempt at nested mass assignment (pluginized)

2008-12-14 Thread cainlevy
In the past couple of days I've fixed a few issues with nested_assignment and polished up my complex-form-examples branch. The example implementation now comes with jQuery showing how the basic and functional HTML-only form can be dressed up for an improved experience. Comments are appreciated. I'

[Rails-core] Conventions for structure of translation files

2008-12-14 Thread tim
Hi there, just wanted to give a quick pointer to a discussion on the rails-i18n list. Please skip the first two posts since for some reason two threads got mixed up. http://groups.google.com/group/rails-i18n/browse_thread/thread/9b7572abfb23ac42 Tim --~--~-~--~~~---

[Rails-core] [PATCH] callbacks being called multiple times

2008-12-14 Thread derfred
I've created a patch for an issue I ran into where model callbacks will be called multiple time. See ticket: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/764-observers-on-a-model-are-called-multiple-times This happens because the class file is required multiple times, and th