Steve Alex
Steve Alex
Don't know if his is related, but I tried to serialize a hash created from and Icalandar event and got the error: `NoMethodError: undefined method`name' for nil:NilClass` Debugging the problem...
I think I'm having the same or similar problem. I tried to implement DHH's Rails 7 Blog/post demo in an application with some modifications. Mainly added a user and group...
Thank you. Knew it had to be simpler. Again, new to rbenv and did the Capistrano using the recipes screencasts, not really understanding Capistrano -- I'll work on that.
I've had some issues over the last year when I moved to 7.0.x then 7.1.x. Just had another one today trying to deploying an app to a local server. Puma...
I changed the width of the anchor to 20px and everything straightened out. There browser inspector (safari and chrome was reporting everything correctly (12px, 15 width, 5x3 padding). I put...
Your readme markdown is a little confusing on what you have to configure. You have add `//= require recurring_select` or both application.css and application.js. I saw the `//=` instead of...
I've found the css problem, but can't find a solution. Zurb-Foundation use `box-sizing: border-box;` and it is applied at the root. ``` *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box;...
my js.coffee hack ``` javascript init_calendar_weeks: (section) => monthly_calendar = section.find(".rs_calendar_week") monthly_calendar.html "" row_labels = $.fn.recurring_select.texts["order"] cell_str = $.fn.recurring_select.texts["days_first_letter"] for num in [1..5] if num == 5 week = -1...
It looks like the Gem is going to be dead very soon. 1 update in two years and the latest version bombs on me. There some older ofx parsers out...
@dmitryzuev @brauliobo @olery I've spend some time the last few days going through a bunch of different versions/forks of jekyll-slim. Maybe using slim in jekyll is not very popular, but...