-
Notifications
You must be signed in to change notification settings - Fork 463
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
Broken after updating rails from 4.2.5 to 4.2.5.1 #421
Comments
I am having the exact same problem. Also after updating from Rails 4.25 to 4.2.5.1 |
Me too. |
I've fixed this locally as follows. Edit apipie-rails-0.3.5/lib/tasks/apipie.rake. Look for:
Replace with:
Look for:
Replace with:
|
Same problem on rails 4.2.5.1, works fine on 4.2.5 |
halilim
added a commit
to halilim/apipie-rails
that referenced
this issue
Feb 1, 2016
Fixes Apipie#421 (Missing template ../../layouts/apipie/apipie ... error).
I'm also seeing this under 4.2.5.1... (and Rails 5.0.0.beta2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating rails from
4.2.5
to4.2.5.1
,apipie:cache
rake task started failing.This change seems to be the cause:
rails/rails@0c5c32a
Release notes:
http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/
Error:
The text was updated successfully, but these errors were encountered: