Giter Club home page Giter Club logo

spinacms.com's People

Contributors

bramjetten avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spinacms.com's Issues

Broken chat/pop-up

Just want to inform that there is some issue on the website.

I guess there is some issue with this:

17:32:20.562 XHRPOSThttps://api-iam.intercom.io/messenger/web/ping
[HTTP/2 200 OK 642ms]

    	
    app	Object { name: "Product Hunt", audio_enabled: true, show_powered_by: false, … }
    name	"Product Hunt"
    audio_enabled	true
    show_powered_by	false
    active_admins	[ {…}, {…}, {…}, {…}, {…} ]
    0	Object { id: "3380822", first_name: "Calum", has_photo_avatar: true, … }
    1	Object { id: "100952", first_name: "Jacq", has_photo_avatar: true, … }
    2	Object { id: "381906", first_name: "Emily", has_photo_avatar: true, … }
    3	Object { id: "269544", first_name: "Jake", has_photo_avatar: true, … }
    4	Object { id: "3843593", first_name: "Leandro", has_photo_avatar: true, … }
    team_intro	"How can we help you?"
    team_greeting	"Hi there 👋"
    messenger_background	"background-8"
    expected_response_delay_translation_key	"the_team_typically_replies_in_day"
    launcher_expected_response_delay_translation_key	"the_team_typically_replies_in_day"
    compact_expected_response_delay	"Typically replies in a day"
    sms_notifications_enabled	false
    inbound_conversations_disabled	false
    office_hours_response	null
    help_center_site_url	"http://help.producthunt.com"
    messenger_logo_url	"https://downloads.intercomcdn.com/i/o/37888/cb7406a1bab3e4307b986e31/a26ff241ab3fe7890ea8668539b43ac1.png"
    launcher_logo_url	null
    user_conversation_attachments_enabled	true
    user_conversation_gifs_enabled	true
    developer_workspace	false
    upfront_email_collection_setting	"never"
    self_serve_suggestions_match	true
    temporary_expectations_message	null
    user	Object { id: "5f0b1ef43a4e80270c7a31e8", type: "user", role: "visitor_role", … }
    id	"5f0b1ef43a4e80270c7a31e8"
    type	"user"
    role	"visitor_role"
    locale	"en"
    has_conversations	false
    anonymous_id	"1d082c10-0710-4d1c-b535-f15997a52881"
    country_code	"lv"
    home_screen_slots	[ {…} ]
    0	Object { messenger_card_id: 353969 }
    unread_conversation_ids	[]
    unread_dismissed_conversation_ids	[]
    client_messages	[]
    client_matches	[ {…} ]
    0	Object { user_id: "5f0b1ef43a4e80270c7a31e8", company_id: "-1", ruleset_id: 5567392, … }
    user_id	"5f0b1ef43a4e80270c7a31e8"
    company_id	"-1"
    predicates	[ {…} ]
    ruleset_id	5567392
    ruleset_match_behavior	"single_match"
    ruleset_link_id	5573517
    ruleset_link_object_type	"chat"
    serialized_object	null
    checkpoint_id	null
    modules	Object { messages: {…}, rtm: {…}, metrics: {…}, … }
    messages	Object { instant_boot_enabled: false, use_activator: false, can_use_messenger: true, … }
    colors	Object { base: "#000000", secondary: "#e6e6e6" }
    features	Object { rtm: true, inbound_messages: true, inbound_lead_messaging: true, … }
    instant_boot_enabled	false
    google_analytics_tracking_id	null
    use_activator	false
    can_use_messenger	true
    show_launcher	false
    activator	null
    rtm	Object { endpoints: […] }
    endpoints	[ "https://nexus-websocket-a.intercom.io/pubsub/5-cqyrmeJyAWtRseQRdtB3wH2hw5WMZ5TonvYyJefEeDuIR6xZlqMsnC5zWFFTgapSLTgypfoNX7WG2N7_7_-svxgAK54v95TZXaTDWk1XtOIWuawUEKLHydqh8v-XZTvVBCFCQ3MbxBTq3jY=" ]
    metrics	Object { enabled: false }
    enabled	false
    error_reporting	Object { disabled: false }
    disabled	false
    customization	Object { alignment: "right", brand_name: "Product Hunt", horizontal_padding: 20, … }
    alignment	"right"
    brand_name	"Product Hunt"
    horizontal_padding	20
    messenger_logo_url	"https://downloads.intercomcdn.com/i/o/37888/cb7406a1bab3e4307b986e31/a26ff241ab3fe7890ea8668539b43ac1.png"
    launcher_logo_url	null
    messenger_wallpaper	"background-8"
    vertical_padding	20
    vertical_padding_android	16
    vertical_padding_ios	20
    composer_state	Object { visible: true, version: 0, self_serve_suggestions_enabled: false }
    visible	true
    version	0
    self_serve_suggestions_enabled	false
    anonymous_session	""
    identity_verification_ready	false
    origin_cookie_domain	"producthunt.com"
    cdas_breaching_limit	[]

Also

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.segment.io/v1/p. (Reason: CORS request did not succeed).

Don't know what exactly cause this.

System:
OS: MacOS Catalina v10.15.4
Browser: Firefox Developer edition 79.0b6 (64-bit)

undefined method `create_translation_table!' for #<Class:0x0000000004a2d330>

Steps to reproduce on master branch

  1. rake db:create
  2. rake db:migrate

Error:

undefined method `create_translation_table!' for #<Class:0x0000000004a2d330>
/home/amit/.rvm/gems/ruby-2.4.3/gems/activerecord-5.2.0/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
/home/amit/projects/oss/spina-cms/SpinaCMS.com/db/migrate/20170906105137_create_spina_translation_tables.spina.rb:4:in `up'

Syntax error in example code found in Navigations guide

While reading this guide about navigations in SpinaCMS, I identified a syntax error. There is a missing %> in this block of code:

<!-- app/views/shared/_navigation.html.erb -->
<% navigation = Spina::Navigation.find_by(name: "main")
<% presenter = Spina::MenuPresenter.new(navigation) %>
<%= presenter.to_html %>

The right snippet is this:

<!-- app/views/shared/_navigation.html.erb -->
<% navigation = Spina::Navigation.find_by(name: "main") %>
<% presenter = Spina::MenuPresenter.new(navigation) %>
<%= presenter.to_html %>

This code snippet also fails with a NoMethodError when called by ruby/3.1.3/lib/ruby/gems/3.1.0/gems/activemodel-7.0.3.1/lib/active_model/attribute_methods.rb:458. I have filed a separate issue to the SpinaCMS repository. That issue can be found here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.