remcode-remco

Results 3 comments of remcode-remco

> with rails_env: fetch(:rails_env) do > execute :rake, 'db:schema:load' > end I had to change the line to this in production: `execute :rake, 'db:schema:load DISABLE_DATABASE_ENVIRONMENT_CHECK=1'`

I assume you're not still looking for a solution to this, but in case anyone else is: you also need to specify horizonal alignment like so: `:alignment => {:horizontal =>...

> I was also disappointed when I tried to set the height from a CSS class with tailwind. :/ This works, but for height and width, so both. The trick...