[Rails] Re: I can't set the title of a page no matter what I have tried to put in my .html.erb file

2018-01-17 Thread Robert Phillips
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

[Rails] Top Ruby Programming News This Week

2018-01-17 Thread Karthikeyan A K
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

Re: [Rails] multi-blog platform

2018-01-17 Thread fugee ohu
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

[Rails] Re: Implementing mupdf for ActiveStorage on Heroku

2018-01-17 Thread Adam Stockland
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

Re: [Rails] multi-blog platform

2018-01-17 Thread fugee ohu
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

Re: [Rails] multi-blog platform

2018-01-17 Thread Walter Lee Davis
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

[Rails] Implementing mupdf for ActiveStorage on Heroku

2018-01-17 Thread Adam Stockland
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

[Rails] multi-blog platform

2018-01-17 Thread fugee ohu
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