Masato Ikeda

Results 9 issues of Masato Ikeda

To enable ActiveDecorator in Sinatra, register it like: ``` require "active_decorator/sinatra" register ActiveDecorator::Sinatra ``` Then ActiveDecorator::Sinatra reads `ROOT/decorators/*_decorator.rb`, and decorates instance variables in `scope` and local variables passed via `render`...

## Expected behaviour Even if `year_link`, `month_link`, `day_link` and `tag_link` don't end with `.html`, their pages are rendered within layout automatically like article pages. ## Actual behaviour These calendar and...

Stale

Hi, This change enables to support new Ruby 1.9 style hash syntax like below: Haml: ``` haml %a{title: 1 + 1, href: "/#{test_obj.method}", height: "50px", width: "50px"} ``` will be...

`Pry.config.prompt` used [here](https://github.com/arches/marco-polo/blob/a8180458608718059f7c83fd778a776cc9f3a0c6/lib/marco-polo.rb#L15) is deprecated since pry 0.13.0. https://github.com/pry/pry/blob/5805952cf32f320508df6a5ba4f768b9f4394805/CHANGELOG.md?plain=1#L114-L120 pry with marco-polo now prints the following warning: ``` warning: setting prompt with help of `Pry.config.prompt = [proc {}, proc {}]`...

For example, the following locations cause LocalJumpError at their `return` statements and return 500 Internal Server Error. ``` location /enable_return_from_block { mruby_rewrite_handler_code ' [0].each do |_| r = Nginx::Request.new r.headers_out["Location"]...

When the body starts with a checkbox like below, Wiplock can't recognize it, so it works like it's checked. ``` - [ ] 1st (no lines before here) - [...

When creating a new GitHub application, we need to input the callback path "/oauth/callback" which is not described in README.

PostgreSQL raises a syntax error for a tab character in a query.