We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98860d1 commit 7857f86Copy full SHA for 7857f86
Rakefile
@@ -11,7 +11,7 @@ task :build => "all:build"
11
desc "Release all gems to rubygems and create a tag"
12
task :release => "all:release"
13
14
-PROJECTS = %w(activesupport activemodel actionpack actionmailer activerecord railties)
+PROJECTS = %w(activesupport activemodel actionpack actionview actionmailer activerecord railties)
15
16
desc 'Run all tests by default'
17
task :default => %w(test test:isolated)
0 commit comments