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
1
vote
0 answers

Error - Insufficient credentials while making the connection for push notification

I am trying to deliver push notification in my ios app and i user node.js. So I am followint the tutorial from the link: https://blog.engineyard.com/2013/developing-ios-push-notifications-nodejs. In this tutorial they are keeping the passphrase for…
AAA
  • 1,957
  • 4
  • 23
  • 42
1
vote
1 answer

Push notification missing messages

I am following the tutorial from this website: https://blog.engineyard.com/2013/developing-ios-push-notifications-nodejs to deliver push Notification in my app. I have successfully created the certificate and other files so far. In the server side,…
AAA
  • 1,957
  • 4
  • 23
  • 42
1
vote
1 answer

Serving images from public folder loads onetime and shows 404 when i refresh again in production environment

Image is present in the server but i get the message the server responded with a status of 404 (Not Found) but when i copy the url and put in browser i get the image,but the same url i refresh i get 404. I don't know what is the issue it happens…
1
vote
2 answers

Ruby on Rails hosting - Engineyard vs Enterprise-Rails

I've been running a Rails app on 1 big dedicated server. Now for scaling I want to switch to a cloud service hoster and serve the app on 3 instances - App, DB and Redis. I have really bad experience with Heroku performance wise and hence cost…
Miiller
  • 1,063
  • 1
  • 10
  • 29
1
vote
1 answer

Clockwork and register_javascript_expansion exception

I'm using Sidekiq and Clockwork for background jobs and scheduling. My lib/clock.rb has a next code for executing some rake task: require 'clockwork' require File.expand_path('../../config/boot', __FILE__) require…
akrisanov
  • 3,212
  • 6
  • 33
  • 56
1
vote
1 answer

How can you tell what a RoR site is being hosted with?

I want to know if someone's site is using Heroku, Engine Yard, self-hosted on EC2, or something different. They use Ruby on Rails. Is there a good way to figure this out?
Geoff
  • 9,470
  • 13
  • 52
  • 67
1
vote
1 answer

Becoming Database Superuser - Engineyard

I'm trying to add a database extension to one of my applications, specifically the fuzzystrmatch extension. Whenever I try to add it I get the following error -- execute("CREATE EXTENSION fuzzystrmatch") rake aborted! An error has occurred, this…
Mysrt
  • 3,044
  • 2
  • 17
  • 14
1
vote
1 answer

Timeout error - rescue in rbuf_fill (Engineyard)

My website has been up and running for a while on engineyard. Today, all of a sudden, I have been getting this error. This continuosly occured for about 5 to 10 minutes and then seems ok now. Any idea what causes this ? Also, any suggested cleanup…
ddb
  • 1,416
  • 11
  • 17
1
vote
1 answer

Sqlite 3.7 on amazon ec2 with Engine Yard

How can i update the version of sqlite3 on my amazon ec2 instance deployed with engine yard ? Currently the version is 3.6.13, but i need 3.7.x version to use WAL feature of sqlite. Thanks a lot
mathieurip
  • 547
  • 1
  • 6
  • 16
1
vote
1 answer

How to access Resque Web UI started in EngineYard

I have a project running on EngineYard , there I've started resque-web Starting 'resque-web'... 'resque-web' is already running at http://0.0.0.0:5678 From the command line , I can see the statuses of the workers , there are 3 workers in idle…
Emil
  • 1,240
  • 1
  • 15
  • 27
1
vote
4 answers

Taglib - Ruby - Deployment - Keep getting bundle error - extconf.rb failed

thanks for any help in advance. I've been stuck on this problem for a couple of days now and could definitely use some help. I'm currently trying to deploy my app and I'm using the taglib-ruby gem and works perfectly on my local machine. But when I…
Jches
  • 417
  • 1
  • 4
  • 23
1
vote
1 answer

How do I remove www from site urls under unicorn web server stack?

I have a rails application hosted on engineyard cloud using unicorn web server stack. I am trying to remove www from the site url but still have no luck. I used to provide RewriteRule in .htaccess for my apache application but I am not sure about…
Firoz Ansari
  • 2,505
  • 1
  • 23
  • 36
0
votes
1 answer

Is it possible to create an engine yard instance without a database?

I use MongoDB and don't need the normal Mysql/Postgres they seem to require you to choose from. Is it possible to deploy an engine yard cluster without a database? If you select more than two instances for the cluster it seems to REQUIRE a dedicated…
Marc
  • 3,812
  • 8
  • 37
  • 61
0
votes
1 answer

Cron tasks disappeared on Engine Yard

Hello everywhere! I've realized strange issue on engine yard. At second time cron tasks were vanished. We have there two instances. We use whenever gem with deployment hook to renew tasks when server is restarted. This issue appeared when I…
RaskolnikOFF
  • 196
  • 2
  • 9
0
votes
1 answer

Bootstrap dropdown on EngineYard

I have a dropdown menu in my layout/applications.html.erb done with twitter bootstrap
  • lesce
    • 6,224
    • 5
    • 29
    • 35