Re: [Rails-core] rails issue #13854

2014-02-18 Thread nardele salomon
why not? apparently it very very simple approach and still documented Em segunda-feira, 17 de fevereiro de 2014 12h06min58s UTC-3, nardele salomon escreveu: Em segunda-feira, 17 de fevereiro de 2014 12h05min43s UTC-3, nardele salomon escreveu: Bug fixes Only the latest release

[Rails-core] Testing uncommon HTTP methods fails (like options)

2014-02-18 Thread MaurĂ­cio Linhares
Hello everyone, Could someone check this PR? https://github.com/rails/rails/pull/14071 This affects both Rails and Rspec tests that use methods that are not defined at the integration session api (like options). - MaurĂ­cio Linhares http://mauricio.github.io/ - http://twitter.com/#!/mauriciojr

[Rails-core] Allowing for auto-application of scopes

2014-02-18 Thread Dan Langevin
I extracted some code I've used in a few projects into a gem that plugs into ActiveRecord and thought that it might be useful as a core feature. Basically, it allows you to apply scopes from parameters by keeping a meta-definition of what your ActiveRecord scopes are. Implementation could be

[Rails-core] Re: Why Circular dependency detected while autoloading constant vs. NameError after remove_const?

2014-02-18 Thread Gary Weaver
Sorry ignore the :013-:016 there. Try to multitask / clean-up that and failed. On Tuesday, February 18, 2014 4:14:59 PM UTC-5, Gary Weaver wrote: Notice how a class that is not available is a NameError and a constant unloaded from ActiveSupport::Dependencies or via remove_const called on the