aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/assets_test.rb
Commit message (Expand)AuthorAgeFilesLines
* do not create unnecessary directoryyuuji.yaginuma2016-04-101-2/+1
* Add test to make sure the sprockets cache is not shared per environmentRafael Mendonça França2016-03-021-0/+20
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-2/+2
* Fix warningRafael Mendonça França2015-12-171-1/+1
* Fix test now that cable is in there by default tooDavid Heinemeier Hansson2015-12-161-1/+1
* Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-161-4/+4
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-041-1/+1
* Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-291-48/+63
* Migrate to Sprockets 4.Andrei Istratii2015-08-191-11/+17
* Fix reported regression rails/sprockets-rails#265schneems2015-07-291-0/+1
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-2/+2
* Need to add config.assets.compile=true to access `.assets`Arthur Neves2015-04-261-0/+1
* assets:cache:clean wont clean cache anymoreArthur Neves2015-04-261-11/+0
* Test using sprockets 3Rafael Mendonça França2015-03-291-7/+7
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+1
* Default config.assets.digests to true in developmentDan Kang2014-05-171-14/+11
* Precompile the image we're referencing, too.Matthew Draper2014-04-241-2/+2
* depend_on_asset is not required anymore on sprockets-rails 2.1.2Rafael Mendonça França2014-04-091-6/+6
* Declare the assets dependencyRafael Mendonça França2014-04-041-7/+8
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-2/+2
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-101-1/+1
* #10428: Added tests for config.assets.precompilePaul Nikitochkin2013-06-211-0/+23
* Merge pull request #10902 from wangjohn/removing_application_singleton_callsSantiago Pastorino2013-06-171-3/+3
|\
| * Calls to the application constant have been refactored to usewangjohn2013-06-101-3/+3
* | `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-12/+0
|/
* Fix tests from rails.png removal.Jessica Lynn Suttles2013-04-021-1/+8
* s/and and run/and runs/David Chapman2013-03-261-1/+1
* Controller name pluralizedPrathamesh Sonpatki2013-03-251-2/+2
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-1/+1
* asset compilation should not require a database connectionAaron Patterson2012-11-131-0/+26
* Small change to remove warning unused variable.Arun Agrawal2012-11-011-1/+1
* Switch to new sprockets-rails pluginJoshua Peek2012-10-151-126/+52
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* Tighten up asset precompile testsJeremy Kemper2012-10-121-1/+1
* Remove duplicated testGuillermo Iguaran2012-10-091-15/+0
* Assets cache shouldn't be shared between different environmentsGuillermo Iguaran2012-09-281-1/+2
* Update asset test to match one in sprockets-railsGuillermo Iguaran2012-09-211-2/+5
* Use last version of sprockets-rails and syncing tests for assets.Dmitry Vorotilin2012-09-191-32/+35
* Rake assets:precompile shouldn't fail quietly.Dmitry Vorotilin2012-09-111-7/+4
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-2/+2
* make assertions easier to track downAaron Patterson2012-08-071-9/+17
* Fix tests.Rafael Mendonça França2012-08-021-2/+2
* bundle exec rake assets:precompile shouldn't fail quietly.John Yani2012-06-051-17/+24
* Remove default match without specified methodJose and Yehuda2012-04-241-5/+5
* Fix a couple more script[type=text/javascript] tests affected by #5748Jeremy Kemper2012-04-081-4/+4
* fix assets testSergey Nartimov2012-01-311-1/+1
* Fix GH #3980. Support assets:cache:clean method to respect sprockets cache.kennyj2012-01-131-1/+13
* Remove dead codeSantiago Pastorino2012-01-101-4/+0