aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-01 22:56:08 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-01 22:56:08 -0300
commit7b740f31cc6f88fe20a51eb7da1468082e6fdb5a (patch)
tree4c73ed55dc6e9a0fe623eea63236afdb55cc12c1 /activerecord
parent6aa448255cd5c640dae45963c114418b76f454e0 (diff)
parent1fac7b79f3f524afcd9723bfb0fd72fc5ac53bdf (diff)
downloadrails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.tar.gz
rails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.tar.bz2
rails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.zip
Merge pull request #17088 from robin850/jruby-dev
Follow up to #16613
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index b1069e5dcc..976b559da9 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -55,6 +55,7 @@ end
t.warning = true
t.verbose = true
+ t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
}
namespace :isolated do