rails
rails copied to clipboard
Official Ruby on Rails specific tasks for Capistrano
it said: ``` cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as myapp@myIP: rake exit status: 1 rake stdout: Nothing written rake stderr: Nothing written ``` i already put set rails_env to...
Because this is the documented way of running migrations https://guides.rubyonrails.org/active_record_migrations.html#running-migrations and this runs the migrations in the current bundle context if they are using bundler, without any extra capistrano gems...
Hey guys, I would like to be able to automatically create Mongoid indexes on each deploy, like we do with migrations with relational databases. (I think that it's totally OK...
Hello, I see that [someone requested this feature for a different reason](https://github.com/capistrano/rails/issues/62) and it was denied. I don't understand the reason for dismissal, as the [source of truth for the...
First of all thanks for your work :tada: What do u think about specifying a default value for a `keep_assets` value based on the `keep_releases` value? I'm wondering about it...
Regarding to https://github.com/capistrano/rails/issues/118
**Important:** GitHub issues are for feature requests or bug reports. The Capistrano team recommends you use [Stack Overflow](http://stackoverflow.com/questions/tagged/capistrano) for general questions. For more details, please see our [contribution policy](https://github.com/capistrano/capistrano/blob/master/CONTRIBUTING.md). ---...
What if we use a cap variable that list the assets folders for both sprockets and webpacker and use that data to conditionally compile assets only if they have changed?...
``` deploy:migrating 01 /usr/local/rvm/bin/rvm default do bundle exec rake db:migrate 01 rake aborted! 01 PG::ConnectionBad: FATAL: password authentication failed for user "customuser" ... Tasks: TOP => db:migrate ``` 1) I...
### Configuration https://gist.github.com/DalfDev/eddaacb4f625c7f63f9c8e20f5dc26c9 ### Expected behavior It should compile assets and deploy after and then terminate compilation processes. ### Actual behavior Most of the compilation of our assets timeout. Plus,...