Skip to content

Instantly share code, notes, and snippets.

View maxmumford's full-sized avatar

Max Mumford maxmumford

  • Cocept
  • Brighton
View GitHub Profile
class Ckeditor::Asset < ActiveRecord::Base
include ActiveRecord
include Ckeditor::Orm::ActiveRecord::AssetBase
include Ckeditor::Backend::Paperclip
end
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
bundle exec rake assets:clean RAILS_ENV=production
bundle exec rake assets:precompile RAILS_ENV=production
export RAILS_ENV=production
bundle exec rake assets:precompile RAILS_ENV=production
<script type="”text/javascript”" src="”cufon-yui.js”"></script>
<script type="”text/javascript”" src="”YourFont.font.js”"></script>
<script type="”text/javascript”"></script>
'tools.jar' is not in the Android Studio classpath.
Please ensure JAVA_HOME points to JDK rather than JRE.
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-&gt;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-&gt;_filter('lithium\\templat...', Array, Object(Closure))\n#4 /var/www/l
ibraries/lithium/template/View.php(328): lithium\\template\\View-&gt;_step(Array, Array, Array, Array)\n#5 /var/www/libraries/lithium
/net/http/Media.php(768):
class MyWidget(Widget):
def __init__(self, **kwargs):
super(MyWidget, self).__init__(kwargs)
class MyWidget(Widget):
def __init__(self):
super(MyWidget, self).__init__()