Frank

Joined

40 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in SimpleMDE & RedCarpet

There was a issue closed long ago about that. You can find a potential solution here

https://github.com/vmg/redcarpet/issues/92

Posted in SimpleCalendar 1.1 released! Discussion

I will go for this one. Thanks

Posted in SimpleCalendar 1.1 released! Discussion

I'm a newbie in Ruby and Rails as well, but I guess what you mean is to change this:

number_of_weeks = options.fetch(:number_of_weeks, 1) number_of_days = (number_of_weeks * 7) - 1

into this:

number_of_days = (number_of_weeks * 5) - 1

Is that it ??

Posted in SimpleCalendar 1.1 released! Discussion

Is it possible to display a weekly calendar with days going from Monday to Friday only? This is to make student timetable.