Engine Yard App Cloud provides an automation and management layer for deploying ruby applications of all sizes on Amazon Web Service EC2 instances. Build in features include: Automated deployment tools Server customization with Chef Cloning of whole environments Application load balancing ...
40
votes
3answers
12k views
Heroku vs EngineYard: which one is more worth the money?
I looked this up on Google, but wanted more opinions before I committed to either service. Has anyone had experience with either (or maybe both) services? Are there any advantages or disadvantages ...
4
votes
2answers
98 views
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, ...
2
votes
1answer
224 views
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:
...
1
vote
1answer
55 views
running delayed_job on each app server or on a separate instance?
We're migrating our application www.monaqasat.com from a single server to a distributed infrastructure and we're debating where to run delayed_job from. The two obvious options are:
From each app ...
1
vote
1answer
63 views
Delayed_Job won't die despite my incessant murdering
I recently added a delayed_job rap to my after_restart phase. Like so :
system "script/delayed_job stop"
system "script/delayed_job start -n 3"
Which works for the most part. Until I ran into a ...
1
vote
1answer
52 views
Default an EngineYard Jruby instance to 1.9.2
I have a Rails app I am trying to test in Jruby on Engineyard. I can get it locally working when i switch ruby version in rvm to 1.9.2 (jruby) However when on engineyard a deploy fails:
syntax error, ...
1
vote
3answers
138 views
Use Heroku DB into Engine Yard
I am using postgresql database for my Heroku Application.
I have very large database on AmazonAws as heroku not providing the Postgresql Database.
Now my client want to switch to EngineYard from ...
1
vote
1answer
138 views
ERROR: could not find gem engineyard-serverside locally or in a repository
I am new to Engine Yard.
I just clone an app from the github , its already live at engine yard server.
Now when i try to push latest changes using ey deploy --ref production command it do gave me ...
1
vote
2answers
241 views
Deploy error on AppCloud with ruby-debug19 in text, development environments
In EY AppCloud, even when you run in development env, they run bundler --without development and test. My Gemfile contains this
group :test, :development do
gem 'ruby-debug19', :require => ...
1
vote
1answer
111 views
'Git could not checkout' error is causing problem while deploying an app on engineyard
I'm trying to deploy an app on engine yard. I'm using rails 2.3.5 and ruby 1.8.7
When I try to deploy it,
~> Deploying revision 481f05e emergency commit
:: running git checkout -q ...
1
vote
1answer
155 views
Engineyard using postgis
I have an instance in Engineyard and I want to install postgis.
I tried several things with chef but had no success at all.
Has anyone installed postgis on Engineyard successfully? and can you tell ...
1
vote
3answers
490 views
RoR app deployed on Heroku and working with SQL Server database
Is it feasible to have a Ruby on Rails app, which is:
a) deployed on Heroku, and
b) working with a remote SQL Server database?
I take it that I'll need unixODBC installed on Heroku, but I cannot ...
0
votes
1answer
59 views
Bootstrap dropdown on EngineYard
I have a dropdown menu in my layout/applications.html.erb done with twitter bootstrap
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" ...
0
votes
1answer
32 views
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 ...
0
votes
0answers
170 views
engineyard deploy block in replace_bin_path: can't find executable rake error
my application is on rails 3.2.1 ,rake 0.9.2.2, gems 1.8.15 it is working fine on local host.
As i trying to deploy on engineyard am getting the error message in there log file
...
0
votes
1answer
34 views
Typus static assets fail to load on Engine Yard cloud
In development, the typus gem seems to link its app/assets/vendor/ to /public/vendor to load assets (css and javascript) from the gem and this works fine for me. I just deployed my code to Engine Yard ...
0
votes
2answers
44 views
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 ...
0
votes
2answers
62 views
EngineYard: How can I have a 'private' Ruby-on-Rails staging environment?
How can I deploy my Ruby-on-Rails app to a Staging environment on EngineYard and keep it private to just the development team? As the Rails application being staged includes sign-up/sign-in ...
0
votes
2answers
416 views
rackspace vs EC2 vs Heroku vs Engine Yard for ruby on rails [closed]
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. ...
0
votes
0answers
19 views
Application unresponsive - Works Locally - Not on Deploy to EY
I have a Ruby on Rails application that works locally using Trinidad Server and Jruby 1.6.5 (ruby 1.9.2)
However when I deploy to Engine Yard the application is unresponsive. I can make no ...
0
votes
0answers
34 views
How do you increase innodb_buffer_pool_size in Engine Yard without using a keep file?
Engine Yard's default innodb_buffer_pool_size is too low for my purposes and I want to change it.
Last week I sneaked a peek at this documentation page, which now 404s.
Using a keep file to change ...
0
votes
1answer
70 views
TypeError (no marshal_dump is defined for class OpenSSL::Digest::Digest) on EngineYard Rails 3 app
Our app runs without issue in development and test (all rspec and cucumber tests run)
When deployed to EngineYard Cloud, however, I repeatedly get the "We're sorry, but something went wrong" message. ...
0
votes
1answer
121 views
How can one set up Chef Recipes with delayed_job to spawn multiple workers?
I can find little to no documentation on this, nor any help from EngineYard.
This is my delayed_job/recipes/default.rb :
if ['solo', 'app', 'app_master'].include?(node[:instance_role])
# be sure ...
0
votes
0answers
50 views
How to install Cloudera Flume onto the linux Gentoo (EngineYard)
asking if anybody knows some options to install Cloudera Flume on the linux Gentoo EngineYard's instance through the portage (emerge)
Or chef recipe to compile flume.
Thanks!
0
votes
0answers
21 views
Aligning Delayed_Job with changed Releases Directories
I'm using Rails 2.5 and Chef Recipes on EngineYard.
The application is backed up into a new directory in application/releases/####### on every deploy.
These releases are timestamped, and changed ...
0
votes
1answer
51 views
Are engine yards chef recipes just normal chef or is there something custom?
Can I use https://github.com/engineyard/ey-cloud-recipes these cookbooks/recipies on my own server or is this specific to the engine yard environment?
0
votes
0answers
67 views
Engine Yard Cron Job Removal from Recipe
I would like to remove all cron jobs before rebuilding them in a chef recipe. Is there any way to do this?
tried this
execute "crontab -r -u deploy" do
action :run
end
but only works if ...
0
votes
1answer
56 views
Where to put this Chef Recipe to downgrade gems (on EngineYard)?
I am hosting my app on EngineYard's Appcloud -- gotta say that its a wonderful setup except that you have to use Chef to automate your configuration. And they don't quite take the time to tell the ...
0
votes
1answer
97 views
Engineyard Application and Database (i-08353d68) FAILURE Process postgresql: ERROR
I have an account on engineyard.
I have two instances production, server on it, both are working fine till yesterday.
Today i am facing following problem w/o committing any code on it
Engineyard ...
0
votes
2answers
73 views
What is the importance of creating symlink & how to create it in EngineYard
My rails app is on engineyard server.
I need to create symlink for public folder.
How to create symlink on engineyard server?
I have no experience in deployment so i am very eager to know what is ...
0
votes
1answer
57 views
Cron Process Keeps Being Killed in EngineYard
I keep getting "FAILURE Process cron: is down" alerts in my engineyard application. A few minutes later I get a follow-up alert mentioning that the process is back up again. Has anyone ever noticed ...
0
votes
1answer
91 views
Pull Engine Yard DB into Heroku
I want to transfer my application over from Engine Yard to Heroku. The problem is that I don't know how to get my database from one to the other. I know that you can probably do this with the command ...
0
votes
1answer
146 views
How to uninstall gem specific documentation post installation
I just installed the engineyard gem and would like to know how to uninstall all ri / RDoc documentation of engineyard post installation
Is it safe to remove all files from the following folder ...
0
votes
2answers
437 views
SSH in Engine Yard
I've got some large problems with my ruby on rails deployment on EY. Support has said I need to SSH in to clear the errors... but I get the following:
...
0
votes
0answers
69 views
defined?(PhusionPassenger) on initializer file is returning false
Im trying to use amqp on a ruby application that runs over passenger and nginx.
I have a file in the initializer folder which has the following:
if defined?(PhusionPassenger)
...
0
votes
1answer
144 views
Ruby on Rails integration with Heroku/Engine Yard/similar services
I have a Ruby on Rails project that I've deployed to a PaaS service via GitHub. The Git repo is structured like so:
/ (root)
README
some random files here
src (directory)
a_folder
...
0
votes
1answer
333 views
Autotest notifications on Ubuntu virtual environment
I am having trouble getting Rails autotest notifications to work on the Engine Yard Vagrant environment. On the Mac, I normally get the notifications via Growl. However, on the virtual environment ...
0
votes
1answer
57 views
rebranding rails application
I would like to rebrand my Rails app so that each user will have their own configuration like CSS, logos etc. We are storing the logos and fav icons in Amazon S3. Please let me know what is the best ...
0
votes
2answers
189 views
Cron job on EngineYard
Can someone give me direction how to setup a cron job on EngineYard that checks the database every x minutes and performs a task on them?
Most basically, I'm not sure how to have the script access ...