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
| NoMethodError (undefined method `push_to_aspects' for #<Person:0x2aca24535c28>): | |
| app/models/user.rb:89:in `method_missing' | |
| app/models/user.rb:148:in `dispatch_post' | |
| app/controllers/status_messages_controller.rb:33:in `create' | |
| lib/chrome_frame.rb:39:in `call' |
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
| Resque::NoQueueError (Jobs must be placed onto a queue.): | |
| lib/postzord/dispatch.rb:51:in `deliver_to_hub' | |
| lib/postzord/dispatch.rb:56:in `deliver_to_services' | |
| lib/postzord/dispatch.rb:30:in `post' | |
| app/models/user.rb:145:in `dispatch_post' | |
| app/controllers/status_messages_controller.rb:30:in `create' | |
| lib/chrome_frame.rb:39:in `call' |
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
| using this jquery addon:http://jqeasy.com/jquery-character-counter/ | |
| Using this startup: | |
| <script type="text/javascript">$(document).ready(function(){$('#status_message_message').jqEasyCounter({'maxChars': 1000,'maxCharsWarning': 140});});</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
| NoMethodError (undefined method `owner_id' for nil:NilClass): | |
| app/controllers/publics_controller.rb:52:in `receive' | |
| lib/chrome_frame.rb:39:in `call' |
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
| Starting server on 0.0.0.0:3002 ... | |
| /usr/local/lib/ruby/gems/1.8/gems/aws-2.4.0/lib/awsbase/awsbase.rb:33: undefined method `require_relative' for Aws:Module (NoMethodError) | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in' | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
| from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
| from /usr/local/lib/ruby/gems/1.8/gems/aws-2.4.0/lib/aws.rb:18 | |
| from /usr/local/lib/ruby/gems/1. |
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
| event=error error_class=ActionView::MissingTemplate error_message='Missing template status_messages/create with {:formats=>[:js, :html], :locale=>[:en, :en], :handlers=>[:rxml, :haml, :builder, :rjs, :erb, :rhtml]} in view paths "/root/diaspora/app/views", "/root/diaspora/vendor/plugins/mobile-fu/app/views", "/usr/local/lib/ruby/gems/1.8/bundler/gems/devise_invitable-85abb5fef4ab/app/views", "/usr/local/lib/ruby/gems/1.8/gems/devise-1.1.3/app/views"' app_backtrace='app/controllers/status_messages_controller.rb:60:in `create';app/controllers/status_messages_controller.rb:59:in `create';lib/chrome_frame.rb:39:in `call'' | |
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
| event=error error_class=ActionView::Template::Error error_message='undefined method `message' for nil:NilClass' orig_error_message='undefined method `message' for nil:NilClass'annotated_source=' 53: | |
| 54: - if @photo.status_message_id | |
| 55: %p | |
| 56: = markdownify(@photo.status_message.message) | |
| 57: | |
| 58: %p | |
| 59: - for photo in @additional_photos | |
| ' app_backtrace='app/views/photos/show.html.haml:56:in `_app_views_photos_show_html_haml__451285523_23652682676100_0';app/controllers/photos_controller.rb:163:in `show';lib/chrome_frame.rb:39:in `call'' |
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
| ERROR Sat 20:00:58: undefined method `children' for nil:NilClass in | |
| lib/mathetes/plugins/down-for-me.rb:14:in `initialize' | |
| ./lib/mathetes/hooks/base.rb:13:in `call' | |
| ./lib/mathetes/hooks/base.rb:13:in `call' | |
| irc-bot.rb:142:in `start' | |
| irc-bot.rb:140:in `each' | |
| irc-bot.rb:140:in `start' | |
| /root/silverplatter-irc/lib/silverplatter/irc/connection.rb:182:in `call' | |
| /root/silverplatter-irc/lib/silverplatter/irc/connection.rb:182:in `initialize' | |
| /root/silverplatter-irc/lib/silverplatter/irc/connection.rb:179:in `new' |
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
| Mysql2::Error: Can't create table 'diaspora_production.#sql-5464_bdd' (errno: 121): ALTER TABLE `aspect_memberships` ADD CONSTRAINT `aspect_memberships_contact_id_fk` FOREIGN KEY (`contact_id`) REFERENCES `contacts`(id) ON DELETE CASCADE |
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
| +--------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |
| | Table | Create Table |
OlderNewer