Hi Brian,

I think to we start to consider doing this we will need a stronger reason
than load less code for production Rails apps. AFAIK, we don't require
active_support/test_case in production environment so we are not loading
minitest at production too.

If that is the case we should fix this, but I don't think we need to
extract a new library.

Rafael Mendonça França
http://twitter.com/rafaelfranca
https://github.com/rafaelfranca


On Thu, Jan 9, 2014 at 5:19 PM, Brian Morton <br...@xq3.net> wrote:

> I followed down the path of why my app was bringing in 'minitest' in
> production and noticed that activesupport has a dependency on minitest.  I
> wondered why it wasn't a development dependency and then it dawned on me
> that it was necessary for ActiveSupport::TestCase.
>
> What does the core team think about breaking the testing-related stuff out
> of activesupport into a separate gem?  It would eliminate the dependency on
> minitest and could load (probably a trival amount) of less code for
> production Rails apps.  Is this a good idea and a worthwhile thing for me
> to spend some time on?  Is this much more work than I think it might be?
>
> Thanks in advance!
> Brian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Core" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-core+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-core@googlegroups.com.
> Visit this group at http://groups.google.com/group/rubyonrails-core.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to