Ruby on Rails Monday, December 31, 2012

heroku support 


postgrel


for that you have to use
"pg" gem

in your genfile chnage it

gem "pg"

then commit and git push heroku master

after that you have to get the username password and databae name from heroku


On Sat, Dec 29, 2012 at 12:31 AM, Javier Quarite <jquarites@gmail.com> wrote:



On Fri, Dec 28, 2012 at 1:39 PM, Eddy Maue <lists@ruby-forum.com> wrote:

       An error occurred while installing sqlite3 (1.3.6), and Bundler
cannot co
ntinue.
       Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before
bundling.

Heroku doesn't support sqlite
(or maybe post your Gemfile)

Javier 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment