Closed mehagar closed 4 years ago
I am using Rails version 6.0.1 and when I run rails new testApp I do not see the coffee-rails gem in the Gemfile. Is this gem still being included in Rails by default?
rails new testApp
coffee-rails
No, it is not.
I am using Rails version 6.0.1 and when I run
rails new testApp
I do not see thecoffee-rails
gem in the Gemfile. Is this gem still being included in Rails by default?