Ruby on Rails is an open-source web development framework optimized for programmer happiness and maintaining sustainable productivity. Many things are defined by convention, freeing you from having to re-invent things to stay productive.
1
vote
1answer
346 views
SSL is not enabled in Heroku
Since Heroku has integrated the piggybank_ssl addon by default, trying:
heroku addons:add piggyback_ssl
or
heroku addons:add ssl:piggyback
results in:
! This add-on is now a standard ...
0
votes
1answer
197 views
Migrating Ruby on Rails Website to New Server (Linux)
I have an existing website that is a Ruby on Rails project. I have another server i need to transfer the existing website too. The server i wish to transfer too was originally hosting the website so ...
0
votes
0answers
45 views
What tools exist for designing layouts and pre-production templates for Rails 3 applications?
I develop Rails 3 applications, but prior to this, my background was a designer (typically making mockups in Photoshop and then breaking them down to HTML5/CSS3).
Now, some great tools/templates ...
0
votes
0answers
26 views
Cloud proxying service
I have an app that mashes up images from Bing image search, it's hosted on Heroku written in rails.
The app is client side in javascript, so the mashup is done on an html5 canvas - this means though ...