Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joefiorini/9378320 to your computer and use it in GitHub Desktop.
Save joefiorini/9378320 to your computer and use it in GitHub Desktop.
eak-rails transition

Basically, it's a minimal Rails-API app (based loosely on this gist) embedded in an api folder in the root. Then the rest of it is a stock ember-cli setup. I don't know yet exactly how to make Rails look elsewhere for initializers, environments & locales, going to look into it.

api/              *.rb
  controllers/
  models/
  initializers/
  environments/
  locales/
  config.rb
  routes.rb
app/              *.js
  controllers/
  models/
  styles/         *.{scss,less,styl,etc}
  router.js
  app.js
config/           
  environments/
  adapters/       (currently under app in ember-cli, talking to @stefanpenner about moving them)
  serializers/
  transforms/
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment