Questions tagged [engineyard]

Engine Yard is a cloud application platform for Ruby based on Amazon Web Services.

Engine Yard is a cloud application management platform for deploying Ruby, PHP, Java and Node.js applications of all sizes on Amazon Web Service EC2 instances as well as on Windows Azure and Terremark.

Build in features include:

  • Automated deployment tools
  • Server customization with Chef
  • Cloning of whole environments
  • Application load balancing
  • Master-Slave MySQL replication
  • memcached

Environments can be as small as 1 server running the application and database to large environments with multiple application, database, and utility servers.

110 questions
15
votes
2 answers

rackspace vs EC2 vs Heroku vs Engine Yard for ruby on rails

I have a website I want to launch through either Rackspace, EC2, Heroku or Engine Yard. I have used Heroku and love how simple it is to get up & running, to push updates, manage my DB, etc. However, to get a hostname based SSL going, I will have to…
Ringo Blancke
  • 2,444
  • 6
  • 30
  • 54
11
votes
4 answers

Does Rails 4.2 use secret_token?

Are both secret_key_base and secret_token needed for production in Rails 4.2? Setting neither causes the following exception message: Missing secret_token and secret_key_base for 'production' environment, set these values in…
J Plato
  • 888
  • 1
  • 8
  • 17
11
votes
1 answer

Solr with Rails - rake sunspot:reindex is not working

I am stuck into a strange issue where I am looking for your inputs. My problem is: After deploying my application on Production using Capistrano, when I am doing solr re-indexing, it is giving me below error: $ bundle exec rake sunspot:reindex…
Puneet Pandey
  • 541
  • 2
  • 6
  • 23
7
votes
3 answers

How would you install a python module with chef?

We're using EngineYard which has Python installed by default. But when we enabled SSL we received the following error message from our logentries chef recipe. "WARNING: The "ssl" module is not present. Using unreliable workaround, host identity…
John
  • 377
  • 1
  • 2
  • 8
6
votes
1 answer

How to check the production environment logs of rails application deployed on Engine Yard

I have deployed a rails application on "Engine Yard" recently. I am using "trail version" of "Engine Yard" for it. My problem is, after deploying the application, when I am accessing the application url, it is raising "Internal Server Error (500)".…
6
votes
1 answer

Chef - How to get the output of a command to a Ruby variable

Chef - How to get the output of a command to a Ruby variable I have the below scenario where i grep for a file command "ls /filder1 | grep .txt" grep gives an output of the filename/filenames if they exists ., I want to store the output to a ruby…
Ravi D
  • 863
  • 8
  • 16
6
votes
1 answer

Engine Yard Rails app - Terminating SSL at an Elastic Load Balancer (ELB) and passing X-Forwarded-Proto http header

Followed the Engine Yard docs at https://support.cloud.engineyard.com/entries/21715452-use-elastic-load-balancing-with-engine-yard-cloud Got this set up and appeared to working well allowing us to use SSL Terminated at the ELB instead at the server.…
6
votes
5 answers

Setting environment variables in engineyard

I know from heroku that it’s possible to add environment variables by running heroku config:add MY_ENV_VAR=123 locally. How can I achieve the same thing with engineyard?
Clemens Helm
  • 3,841
  • 1
  • 22
  • 13
5
votes
3 answers

Image corruption on upload to s3, production only. (carrierwave, engineyard)

I am using carrierwave to upload images to amazon s3. This works great on development, but not when I push it to my server (engineyard cloud trial). The process works fine, no errors are thrown, and a link is given back. However, the actual…
Peter Ehrlich
  • 6,969
  • 4
  • 49
  • 65
5
votes
3 answers

Rails & Devise: how to configure mail with domain name automatically?

I need some advice on configuring mail in production Ruby-on-Rails sites. I deploy my Rails app on EngineYard. I have a couple of sites, like demo.mydomain.com or staging.mydomain.com - how can I configure Devise so that at deploy time I can make…
David Kennedy
  • 333
  • 1
  • 3
  • 13
5
votes
5 answers

RoR: multiple calls in a row to the same long-time-response controller

Update: Read "Indicate to an ajax process that the delayed job has completed" before if you have the same problem. Thanks Gene. I have a problem with concurrency. I have a controller scraping a few web sites, but each call to my controller needs…
skozz
  • 2,662
  • 3
  • 26
  • 37
5
votes
2 answers

Set Environment variables on Engine Yard

My app is on Engine Yard services and I need to set the environment variables to work with my secret id and password. Somebody know how I can set each variables? What is the best way to do this?
Jorge García
  • 5,113
  • 2
  • 14
  • 17
4
votes
1 answer

User-friendly error pages not displaying in production environment

Recently my user friendly error pages stopped displaying for my production environment. I am using rails 3.0.3. I have the following in my config/environments/production.rb: config.action_controller.consider_all_requests_local = false When I start…
4
votes
4 answers

Ruby On Rails : Mailer : Sidekiq - asset path not valid in email : Engineyard : Nginx : Passenger

I have used Sidekiq for processing emails asynchronously. It works well in development env however it does not render a valid asset URL in email published. Expected Asset URL: http://myapp.com/assets/logo-277121cb27cd5798ea5786fa2996c82f.png…
Shiva
  • 11,485
  • 2
  • 67
  • 84
3
votes
1 answer

Bamboo infinite loop

Having some major issues with Bamboo. I run a rails project, that runs on Engine Yard. My build strategy is as follows Checkout from Source Code bundle install rspec (run tests) Tag my build (code to create tag causes new commit, tag used in…
dboyd68
  • 1,104
  • 15
  • 33
1
2 3 4 5 6 7 8