1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
Matthew Draper 4f31b7767e Precompile the image we're referencing, too.
You can't compile a file that references a non-compiled asset's path.

.. unless you turn off asset runtime errors.

Outside of a test case like this, `config.assets.precompile` would
normally retain its default entry, which precompiles all images (and
other non-JS/CSS files) that are in `app/assets`.
2014-04-24 04:49:02 +09:30
..
initializers Revise 'sqlite3:' URL handling for smoother upgrades 2014-04-03 01:30:27 +10:30
middleware Replace config.secret_key_base with secrets.secret_key_base in test 2013-12-12 14:59:11 -05:00
rack
rake Revise 'sqlite3:' URL handling for smoother upgrades 2014-04-03 01:30:27 +10:30
asset_debugging_test.rb
assets_test.rb Precompile the image we're referencing, too. 2014-04-24 04:49:02 +09:30
build_original_fullpath_test.rb
configuration_test.rb Make console and generators blocks works at Application instance level 2014-04-14 18:59:47 -03:00
console_test.rb
generators_test.rb
loading_test.rb
mailer_previews_test.rb Add preview_path to autoload_paths in after_initialize 2014-01-04 18:42:34 +00:00
middleware_test.rb Merge pull request #12365 from jbaudanza/reorder 2013-12-01 22:42:26 -08:00
multiple_applications_test.rb Make console and generators blocks works at Application instance level 2014-04-14 18:59:47 -03:00
paths_test.rb
rackup_test.rb
rake_test.rb Make the rails:template rake task load initializers 2014-03-08 15:59:22 +01:00
rendering_test.rb
routing_test.rb
runner_test.rb
test_runner_test.rb
test_test.rb Automatically maintain test database schema 2014-01-02 13:49:00 +00:00
url_generation_test.rb