[Rails-core] Pull request #11486 -- implement respond_to_missing for TaggedLogging in Rails 3.2

2013-07-19 Thread Wolfram Arnold, RubyFocus
Folks, I've sent a pull request https://github.com/rails/rails/pull/11486 which fixes an issue with TaggedLogging for Rails 3.2. From what I can tell that's the only release that affected. The issue was that method_missing was overridden correctly in TaggedLogging, but respond_to_missing? was

[Rails-core] Mountable Engine/App: gems from .gemspec not available in dummy app when started with "rails console/server"

2011-08-25 Thread Wolfram Arnold, RubyFocus
I'm building a Rails 3.1 mountable engine (3.1.0.rc6) whose sole purpose is to provides JavaScript assets (a client-side app built with backbone.js). I generated the skeleton with "rails plugin new -- full" Piotr's posts have been very helpful, as has the Railscast on the subject: http://piotrsar

[Rails-core] Functionality reduction? How to customize full_message for validation error using i18n in Rails 3?

2011-01-10 Thread Wolfram Arnold, RubyFocus
Folks, I just posted a bug report about this: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6274-ability-to-specify-a-custom-translation-for-full_messages-gone-in-rails-3x The more I think about this, the more puzzled I am as to what the new convention for Rails 3 is to over