Re: [Rails] Alternative to Heroku

2018-11-30 Thread Frantz Augustin
You're welcome Frantz Augustin Founder @ Club Artizan clubartizan.com On Fri, Nov 30, 2018 at 12:31 PM David Merrick wrote: > Thanks > > On Sat, Dec 1, 2018 at 9:30 AM Frantz Augustin > wrote: > >> Try Digital Ocean. >> >> Frantz Augustin >&g

Re: [Rails] Alternative to Heroku

2018-11-30 Thread Frantz Augustin
Try Digital Ocean. Frantz Augustin Founder @ Club Artizan clubartizan.com On Fri, Nov 30, 2018 at 12:28 PM David Merrick wrote: > What are the alternatives to Heroku that are cheap and or that store your > images as well? > > Cheers Dave > > -- > You received this me

Re: [Rails] RoR for poor farmers in Africa

2018-11-13 Thread Frantz Augustin
Hi David, I will like to help too. - Frantz Frantz Augustin Founder @ Club Artizan clubartizan.com On Tue, Nov 13, 2018 at 2:53 PM Josue Figueroa wrote: > Hi David, > > I will like to help. My experience is RoR > > Josue > > El mar., 13 nov. 2018 a la

Re: [Rails] How to set dynamic background using active storage

2018-08-28 Thread Frantz Augustin
Try something like that. style="background-image: url(/assets/<%= @product.image.url %>) What processor are you using for image. Is it carierwave, active storage, paperclip... You just need to find how to print the image url. Hope this work. Frantz Augustin Founder @ Club Artizan club

Re: [Rails] devise users

2018-08-03 Thread Frantz Augustin
Glad it help, Joe. Frantz Augustin Founder @ Club Artizan clubartizan.com On Fri, Aug 3, 2018 at 2:46 PM Joe Guerra wrote: > Thanks. I followed Frantz link, it helped. I just had multiple routes > that were the same, so I fixed it. > > On Friday, August 3, 2018 at 2:31:48 PM U

Re: [Rails] devise users

2018-08-03 Thread Frantz Augustin
I had that issues once. Just at this code in the in the index view Source: https://github.com/danweller18/devise/wiki/Allow-Users-to-View-Profile-and-List-All-Users Hope it help. Frantz Augu stin Founder @ Club Artizan clubartizan.com On Fri, Aug 3, 2018 at 12:50 PM Joe Guerra wrote: > I jus

Re: [Rails] Localhost ISSUES

2018-06-26 Thread Frantz Augustin
Hi Stephanie, If I were you, I will comment out these two lines in def deny_access # session[:forward] = request.fullpath # redirect_to login_url and look what happens in your log. Like the others, I am not sure what is going on with your authentications. - Hope this help Frantz Augustin

Re: [Rails] Rails 5.2 Active storage Unable to autoload constant ActiveStorage::Blob::Analyzable

2018-06-12 Thread Frantz Augustin
I am glad you solved it. Frantz Augustin Founder @ Club Artizan clubartizan.com On Tue, Jun 12, 2018 at 2:04 PM, Skt Hg wrote: > Replying to myself in case someone hits the same issue. > > First thanks Frank for the pointers you sent me. I am new to rails so it > was very help

Re: [Rails] Rails 5.2 Active storage Unable to autoload constant ActiveStorage::Blob::Analyzable

2018-06-11 Thread Frantz Augustin
Hi Mattia, Did you install MiniMagic Gem http://api.rubyonrails.org/classes/ActiveStorage/Analyzer/ImageAnalyzer.html Frantz Augustin Founder @ Club Artizan clubartizan.com On Sun, Jun 10, 2018 at 11:23 AM, Mattia Antonini < mattia.antonini1...@gmail.com> wrote: > I've upda