Steve Alex

Results 5 issues of Steve Alex

I have a server (OS X server) running several small rails applications. I had initially set it using brew to install ruby (could not get rvm to install!). I made...

Don't know is it is Rails or Slim, but I made a mistake in changing an element in a slim template. The element was: ```ruby progress.w3-white[value="0" max="30" id="progressBar" style="width:100%" data-target="pickTicket.progressBar"...

`monthly_3rd_to_14th` creates a REMonth object: ``` 2.0.0-p247 :127 > m34 = monthly_3rd_to_14th => # ``` and passess the monthly sugar test, since you convert expected and actual to a string....

I discovered Runt this week while trying to implement an iCalender type recurring event in a Rails application. I see were the icalendar tests where included, but many test would...

I was experimenting with a rails 4 app where I needed an Events model with a few simple recurring events. Found ice_cube and recurring_select. Unfortunately one of the events is...