Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix README config/application.rb for rails5 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tabio
Copy link

@tabio tabio commented Jul 28, 2018

The following error is displayed during rails5 upgrade.

`assert_index': No such middleware to insert before: ActionDispatch::ParamsParser (RuntimeError)

There is no ActionDispatch::ParamsParser at rails5 middleware list.

# rails5
bin/rails middleware
use Rack::Sendfile
use ActionDispatch::Static
use ActionDispatch::Executor
use ActiveSupport::Cache::Strategy::LocalCache::Middleware
use Rack::Runtime
use Rack::MethodOverride
use ActionDispatch::RequestId
use RequestStore::Middleware
use Sprockets::Rails::QuietAssets
use Rails::Rack::Logger
use ActionDispatch::ShowExceptions
use ActionDispatch::DebugExceptions
use ActionDispatch::RemoteIp
use ActionDispatch::Reloader
use ActionDispatch::Callbacks
use ActiveRecord::Migration::CheckPending
use ActionDispatch::Cookies
use ActionDispatch::Session::RedisStore
use ActionDispatch::Flash
use Rack::Head
use Rack::UserAgent
use Rack::ConditionalGet
use Rack::ETag
use ExceptionNotification::Rack
use Bullet::Rack

So, I upgraded README.md for rails5.

@coveralls
Copy link

coveralls commented Jul 28, 2018

Coverage Status

Coverage decreased (-0.02%) to 99.184% when pulling 2082861 on tabio:fix_readme_for_rails5 into ce30972 on dtaniwaki:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants