Mark Radford
Joined
Activity
Posted in Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
Would you still recommend using Searchkick over alternatives like elasticsearch-rails and elasticsearch-ruby?
It may be useful to note that ActionCable can work with Unicorn: https://github.com/rails/ra...
Posted in Forum Series Part 5: Email Notifications with Rails 4.2, deliver_later, and Previews Discussion
We can no longer use `deliver_now` or `deliver_later` with preview as it will throw an Net::OpenTimeout error. "Methods must return a Mail::Message object which can be generated by calling the mailer method without the additional deliver." http://api.rubyonrails.org/...
Sorry if this is a little late but this is how I implemented a button without being type submit:
<%= button_tag "Save", data: {disable_with: " Signing in..."}, :id => "submit-document-button", class: "btn btn-success", type: "button" %>
Does this only work with a submit button? ie it won't work with type: "button" ?
Fantastic stuff. Thanks for your efforts.