Tirdad C.
Tirdad C.
That link doesn't show any condition on (!_body) but _body = $(document.body); so I assumed it's been changed. Has anyone managed to get this to work with the newer code?
A little note for anyone that ended up here migrating from the Sprockets flavor to the Webpack one: if you do not want to rename all your `.js.jsx` extensions, be...
As a side note, this error still gets thrown even if you upgrade to 6.0.0. Here's the stacktrace: ``` File /home/test/.rvm/gems/ruby-2.6.1/gems/acts-as-taggable-on-5.0.0/lib/acts_as_taggable_on/taggable/core.rb line 206 in process_dirty_object File /home/test/.rvm/gems/ruby-2.6.1/gems/acts-as-taggable-on-5.0.0/lib/acts_as_taggable_on/taggable/core.rb line 184 in...
Surprised to see that this is missing. One for Discogs.com wouldn't hurt either.
Ditto, please update the readme to reflect that the assets group is gone in Rails 4. http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-3-2-to-rails-4-0-gemfile
@RyanScottLewis can you please share how you did that structure-wise? I tried using the [fontAwesome SASS gem](https://github.com/FortAwesome/font-awesome-sass) without any luck.
Sure thing, we're using capybara 3.14.0 and sauce_whisk 0.1.0: ``` source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end ruby '~> 2.6.0' # Bundle edge Rails instead:...
More documentation / examples of this being done would be welcome, at this point it seems like I'd be better off with manual migrations given the number of embedded models...