elevation / event_calendar

Show multiple, overlapping events across calendar days and rows. Rails plugin.
http://dev.elevationblog.com/2009/7/23/event-calendar-rails-plugin
MIT License
950 stars 212 forks source link

CalendarHelper doesnt get initialized on rails 3.2.13 #85

Open wedy opened 11 years ago

wedy commented 11 years ago

Hi, i've been using this since rails 3.0.x and it worked fine until i upgraded my rails recently

i've forked your beautiful code, and play around with it i notice in your lib/event_calendar/railtie.rb i can see you created your railties class which inherits from Rails:Engine isnt it supposed to be Rails:Ralitie i've changed it and it does the magic

Cheers

salgadobreno commented 11 years ago

Thanks for this, I've also got a fork and didn't know why it stopped working or how to fix it :)

wedy commented 10 years ago

can we have this merged please