fotos (Fotos Georgiadis)
- Login: fotos
- Registered on: 07/08/2013
- Last sign in: 09/05/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/02/2015
-
07:31 AM Ruby Bug #8612: nil in ERB::Util.url_encode
- Islam Azab wrote:
> Is this fixed in Ruby 2.0.0 ruby 2.0.0p451 (2014-02-24 revision 45167)?
As you can see it was never backported to either [1.9.3](https://github.com/ruby/ruby/blob/ruby_1_9_3/lib/cgi/util.rb#L8) nor [2.0.0](https:/...
08/18/2013
-
12:03 AM Ruby Bug #8612: nil in ERB::Util.url_encode
- xibbar (Takeyuki FUJIOKA) wrote:
> Thank you.
Thank you for merging this.
07/11/2013
-
11:08 PM Ruby Bug #8612: nil in ERB::Util.url_encode
- =begin
The same issue exists in (({CGI::escape})). Internally it calls (({$1.bytesize})) and (({$1})) is (({nil})).
For example calling:
CGI::escape(ActiveSupport::SafeBuffer.new('é'))
results in:
NoMethodError: undefine...
07/09/2013
-
12:58 AM Ruby Bug #8612 (Rejected): nil in ERB::Util.url_encode
- =begin
We hit a bug while using Rails and trying to URL encode an ActiveSupport::SafeBuffer. I have managed to reproduce it using a small test case for Ruby 1.9.3 and Ruby 2.0.0 (both attached) that shows a minimum set of requirements t...