8000 GitHub - gocomet/shopify_app: Adds a full Shopify API Application environment to your application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gocomet/shopify_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter App

Used to get a quickstart on a public Shopify app. Follow instructions here:

http://demacmedia.com/blog/shopify-pp

Config

  • Shopify_app must be configured correctly to run
  • the relevant config variables are inherited from /config/environments/development.rb

Controllers

  • Admin::DashbordController inherits from ShopifyApp::AuthenticatedController
    • all admin controllers should inherit from ShopifyApp::AuthenticatedController
  • ProxyController controls the front-end application proxy views
    • front-end controllers should not inherit from ShopifyApp::AuthenticatedController

Assets

  • turbolinks disabled by default
  • don't need all that AJAX jazz happening inside the Shopify admin panel -- messes with deep-linking

About

Adds a full Shopify API Application environment to your application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 70.8%
  • HTML 24.7%
  • CSS 2.3%
  • JavaScript 2.2%
0