huon sothon
2014-Jul-08 02:21 UTC
how can i get data from localhost:3000 in ruby on rails to heroku
Hi i'm new developer ROR .I have some question to ask? In my local machine i had input some data into database using SQLite3 .when i deployed it to heroku why i can't get data that i input? i'm do like this -in Gemfile group :development do gem 'sqlite3' end group :production do gem 'pg' gem 'rails_12factor' end -bundle install -heroku login -git init -git add . -git commit -m "test" -git create -git push heroku master -heroku run rake db:migrate how can i get some data when i deployed it to heroku? please help me. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dc343b45-cd80-4e6a-a78e-78dab6c5c935%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.