We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5d559 commit 6d6af2fCopy full SHA for 6d6af2f
example_app_generator/generate_app.rb
@@ -14,6 +14,11 @@
14
# Remove the existing rails version so we can properly use master or other
15
# edge branches
16
gsub_file 'Gemfile', /^.*\bgem 'rails.*$/, ''
17
+ gsub_file "Gemfile", /.*web-console.*/, ''
18
+
19
+ if Rails::VERSION::STRING >= '5.0.0'
20
+ append_to_file('Gemfile', "gem 'rails-controller-testing', :git => 'https://github.com/rails/rails-controller-testing'")
21
+ end
22
23
# Use our version of RSpec and Rails
24
append_to_file 'Gemfile', <<-EOT.gsub(/^ +\|/, '')
0 commit comments