Witam, czy znacie coś oprócz tego gemu https://github.com/patmaddox/no-peeping-toms ? Bez tego sporo wywołań FactoryGirl.create(:moj_model) wywala mi różne błędy
Może ktoś mi wyjaśnić o co chodzi z tym ostrzeżeniem:
Kod wyrzucający ostrzeżenie z config/application.rb:
[code=ruby]if defined?(Bundler)
If you precompile assets before deploying to production, use this line
Bundler.require(*Rails.groups(:assets => %w(development test)))
If you want your assets lazily compiled in production, use this line
Bundler.require(:default, :assets, Rails.env)
end[/code]