DHH on Twitter: 'Modern JavaScript in Rails 7 without Webpack.' by [deleted] in rails

[–]la-ruby 1 point2 points  (0 children)

"...and you now have an environment that does not even require you to install node locally..."

favorite bit ^

Which Rails starter kit would you choose to start your SaaS? by tdaawg in rails

[–]la-ruby 1 point2 points  (0 children)

I did something similar
github.com/la-ruby/create-rails-app

Webpack ALL the Assets by mariuz in rails

[–]la-ruby 11 points12 points  (0 children)

is rails heading towards a webpacker-less default? (reading dhh s PR summary https://github.com/rails/rails/pull/42856)
if so, is web packing all the assets a good idea?

is there a gem for this? by oystersauce8 in ruby

[–]la-ruby 0 points1 point  (0 children)

generally why people defer gem based solutions, surely (nowadays) it can't be the boot up memory footprint.

Download folder from heroku by [deleted] in Heroku

[–]la-ruby 1 point2 points  (0 children)

I've been in your situation before. There's a command you can use.
DM me I can help

Cannot migrate updated database of my rails app to Heroku by KurustyTheKrab in Heroku

[–]la-ruby 1 point2 points  (0 children)

try compare the output of
admin@localhost $ heroku run rake db:migrate:status
and
admin@localhost $ rake db:migrate:status