[Rails] Re: Connecting to SQLServer

2014-10-10 Thread Richard Lenawasae
Thank You Vivek Sampara, but actually i have found i didn't save the previous migration and it duplicate itself.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group

[Rails] Re: DatabaseMigration

2014-10-09 Thread Richard Lenawasae
Hi, Please help hereWhen i try to migrate database {name} it shows an error says! ActiveRecord::DuplicateMigrationNameError:... (Multiple migrations have the name #{name}) and i'm sure i was done with this table #{name}) previously.. surely it cannot migrate. -- Posted via

[Rails] Re: Scaffold to SQLServer

2014-10-04 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.com Hi Guys, I'm still new on Ruby on Rails and am now developing a real world project, i have an existing sql server database, but am getting problem when i try to migrate schema.rb without scaffolding since my tables has big dozen of columns Please

[Rails] Re: Connecting to SQLServer

2014-10-04 Thread Richard Lenawasae
So can i start scaffolding manually from ruby command prompt, but i know scaffolding manually is quite tiresome and if i can really get another alternative then fine...? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Re: Scaffolding for pre-existing database table in 2.0.1

2014-10-03 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.com Hi, I'm developing a heavy project using Ruby on Rails, and I already have a big database schema in my sublime text,but my database has a dozen of fields of tables which are sometimes very tiresome when scaffolding such as £rails g scaffold profile

[Rails] Re: Scaffolding for pre-existing database table in 2.0.1

2014-10-03 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.comJason Fleetwood-Boldt @Jasonfb, i guess i did alot of research on ruby on rails as far scaffolding is concern, but you find when it comes on real world boilerplate applications..it's kind of a nightmare when we try oldschool method 'scalfolding' because