Re: Bundler 1.0.0 Rollout

2010-09-15 Thread Steve Odom
Marcel, Did you ever figure out a hack to haver bundler recognize your osx platform? Steve -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to h

Re: migrations not migrating

2010-02-04 Thread Steve Odom
I got it working. The problem was an old migration failing. Blah. Time to consider consolidating old migrations. Steve On Feb 4, 7:35 am, Steve Odom wrote: > Quick edit: > > > My migrations seem okay *on my development box* because I can migrate down > > to 0 and back up

Re: migrations not migrating

2010-02-04 Thread Steve Odom
Quick edit: > My migrations seem okay *on my development box* because I can migrate down to > 0 and back up > again with no problem. On Feb 4, 7:34 am, Steve Odom wrote: > heroku rake db:version doesn't return anything for me. > > I did not previously have schema.rb u

Re: migrations not migrating

2010-02-04 Thread Steve Odom
an wrote: > > I am having the same problem with my app as well. I don't get any > > feedback from the console at all. Any ideas? > > > On Feb 3, 5:11 pm, Steve Odom wrote: > >> I did a heroku db:reset on my staging server to start fresh. > > >> My pr

migrations not migrating

2010-02-03 Thread Steve Odom
I did a heroku db:reset on my staging server to start fresh. My problem now is that my migrations aren't working. I'm not getting any errors when I do a heroku rake db:migrate, but not all of my migrations are reflected in the database. My earlier migrations are reflected, but I'm thinking that m