aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
commit04a0e895bc7102cd32d627a2c0bc56d207e26f43 (patch)
tree8817695da5de2a935c98a16da2c96ee5017f87d4 /activerecord
parent9a0e09696ad996c9f44565f0a0bf506445484c81 (diff)
parentd12209cad2d8961f396a6e7cbd0ee9437b9751ef (diff)
downloadrails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.gz
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.bz2
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.zip
Merge pull request #25119 from javan/actioncable/blade-build
Build action_cable.js with Blade
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 46df733cfe..012db35765 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -21,7 +21,6 @@ desc 'Run mysql2, sqlite, and postgresql tests by default'
task :default => :test
task :package
-task "package:clean"
desc 'Run mysql2, sqlite, and postgresql tests'
task :test do