kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Rails 4 Compatibility #47

Closed Theminijohn closed 10 years ago

Theminijohn commented 11 years ago

Is it fully Compatible with Rails 4 ?

mhoad commented 11 years ago

Sadly it appears not, I was trying to use it in a Rails 4 project today and was unable to get it to work, was constantly plagued with undefined method errors unfortunately.

Theminijohn commented 11 years ago

Oh, Sad :(

juno commented 11 years ago

I can use meta-tags with rails-4.0.0.

# Gemfile:
gem 'meta-tags', '1.5.0', require: 'meta_tags'

Did you specify a require option?

PikachuEXE commented 10 years ago

I can use it on rails 4.0.4 Anyone got issues?

kpumuk commented 10 years ago

I don't see any problems with Rails 4.0. Closing this issue for now, please re-open if you guys have any more details.