Jason Barnabe

Results 97 issues of Jason Barnabe

Per https://github.com/rails/rails/issues/23589#issuecomment-229247727

With a blank crontab: ``` rails runner -e staging "Whenever::CommandLine.execute(:update=>true,:identifier=>'myapp',:set=>'environment=staging', :cut => 3)" /home/web/.rvm/gems/ruby-2.2.3/gems/whenever-0.9.4/lib/whenever/command_line.rb:114:in `prepare': undefined method `join' for nil:NilClass (NoMethodError) from /home/web/.rvm/gems/ruby-2.2.3/gems/whenever-0.9.4/lib/whenever/command_line.rb:64:in `read_crontab' from /home/web/.rvm/gems/ruby-2.2.3/gems/whenever-0.9.4/lib/whenever/command_line.rb:92:in `updated_crontab' from /home/web/.rvm/gems/ruby-2.2.3/gems/whenever-0.9.4/lib/whenever/command_line.rb:35:in `run'...

awaiting-feedback
bugfix

[I've used this gem](https://github.com/JasonBarnabe/greasyfork/blob/master/app/jobs/discussion_spam_check_job.rb#L40) for 100K+ spam checks, 10K+ were marked as spam, and exactly 0 were marked as blatant. Is there a problem with Akismet, or this gem, or...

From #883. You can configure capybara-webkit to use a proxy, but then it uses the proxy for localhost too. Allow configuration of proxy exceptions, which are host names that should...

feature-request

https://forum.userstyles.org/discussion/comment/96624/#Comment_96624

https://forum.userstyles.org/discussion/44565/bug-ish-validator-throws-on-successive-in-calc

Getting a CookieOverflow when I try to use this with Yahoo's OpenID, which means it's storing too much (over 4KB) in the session. A session dump indicates: `OpenID::Consumer::DiscoveredServices::OpenID::Consumer::`: 1144 bytes...

FormOptionsHelper is no longer on Tags::Base - https://github.com/rails/rails/commit/77f3fc118a211c973bc3ca0b720dcba932474f89.

``` rails import:country_select LOCALE=ja-JP ``` You get a file that starts with: ``` #encoding: UTF-8 { :ja-JP => { ``` which is invalid. Should be: ``` #encoding: UTF-8 { :'ja-JP'...