Robby Grossman
Robby Grossman
Hey Ben, I think there's a glitch in your example. You have: User.id_or_age_lt_or_username_or_first_name_begins_with(10) => "id < 10 OR age < 10 OR username LIKE 'ben%' OR first_name like'ben%'" Where is...
``` irb(main):001:0> Chronic.parse "First Friday of next June" RuntimeError: Current month should be set by now from /Users/robby/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/chronic-0.10.2/lib/chronic/repeaters/repeater_month_name.rb:48:in `next' from /Users/robby/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/chronic-0.10.2/lib/chronic/handlers.rb:529:in `get_anchor' from /Users/robby/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/chronic-0.10.2/lib/chronic/handlers.rb:489:in `handle_o_r_g_r' from /Users/robby/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/chronic-0.10.2/lib/chronic/handler.rb:76:in `invoke' from /Users/robby/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/chronic-0.10.2/lib/chronic/parser.rb:260:in...
Hi Michael, Thank you very much for creating Plutus. This is the first Ruby accounting library I've seen that gets all the fundamentals of double entry bookkeeping correct. Much appreciated!...
The [README](https://github.com/freerobby/sendgrid_toolkit/blob/master/README.md) covers it, but we should explain briefly in the individual specs why they are disabled.
I wrote a chef cookbook for building, configuring and deploying stud on production boxes. You can see it here: https://github.com/freerobby/chef-stud This built this for shareaholic.com's deployment infrastructure, and thought it's...