Daniel Martin

Results 15 issues of Daniel Martin

Hey Ryan, It seems that BCrypt::Password.create(plaintext) would internally use BCrypt::Engine to generate a salt. Maybe that can simplify the library and have an even smaller footprint on the DB? Maybe...

code

### Summary Go from the ad-hoc accordion results view after searching through an Import plugin into a more flexible datatable. ### Check List - [x] Added a CHANGELOG entry

### Summary A few small changes to make the Welcome project a bit more colorful (more users other than `adama@`). ### Check List - [x] Added a CHANGELOG entry

### Summary - Titleize project names from Kit Uploads - Shorter Getting Started checklist name ### Check List - [ ] Added a CHANGELOG entry

### Summary This is a restore of the now closed https://github.com/dradis/dradis-ce/pull/1232

If you use: ```ruby xml_builder = Builder::XmlMarkup.new(indent: 2) xml_builder.card do |card_builder| #... card_builder.description do card_builder.cdata!(description) end end ``` And then somewhere along the line add CDATA blocks to your tree,...

A fail2ban notifier that creates a log file with every exception so you can parse it with fail2ban. See file comments for fail2ban configuration (which you can also add to...

Hi, Don't know if you've followed the discussions in the tracker around issue #11: https://github.com/loopj/jquery-tokeninput/issues#issue/11 I just implemented the onBeforeAdd callback trying to follow your code conventions and thought it...

Feature

Gem version: 2.6.1 Rails version: 5.0.1 $ rails new treeapp # add acts_as_tree to Gemfile and bundle $ ./bin/rails g scaffold Node label parent_id:integer children_count:integer $ ./bin/rails db:migrate The Node...

bug