Alex Antonov

Results 25 issues of Alex Antonov

https://github.com/JDutil/contact_us/blob/master/app/views/contact_us/contacts/new.html.erb#L2 Why there is formtastic class by default? It's not good. Maybe, there is a place for another css class, like `contact-us`?

constant improvement

I think many users, not just I, need custom fields, like phone, address, et.c. Can I refactor list of custom attributes with their validation like that: ``` ruby config.fields =...

feature

How to do that in protector? I tried to do that, but with no luck. ``` ruby if Contractor.restrict!(current_user).can(:create, :kind_cd: 1) # some view code here ``` I tried ```...

Some rare protocols (like [MDB](http://en.wikipedia.org/wiki/Multidrop_bus)) supports 9-bit. Can somebody change this gem for supporting 9 bits too?

enhancement
help wanted

It seems that centos 6 yum offers `2.4` version of redis, which is hardcorely outdated. I think this guide should replace instructions for the redis `3.0.0` version, which is the...

It does what it declares! Look at `README.md` documentation to figure out what's going on. If everything looks nice => release a new version please

@extrabacon `co={` is especially helpful in react.js, like ``` javascript const { something, another } = this.props ``` And release a new version, please!