-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I'm starting to learn more on the back-end scale of programing.
Recently I started up Heroku for the second or third time. This time I actually installed the Git update to my Mac and installed Heroku in the terminal.
I wanted to upload a static html site with the Sinatra gem. Everything worked out…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I'm starting to learn more on the back-end scale of programing.
Recently I started up Heroku for the second or third time. This time I actually installed the Git update to my Mac and installed Heroku in the terminal.
I wanted to upload a static html site with the sinatra gem. Everything worked out…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I followed Heroku official guides to push rails project to heroku. The application.rb file is ok, I added pg gem and database.yml in the right way. When I push to heroku I get:
-----> Preparing app for Rails asset pipeline
Detected manifest.yml, assuming assets were compiled locally
But when…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I just deployed my Rails app to Heroku, but the Javascripts that were using Sprockets plugin don't work.
I understood that, because my Heroku app is read-only, Sprockets won't work. I've found this sprockets_on_heroku plugin that should do the work, but I don't really get how to use it :
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I try to run heroku console I get the following error:
user@omnipresent:~/rails/demo$ heroku console
! This version of the heroku gem has been deprecated.
! Please update it by running: gem update heroku
When I do the update..it says there is nothing to update!
user@omnipresent:~/rails/demo$…
>>> More