Rails: Easily add autocomplete to forms
Intro Since resources in my rails app can easily reach several thousand and million entries, I wanted a way to easily select one in a form. A quick google search led me to this excellent post by releu: http://gistflow.com/posts/428-autocomplete-with-rails-and-select2 While it…
Using Bootstrap 3 and Simple Form in Rails 4, Upgrading from Bootstrap 2 to 3
Bootstrap 3 was released not so long ago. As I always like to be up-to-date with software to use the newest features I had to use it in my current Rails 4 project. When I started the Rails 4 app…
Recent Comments