Re: [Rails] Grib_api.h could not be found while installing grib api

2015-12-05 Thread Colin Law
On 6 Dec 2015 02:14, "Yash Narwal" wrote: > > Either way , I can not use this gem in the ruby script or rails app. I have been trying to fix but could not find any single guide to do so. The documentation on the gem page is very helpless. > In a rails app you do not need the require statement. Ta

Re: [Rails] Grib_api.h could not be found while installing grib api

2015-12-05 Thread Yash Narwal
Either way , I can not use this gem in the ruby script or rails app. I have been trying to fix but could not find any single guide to do so. The documentation on the gem page is very helpless. Thanks Yash On Tuesday, December 1, 2015 at 8:36:49 AM UTC+11, Colin Law wrote: > > On 30 November 201

Re: [Rails] Re: migration and git

2015-12-05 Thread Martin Kaffanke
Thanks, I found it out. I didn't take over the database configuration to the new branch, so it was my mistake. Thats why i deleted this message. Martin Frederick Cheung writes: > On Saturday, December 5, 2015 at 1:11:54 PM UTC, Martin wrote: > > >> - merging master to branch a because of this

[Rails] Re: migration and git

2015-12-05 Thread Frederick Cheung
On Saturday, December 5, 2015 at 1:11:54 PM UTC, Martin wrote: > - merging master to branch a because of this important changes, so a is ahead > of master not just a fork. > - now I put a copy of the production database to the development database > > of course now the migration first created i

[Rails] migration and git

2015-12-05 Thread Martin
Hi there, I did the following using git in my rails application: - creating branch a from master - creating a migration - using it on development - creating a branch b from master - making fixes whih include a new migration (the migration number is higher than on branch a) - using it on developm

[Rails] Re: Faild to build RMagick

2015-12-05 Thread Frederick Cheung
On Friday, December 4, 2015 at 3:47:50 PM UTC, Ruby-Forum.com User wrote: > I don't understand what is "Development tool" about the phrase: > ... "You have to install development tools first" ... > It'a about XCode or about a particular missing Libray? > It's a slightly generic message. The bui

Re: [Rails] Just Another ActiveRecord::ConnectionNotEstablished Question

2015-12-05 Thread Bayram Kuliyev
1) Did you install mysql properly? a) Try to connect to mysql server from a command line, and run some simple queries against your database. b) Create a simple (pure) Ruby application and try to connect to your database from this application. If it works fine, then your problem is Rails based.