vinsol / fullcalendar-rails-engine

Rails engine implementation of fullcalendar jQuery plugin(http://arshaw.com/fullcalendar/). Create, edit, delete, reschedule, resize events like google calendar.
http://vinsol.com/fullcalendar-demo
MIT License
66 stars 51 forks source link

engine doesn't inherit from parent application_controller #1

Closed j-m-davison closed 10 years ago

j-m-davison commented 10 years ago

this engine can't share methods with the parent application, so it can't be embedded in any views....

appreciate any help w/the syntax to fix myself.

bansalakhil commented 10 years ago

We are looking into this and will revert you back soon

j-m-davison commented 10 years ago

Akhil,

Thanks for responding.. also, it looks as if the demo app was put together without the engine? In the demo app view it calls "moveEvent" which isn't defined in the engine.. the engine defines FullcalendarEngine.Event.move()....

it looks like things were refactored between the rails version and the engine version. I've had to shuffle things around to make it work, but it's really nice!

I also had a javascript syntax error that prevented this line from working, I had to delete it. selectable: <%= FullcalendarEngine::Configuration['selectable'] %>,

On Sun, Feb 16, 2014 at 1:09 AM, Akhil Bansal notifications@github.comwrote:

We are looking into this and will revert you back soon

Reply to this email directly or view it on GitHubhttps://github.com/vinsol/fullcalendar-rails-engine/issues/1#issuecomment-35179043 .

aditya-kapoor commented 10 years ago

Hi @j-m-davison, can you please explain your query in length. I am unable to understand it fully. Plus it would be great if you share with some screenshots or stacktrace where we can analyse your requirement better.