aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/assets_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-2/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-17/+3
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-091-4/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-29/+29
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Use sass-rails in our test suiteRafael Mendonça França2016-06-301-1/+1
* `md5` --> `MD5`Jon Moss2016-05-171-1/+1
* 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