[Rails] Re: Google analytics integration

2016-01-05 Thread Taras Matsyk
There is a gem to add google analytics. Check google-analytics-rails. May be a little old but old and new GA works almost in the same way. -- 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 unsu

[Rails] Re: Is better to user ember inside rails o separate

2016-01-05 Thread Taras Matsyk
Hello, @alessio_v85, I think there is no best way to use one or another JS framework with rails. There are some best practices but I think you should pick one that fits to you. If you need an example of Rails Api with separate ember app check out "Sean Devine"s Live Code a Charity Auction Appl

[Rails] Re: Contributing in Rails

2016-01-05 Thread Taras Matsyk
Hi @Aishwarye Omer, The last week I was trying to fix a couple of bugs in active_record. I found them in issues list of the rails framework. There were not easy ones and I still have not fix any of them. I suppose that there is no easy way. Getting done more projects will not help you to unders

Re: [Rails] Google analytics integration

2016-01-05 Thread Hassan Schroeder
On Tue, Jan 5, 2016 at 4:29 AM, Travis Eubanks wrote: > I want to track all the data and user interactions through google > analytics for my entire website which is built with rails. > does any one have a resource on how to implement this correctly? Caveat: I didn't bother to read all your JS -

Re: [Rails] Re: Can't connect to MySQL server on 'localhost' (111) (Mysql2::Error)

2016-01-05 Thread Colin Law
On 5 January 2016 at 14:10, Ecoder 108 wrote: > Thanks Colin, > > Currently, when I run "# rake db:migrate", nothing happen. It is done > normal. > > I will be pasting more information for the issue as below: > > 1. I followed the bluehost's document at: > https://my.bluehost.com/cgi/help/redmine

[Rails] Re: Can't connect to MySQL server on 'localhost' (111) (Mysql2::Error)

2016-01-05 Thread Ecoder 108
Thanks Colin, Currently, when I run "# rake db:migrate", nothing happen. It is done normal. I will be pasting more information for the issue as below: 1. I followed the bluehost's document at: https://my.bluehost.com/cgi/help/redmine 2. # rails generate controller First list identical app/co

[Rails] Google analytics integration

2016-01-05 Thread Travis Eubanks
I want to track all the data and user interactions through google analytics for my entire website which is built with rails. I added a script that I found online that looks like it works but I dont know how to certainly validate that. In my google analytics dashboard it shows visitors coming to m

Re: [Rails] Ruby Gems

2016-01-05 Thread Krishna Gundala
Very good Information Helpful .. [image: --] Mohan Krishna Gundala [image: https://]about.me/gmk.india On Tue, Jan 5, 2016 at 3:55 PM, Dhananjay Jadhav wrote: > Hi Guys, > > I've recently started articles of Ruby - please take a look and let m

Re: [Rails] Elasticsearch::Transport::Transport::Errors::NotFound in Devise::SessionsController#create

2016-01-05 Thread Vineeth B S
Hey Fugee, I'm not exactly sure what you are trying to do when you are signing in(SessionsController#create), but maybe, https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-transport#exception-handling might give you some insight about the error that you are seeing. On Tue,

[Rails] Ruby Gems

2016-01-05 Thread Dhananjay Jadhav
Hi Guys, I've recently started articles of Ruby - please take a look and let me know how it is? http://technopadia.com/ruby-gems/ -- 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

Re: [Rails] Can't connect to MySQL server on 'localhost' (111) (Mysql2::Error)

2016-01-05 Thread Colin Law
On 5 January 2016 at 09:01, Ecoder 108 wrote: > Hello Guys, > > I am a newbe on Ruby on Rails. I love Redmine so I have just installed > Redmine on BlueHost, Everything is ok except when starting with browser > it shows "Can't connect to MySQL server on 'localhost' (111) > (Mysql2::Error)". > > I

[Rails] Can't connect to MySQL server on 'localhost' (111) (Mysql2::Error)

2016-01-05 Thread Ecoder 108
Hello Guys, I am a newbe on Ruby on Rails. I love Redmine so I have just installed Redmine on BlueHost, Everything is ok except when starting with browser it shows "Can't connect to MySQL server on 'localhost' (111) (Mysql2::Error)". I have spent for many hours on forums however I am not lucky. P