arturo icon indicating copy to clipboard operation
arturo copied to clipboard

Feature Sliders for Rails

Results 5 arturo issues
Sort by recently updated
recently updated
newest added

Hi. I hope this is okay to just PR without having started a discussion first. It's not intended to be critical, it's just that I've been doing similar updates to...

Hi, I have been updating some views by putting new `html.erb` views in `views/arturo/*/` of my application and making some custom changes. While I added a button with `remote: true`...

Creating a new feature doesn't work. feature = Arturo::Feature.create(:symbol=>:new_one, :deployment_percentage=>0) ActiveModel::MassAssignmentSecurity::Error: Can't mass-assign protected attributes for Arturo::Feature: deployment_percentage, symbol In feature.rb attr_accessible :symbol, :deployment_percentage if ActiveRecord::VERSION::MAJOR < 4 We don't...

This question from [martinstreicher](https://github.com/martinstreicher): > Can the feature_recipient be dynamic? I have an account and a network that might have different features -- which would be the recipient? That's an...

After some reflection, I'd like to make Arturo more Rack-centric and less Rails-centric, but still make it easy to integrate with Rails. To that end, I'm recommending the following basic...