This file contains hidden or 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
class Ckeditor::Asset < ActiveRecord::Base | |
include ActiveRecord | |
include Ckeditor::Orm::ActiveRecord::AssetBase | |
include Ckeditor::Backend::Paperclip | |
end |
This file contains hidden or 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
NameError in Ckeditor::PicturesController#create | |
uninitialized constant Ckeditor::Orm | |
Extracted source (around line #2): | |
1 class Ckeditor::Asset < ActiveRecord::Base | |
2 include Ckeditor::Orm::ActiveRecord::AssetBase | |
3 include Ckeditor::Backend::Paperclip | |
4 end | |
This file contains hidden or 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
bundle exec rake assets:clean RAILS_ENV=production | |
bundle exec rake assets:precompile RAILS_ENV=production |
This file contains hidden or 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
export RAILS_ENV=production |
This file contains hidden or 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
bundle exec rake assets:precompile RAILS_ENV=production |
This file contains hidden or 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
<script type="”text/javascript”" src="”cufon-yui.js”"></script> | |
<script type="”text/javascript”" src="”YourFont.font.js”"></script> | |
<script type="”text/javascript”"></script> |
This file contains hidden or 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
'tools.jar' is not in the Android Studio classpath. | |
Please ensure JAVA_HOME points to JDK rather than JRE. |
This file contains hidden or 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
PHP Fatal error: Uncaught exception 'lithium\\template\\TemplateExcepti | |
on' with message 'Could not write compiled template `/var/www/app/resources/tmp/cache/templates/template_views_home_index.html_499 | |
43748_1375948442_110.php` to cache.' in /var/www/libraries/lithium/template/view/Compiler.php:81\nStack trace:\n#0 /var/www/librar | |
ies/lithium/template/view/adapter/File.php(133): lithium\\template\\view\\Compiler::template('/var/www/app/vi...', Array)\n#1 /var | |
/www/libraries/lithium/template/View.php(386): lithium\\template\\view\\adapter\\File->template('template', Array)\n#2 /var/www/li | |
braries/lithium/core/Object.php(238): lithium\\template\\{closure}(Object(lithium\\template\\View), Array, NULL)\n#3 /var/www/libr | |
aries/lithium/template/View.php(389): lithium\\core\\Object->_filter('lithium\\templat...', Array, Object(Closure))\n#4 /var/www/l | |
ibraries/lithium/template/View.php(328): lithium\\template\\View->_step(Array, Array, Array, Array)\n#5 /var/www/libraries/lithium | |
/net/http/Media.php(768): |
This file contains hidden or 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
class MyWidget(Widget): | |
def __init__(self, **kwargs): | |
super(MyWidget, self).__init__(kwargs) |
This file contains hidden or 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
class MyWidget(Widget): | |
def __init__(self): | |
super(MyWidget, self).__init__() |