jiahen
jiahen
same issue too
Just follow this tutorial to install APOC plugin https://neo4j.com/labs/apoc/4.1/installation/
package_assets: on javascript_compressor: closure compilation_level: "WHITESPACE_ONLY" gzip_assets: on s3_access_key_id: xxx s3_secret_access_key:xxx s3_bucket: xxx embed_assets: datauri; use_cloudfront: on cloudfront_dist_id:xxx cloudfront_domain: xxx s3_upload_files: - public/pro_images/** javascripts: user_session: - public/javascripts/show_status_bar.js - public/javascripts/userLogin.js user_session_signup:...
i looked inside my ~/.rvm/gems/ruby-1.8.7-p352@rails238/gems/jammit-s3-0.6.0.2/lib/jammit-s3.rb ``` ruby require 'jammit/command_line' require 'jammit/s3_command_line' require 'jammit/s3_uploader' module Jammit def self.upload_to_s3!(options = {}) S3Uploader.new(options).upload end end ``` the code above is not same with...
but somehow when pushed to heroku , it will load the missing code and it prompt this error uninitialized constant Rails::Railtie (NameError) ``` code 2011-09-01T09:37:22+00:00 app[web.1]: /app/.bundle/gems/ruby/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:440:in `load_missing_constant': uninitialized constant...
after done some research ... rails 2 dont have Rails::Railtie i suggest to put ``` javascript if defined?(Rails) && Rails.version =~ /^3\./ end ``` around it
sure! On Sat, Sep 3, 2011 at 2:52 AM, kmamykin < [email protected]>wrote: > Thank you for digging into this issue. I have only used the gem with Rails > 3,...
@githubsaturn Thanks for the prompt reply. I am trying to config the ec2 security group to allow connection between worker node and manager node. Will ``` docker service update captain-nginx...
how to configure it? ``` Typescript import { useSofaWithSwaggerUI } from '@graphql-yoga/plugin-sofa' import { createGraphQLHandler } from '@redwoodjs/graphql-server' import directives from 'src/directives/**/*.{js,ts}' import sdls from 'src/graphql/**/*.sdl.{js,ts}' import services from 'src/services/**/*.{js,ts}'...
How about 3060?