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

Unwanted CSS #16

Open ehannes opened 9 years ago

ehannes commented 9 years ago

Can you somehow choose not to use the included style.css, without forking this repository and remove it? This file has rules that I do not want in my application, for example rules for body and h1 tags.

ehannes commented 9 years ago

I forked the project and made some css cleaning. The style.css file in the engine included styles for the body and h1 tags. I think that should be up to the user of the engine to decide how to style his body and h1 tags. The updates is available https://github.com/ehannes/fullcalendar-rails-engine/tree/cssCleaning. I can do a pull request if you want to.

tomatoturnip commented 9 years ago

@ehannes I'm trying to customize this rails engine by adding a few attributes to the event model. Not sure how to get rake db:migrate to work on a rails engine. Any ideas?

ehannes commented 9 years ago

I think your question may be out of topic. I'll send you an email instead and we can continue the conversation there instead, ok?

kuldeepaggarwal commented 8 years ago

@ehannes Yeah go ahead and raise a PR.