restarone / violet_rails

an app engine for your business. Seamlessly implement business logic with a powerful API. Out of the box CMS, blog, forum and email functionality. Developer friendly & easily extendable for your next SaaS/XaaS project. Built with Rails 6, Devise, Sidekiq & PostgreSQL
https://violet.restarone.solutions
MIT License
95 stars 43 forks source link

add ember demo for /app path #373

Open donrestarone opened 2 years ago

donrestarone commented 2 years ago
  1. Add simple navbar
  2. Add footer
  3. add GraphQL support
  4. show publicly queryable information
  5. share ahoy visit with ember client
  6. share current_user (if any) with ember client
donrestarone commented 2 years ago

add ember experimental support: https://github.com/restarone/violet_rails/pull/371

ember support test + CI infra setup PR: https://github.com/restarone/violet_rails/pull/379

donrestarone commented 2 years ago

research:

  1. https://www.thegreatcodeadventure.com/creating-a-current-user-property-in-ember/
  2. https://discuss.emberjs.com/t/authentication-with-emberjs-and-devise/4236
  3. https://www.youtube.com/watch?v=N4KrBuO0RRE