Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop support for Rails 4.2 #262

Closed
wants to merge 1 commit into from
Closed

Conversation

jcoyne
Copy link

@jcoyne jcoyne commented Dec 29, 2019

Rails 4.2 is no longer supported by the Rails core team and the current build gives problems like this:

An error occurred while loading ./spec/config_env_spec.rb.

Failure/Error: Rails.application.initialize!

Sprockets::Railtie::ManifestNeededError:

  Expected to find a manifest file in `app/assets/config/manifest.js`

  But did not, please create this file and use it to link any assets that need

  to be rendered by your app:

  Example:

    //= link_tree ../images

    //= link_directory ../javascripts .js

    //= link_directory ../stylesheets .css

  and restart your server

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/railtie.rb:105:in `block in <class:Railtie>'

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/railties-4.2.11/lib/rails/initializable.rb:30:in `instance_exec'

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/railties-4.2.11/lib/rails/initializable.rb:30:in `run'

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/railties-4.2.11/lib/rails/initializable.rb:55:in `block in run_initializers'

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/railties-4.2.11/lib/rails/initializable.rb:54:in `run_initializers'

# ./gemfiles/vendor/bundle/ruby/2.6.0/gems/railties-4.2.11/lib/rails/application.rb:352:in `initialize!'

# ./spec/app/rails_4.2/config/environment.rb:5:in `<top (required)>'

# ./spec/spec_helper.rb:37:in `require'

# ./spec/spec_helper.rb:37:in `<top (required)>'

# ./spec/config_env_spec.rb:1:in `require'

# ./spec/config_env_spec.rb:1:in `<top (required)>'

TRAVIS_COMPILER 

TRAVIS_RUBY_VERSION 2.6.0

ENV

@jcoyne
Copy link
Author

jcoyne commented Dec 29, 2019

Duplicate of #251

@jcoyne jcoyne closed this Dec 29, 2019
@pkuczynski pkuczynski added this to the 2.2.0 milestone Jan 3, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

Successfully merging this pull request may close these issues.

2 participants