forked from janv/rest_in_place
-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix fails because of asset precompilation and digests in 4.2
the block for Combustion.initialize! sets the old values for the test env that turn off digests, so the matcher for the image tag in "should be able to use bip_bool to change a boolean value using an image" works. also moving css files to standard application.css manifest avoids the complaints from rails about "Asset was not declared to be precompiled in production." for each of these.
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 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,5 @@ | ||
/* | ||
*= require scaffold.css | ||
*= require style.css | ||
*= require jquery-ui-1.8.16.custom.css | ||
*/ |
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
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