vrinek (Konstantinos Karachalios)
- Login: vrinek
- Email: vrinek@me.com
- Registered on: 02/20/2014
- Last sign in: 11/05/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 6 | 6 |
Activity
04/14/2014
-
08:34 AM Ruby Bug #9731: Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- I agree with the above comments. Probably waiting for Ruby 2.2 would be the best course of action here.
I will try nevertheless create a workaround by utilising `Method#parameters` to feed the usual `params.slice(*args).symbolize_keys...
04/11/2014
-
03:45 PM Ruby Bug #9733: Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Accidental duplicate of https://bugs.ruby-lang.org/issues/9731 because of server timing out its response.
-
03:34 PM Ruby Bug #9733: Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Accidental duplicate of https://bugs.ruby-lang.org/issues/9731 because of server timing out its response.
-
03:34 PM Ruby Bug #9733: Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Accidental duplicate of https://bugs.ruby-lang.org/issues/9731 because server was timing out its response.
-
03:14 PM Ruby Bug #9733 (Rejected): Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Origin: https://github.com/rails/rails/issues/14643
In Ruby it is possible to use a POR Hash in place of keyword arguments, making the transition between using an `options = {}` to keyword arguments easy.
The same is not true for ... -
03:17 PM Ruby Bug #9735 (Rejected): Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Origin: https://github.com/rails/rails/issues/14643
In Ruby it is possible to use a POR Hash in place of keyword arguments, making the transition between using an `options = {}` to keyword arguments easy.
The same is not true for ... -
03:14 PM Ruby Bug #9734 (Rejected): Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Origin: https://github.com/rails/rails/issues/14643
In Ruby it is possible to use a POR Hash in place of keyword arguments, making the transition between using an `options = {}` to keyword arguments easy.
The same is not true for ... -
03:14 PM Ruby Bug #9732 (Rejected): Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Origin: https://github.com/rails/rails/issues/14643
In Ruby it is possible to use a POR Hash in place of keyword arguments, making the transition between using an `options = {}` to keyword arguments easy.
The same is not true for ... -
03:14 PM Ruby Bug #9731 (Closed): Rails' HashWithIndifferentAccess is incompatible with Ruby's keyword arguments
- Origin: https://github.com/rails/rails/issues/14643
In Ruby it is possible to use a POR Hash in place of keyword arguments, making the transition between using an `options = {}` to keyword arguments easy.
The same is not true for ...
02/20/2014
-
04:35 PM Ruby Bug #9542 (Rejected): Delegator does not delegate protected methods
- The Delegator of the "delegate" standard library has changed its behaviour since 2.0 because of the change in "respond_to?" concerning protected methods.
As of ruby 2.0, Delegator does not delegate protected methods any more.
In ca...