thanks all, I will bear all this in mind.
On Monday, 15 January 2018 20:15:27 UTC, John Ivanoff wrote:
>
> I use
> /app/views/layouts/application.html.erb
>
>
>
> <%= yield :head %>
>
>
> <%= yield %>
>
>
>
> /app/views/foo/bar.html.erb
>
> <% content_for :head do %>
> A simple
Hello People,
Checkout http://www.nyoboo.com/channels/2/messages/4
--
Karthikeyan A K
Author of https://mindaslab.github.io/I-Love-Ruby/
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To unsubscribe from this group and stop receiving
On Wednesday, January 17, 2018 at 3:13:19 PM UTC-5, Walter Lee Davis wrote:
>
> That depends. Do you want your multiple blogs to each have their own set
> of users, with none of them able to see any besides their "own" blogs?
> That's the real problem that multi-tenancy solves. It's for Softwar
I realized this was only happening in development. I started comparing the
two environments...I removed everything from development.rb and started
putting things back until the error showed up. This led me to learn that
the issue originated in the bullet gem...and, they have an update from 2
On Wednesday, January 17, 2018 at 3:13:19 PM UTC-5, Walter Lee Davis wrote:
>
> That depends. Do you want your multiple blogs to each have their own set
> of users, with none of them able to see any besides their "own" blogs?
> That's the real problem that multi-tenancy solves. It's for Softwar
That depends. Do you want your multiple blogs to each have their own set of
users, with none of them able to see any besides their "own" blogs? That's the
real problem that multi-tenancy solves. It's for Software As A Service-size
problems, where you have thousands of users and thousands of blog
I've upgraded to rails 5.2 and am implementing ActiveStorage.
ActiveStorage uses mutool for PDF processing. I have successfully
installed mutool locally using homebrew.
mutool is a bit confusing.
rails docs claim to require "mutool",
homebrew installs "mupdf-tools",
an
To build a multi blog platform I would want to use multi-tenancy?
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to rubyonrails-talk+unsubscr...@googlegrou
8 matches
Mail list logo