HollowEarthRadio / lpfm-website

Simple community radio website infrastructure (programs, djs, now playing, podcasts, etc)
9 stars 6 forks source link

Added: .travis.yml #44

Open kmpiekarski opened 10 years ago

kmpiekarski commented 10 years ago

Upgraded to: • ruby 2.1.1 • rails 4.1.0, • sass-rails 4.0.3 • etc...

kmpiekarski commented 10 years ago

@boontdustie what's this nokogiri gem about?

kmpiekarski commented 10 years ago

@boontdustie The error that's being given is

ArgumentError: You tried to define a scope named "public" on the model "Event", but Active Record already defined a class method with the same name.

Do you know what it's talking about? I can see the line of code in event.rb but I don't know what its story is or how to fix it at the moment.

boontdustie commented 10 years ago

@slashedtires - if you upgraded rails it might have broken something. We might have to change the public scope to a different name if it's now already reserved by ActiveRecord.

kmpiekarski commented 10 years ago

@boontdustie that would make sense, but I don't know what scope is yet. I guess I could look it up.

kmpiekarski commented 10 years ago

I just found this