Gordon B. Isnor
Gordon B. Isnor
I've been using a fork of this and love it. Would be open to trying to help out with keeping it working.
@twokul Ok will do
Working through the book, I noticed that the intention is that you would log in through deploy user, and hence the chown not necessary for secrets.yml and database.yml.
Do you think the remote-files branch work with arc_ecto? Anything special required to make it work? I am attempting to build a seed file... in mix.exs I have: ``` elixir...
Yes this is it here: ``` elixir defmodule Gbiphoenix.ProjectImage do use Gbiphoenix.Web, :model use Arc.Ecto.Model schema "project_images" do field :image, Gbiphoenix.Image.Type belongs_to :project, Gbiphoenix.Project timestamps end @required_fields ~w(project_id) @optional_fields ~w()...
@stavro It seems that my seed file is specifying params with atom keys rather than string keys, which then causes the Dict.take function to return empty as it is comparing...
Updating sass-rails (and using sassc-rails) has been doing this for many/all of my Rails applications
Broke my has one too.... class Artist < User has_many :agents_artists, :dependent => :destroy has_many :agents, :through => :agents_artists has_one :primary_agent, :through => :agents_artists, :conditions => ["agents_artists.primary_agent = ?",true] ,...
Thanks, yes, I checked out the lighthouse site for this plugin and someone mentioned that there was a fork that worked and it did.
@san650 Hmm, I found that it I run ember build I get a manifest, but when I run ember deploy it does not *seem* to run ember-web-app, or to upload...