paulepanter

Results 8 issues of paulepanter

With an entity `product` stored with `product.color = 'red'` using `product.assign_attribute(color: 'blue')` and `product.changed?` returns `false` where it should be `true`.

This is another enhencement request. (Sorry, for spamming you lately.) Is it possible to lift the requirement, that all attribute names have to be unique? For example in a project...

feature

Would it be a useful feature to be able to merge two attribute sets? As the name contains »set« it would be nice to have set operations. Could this be...

feature

In `lib/adauth/authenticate.rb` the code below is going to result in a “crash” when the search result is empty. ``` user = Adauth::AdObjects::User.where('sAMAccountName', username).first if allowed_to_login(user) Adauth.logger.info("authentication") { "Authentication succesful" }...

First of all, thank you for this gem! In some of our projects we use `db/structure.sql` as with `db/schema.rb` some PostgreSQL schemas are not supported. Also it looks like it...

Currently the latest tag is for version 2.7.1, so it’d be great if you tagged version 2.8.0. PS: Running `bundle update modernizr-rails` only install version 2.7.1. No idea if a...

Could you please document in the help for `Bedit` that with no arguments `Gemfile.lock` is opened. ``` Please note, with no arguments, edits Gemfile.lock. ```

Using Vim 7.4 from Debian Wheezy/stable I installed `vim-ruby-debugger` (Pathogen) and installed the Gem debugger-xml in the development section. `rdebug-vim` and `rdebug-ide` are in my path. With `vim --servername VIM`,...