-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This intends to document everything we've heard as reported issues, to try and help users migrate as easily as possible. It will collect a few issues before being merged, but this started with documenting the transitive dependency on `sprockets-rails`. Closes #2514
- Loading branch information
1 parent
50f91fc
commit 71ce7db
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Migrating to v1 | ||
--- | ||
|
||
In the release of v1.0.0, we [began bundling assets in the gem itself][2397]. | ||
In future, this should mean that changes to the way you, or Administrate | ||
manages assets should not have an effect on you. However, this is quite a big | ||
change and so you might find some problems. | ||
|
||
[2397]: https://github.com/thoughtbot/administrate/pull/2397 | ||
|
||
## Reported Issues | ||
|
||
### Removal of the `sprockets-rails` transitive dependency | ||
|
||
[Issue][2514] | ||
|
||
Previously, Administrate depended on [`sprockets-rails`][], if you have a | ||
dependency which requires this, you may now need to add a direct dependency on | ||
your application. | ||
|
||
[2514]: https://github.com/thoughtbot/administrate/issues/2514 | ||
[`sprockets-rails`]: https://rubygems.org/gems/sprockets-rails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters