Re: [Rails] migration problems

2017-04-29 Thread Colin Law
On 29 Apr 2017 3:05 a.m., "Joe Guerra" wrote: oh, right. Just to do some minor things, but with pgadmin you have to write a bunch of sql. What sort of minor things? Often you can do things from the rails console. On Friday, April 28, 2017 at 9:18:54 AM UTC-4, Colin

Re: [Rails] migration problems

2017-04-28 Thread Joe Guerra
oh, right. Just to do some minor things, but with pgadmin you have to write a bunch of sql. On Friday, April 28, 2017 at 9:18:54 AM UTC-4, Colin Law wrote: > > On 28 April 2017 at 14:15, Joe Guerra > wrote: > > Got it working. I was just using the default settings

Re: [Rails] migration problems

2017-04-28 Thread Colin Law
On 28 April 2017 at 14:15, Joe Guerra wrote: > Got it working. I was just using the default settings that ror. It's much > easier to deal with sqlite in development. I hate using PGAdmin for > postgres. Why do you have to use pgadmin? You should very rarely have to go

Re: [Rails] migration problems

2017-04-28 Thread Joe Guerra
Got it working. I was just using the default settings that ror. It's much easier to deal with sqlite in development. I hate using PGAdmin for postgres. Thanks, Joe On Thursday, April 27, 2017 at 7:30:10 PM UTC-4, jim wrote: > > > > On Fri, Apr 28, 2017 at 9:17 AM, Joe Guerra

Re: [Rails] migration problems

2017-04-27 Thread Jim Ruther Nill
On Fri, Apr 28, 2017 at 9:17 AM, Joe Guerra wrote: > ok, I'm having difficulty with heroku, they are having some build > problems... > > I'll try later. I guess commenting out the # rename table in change def > should work? > > I was puzzled because the column title

Re: [Rails] migration problems

2017-04-27 Thread Joe Guerra
ok, I'm having difficulty with heroku, they are having some build problems... I'll try later. I guess commenting out the # rename table in change def should work? I was puzzled because the column title started with a capital letter, it worked fine in sqlite, but generated errors in

Re: [Rails] migration problems

2017-04-27 Thread Jim Ruther Nill
On Fri, Apr 28, 2017 at 8:54 AM, Joe Guerra wrote: > Hi, I got stuck on a migration (basically to fix a column name). I > actually went into the table itself and corrected the problem. My herkou > migration gets stuck, and I've got other migrations behind it that aren't

Re: [Rails] migration problems

2017-04-27 Thread Mugurel Chirica
Can you share some code? There are more changes to receive help that way. -- 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

[Rails] migration problems

2017-04-27 Thread Joe Guerra
Hi, I got stuck on a migration (basically to fix a column name). I actually went into the table itself and corrected the problem. My herkou migration gets stuck, and I've got other migrations behind it that aren't running. What should I do? Thanks, Joe -- You received this message