Deploy Ubuntu 12.04 Precise Pangolin Discussion
It was a permissions issue. Everything was set to nogroup somehow.
Matt Gardner repliedIt was a permissions issue. Everything was set to nogroup somehow.
Matt Gardner repliedHey there ! I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying 01 SassC::SyntaxErro...
paul lahana repliedThank you, it helped me a lot...
ZhAinoS %z% repliedProblem: Recently We have changed IP address of the stage server. We are using Capistrano for deploying rails application. So after changing server IP address when we run a command: cap develop(bra...
Rutul Shah postedI'm Brazilian, sorry by my inglish... I'm using bitbucket. In my case capistrano run all commands ok, but in server no created any file its all empty in folder suppose deploy my project.
Paulo Sousa repliedGreat tutorial. Everything went well, but when I do cap deploy production, I get the error below. Any ideas? Thank you!cap aborted!SSHKit::Runner::ExecuteError: Exception while executing as deploy@...
Alex Hendershott repliedHey Yi Mei Wang, I had a similar problem with logs not showing in Production and I simply added the following to config/environment/production.rb: 'config.log_level = :info RAILS_DEFAULT_LOGGER = L...
Thuba Mamba repliedI have already solved it. Thanks!
Lee Terng Gio repliedsettle for activeadmin with device for Authorization and sorcery for the App .. not ideal but got the job done
John Munyi repliedCould you post how to migrate for Rails 7 + Esbuild? I tried but I got Failed to mount app: mount target selector "app" returned null.
leoplct repliedNewbie question...I have two models a user model and a coupons model that are associated (coupons belong to user). How do I include the export of a parent model (like user.name field) in the CSV a...
Nathan Anderson repliedCould you please explain how you configured nginx because I am having the same problem.
felicianodev replied • SolvedHello Chris, I am only using Puma or Passenger, definitely not both at the same time. When using Puma I start the rails server (i.e rails s -e production) from the application directory and the pag...
William Jones replied • SolvedHi Srinivasa, Good, that's a few more things we can check off the troubleshooting list! Have you watched your logs when you upload? I'm almost positive you'll see some sort of error in there tha...
Jacob Montgomery repliedHm, that's cool, until you need to validate the form and show and handle all these nested validation errors. It requires much more efforts than the Rails nested_attributes.And, as I see, Turbolinks...
Aleksandr Shelestov repliedYeah, it's now the default for Rails I believe, so it's a required dependency if you use the defaults. Super easy install with homebrew and everything should be automatically working for you after ...
Chris Oliver replied • SolvedJesus, yup all the concepts are still the same for Rails 6. The only change is that Javascript is now primarily written in the app/javascript folder using Webpacker instead of the asset pipeline i...
Chris Oliver repliedits possible to use this gem without subdomain. So every tenant will have same domain but inside the logic there is scheme segregation ?
soutsur replied