Yaro Shm

Results 45 comments of Yaro Shm

Here's an example of how it can be acomplished: https://github.com/yshmarov/actsastenant-demo/blob/master/app/controllers/tenants_controller.rb#L18

The non-invasive option that worked for me was added to application.rb: ``` if Rails.env.development? def eager_load! Zeitwerk::Loader.eager_load_all end end ``` also I had to install graphviz: `sudo apt-get install graphviz`

@relyks how's it going with podcasts? any help needed?

having the same when bundle updating to 5.1.5 ``` /home/ubuntu/.rvm/gems/ruby-2.6.3/gems/jekyll-pwa-plugin-5.1.5/lib/jekyll-pwa-plugin.rb:161:in `block in ': undefined local variable or method `page' for Jekyll:Module (NameError) ``` source of the problem: https://github.com/lavas-project/jekyll-pwa/blob/master/lib/jekyll-pwa-plugin.rb#L161 and the...

until fixed, I'm freezing my gem version `gem 'jekyll-pwa-plugin', "= 2.2.3"`

I've added a new `_congif` setting to enable/disable links to prev / next post by default https://github.com/yshmarov/minima/commit/122814997ed22e80e486e8bdd322f299bf6cdb29

Example of how it looks: https://blog.corsego.com/learn-to-build-multitenancy-subscriptions-saas-mvp ![image](https://user-images.githubusercontent.com/13472945/99151323-a16c9900-269a-11eb-99cf-0edc03a967b0.png)

The year is 2023 and we have 2 fantastic alternatives: - https://github.com/ErwinM/acts_as_tenant - https://github.com/citusdata/activerecord-multi-tenant 🎉

I'd just like to add that you don't have to use a `form_tag`, you can just use a `button_to`: ``` ```