-
A topic that has come up in several task teams is the need to use inheritance concepts to model class hierarchies in our data models. This has come up specifically in the G2P and annotation task teams…
-
I have this in : ability.rb
```
def initialize(user)
if user.admin?
can :manage, :all
else
can :manage, AdminUser, :id => user.id
end
end
```
and in applica…
-
http://findingscience.com/ruby/2014/11/17/why-im-renaming-a-gem.html
> I think the best argument basically boils down to a question of whether or not I, as an open source developer, want to be as wel…
-
Hello,
When I tried to logged in with facebook using this gem i got below :-
```
Faraday::Error::ConnectionFailed (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate …
-
I've been starting developing a fork of this library, and working with the single monolithic file is frustrating for expansion. Would there be interest in refactoring the library into a more modular o…
-
If i use JRuby 1.7.5 or JRuby 1.7.6 (with Ruby 1.8) i got a "SystemStackError: stack level too deep" in lib/active_scaffold/configurable.rb:11
With JRuby 1.7.4 it is working.
I try it with active_sc…
soemo updated
10 years ago
-
Thank you for awesome gem!
It seems countries list is outdated.
For instance check out http://en.wikipedia.org/wiki/List_of_country_calling_codes and phone code 382.
-
Migrated from [rt.perl.org#37117](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=37117) (status was 'resolved')
Searchable as RT37117$
p5pRT updated
19 years ago