rails-widgets icon indicating copy to clipboard operation
rails-widgets copied to clipboard

A collection of UI widgets for RubyOnRails

Results 4 rails-widgets issues
Sort by recently updated
recently updated
newest added

Under Rails3.0 I'd get a "can't dup NilClass" in some random view that would render tabs. When debuggin this I saw this here (this from the debugger): /Users/itz/leihs-git/vendor/plugins/rails-widgets/lib/widgets/highlightable.rb:53 h_key =...

It would be great to get this turned into a Gem so I can use it with Rails 4! ``` shell DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins!...

Ciao Paolo, ho provato il tuo interessantissimo plugin su Rails 3, ma non sembra funzionare per via del fatto (credo) che Rails 3 usa Thor per i generatori... (al lancio...

Active tab (clicked) is not highlighed after user click on it and tab reloads its content. This is only when links_to_remote is used in tab definition. It works fine when...