Martin Caetano
Martin Caetano
I have a list of rows sorted by default, and they have a expand button. When clicked, it shows a few `...
Whenever I call a path like `users_path(locale: 'en')` the result is always like `/users/?locale=en` and not `/en/users`. My routes.rb is: ```ruby Rails .application .routes .draw do mount SolidusPaypalCommercePlatform::Engine, at: '/solidus_paypal_commerce_platform'...
I published this question in Stackoverflow, but maybe is more appropriate here http://stackoverflow.com/questions/10853085/taps-gem-is-slow
I just posted this question on StackOverflow http://stackoverflow.com/posts/13005480/edit Current code looks like the following. ``` = autosuggest_text_field('dvd', 'title', search_index_path, 'dvd_title') ``` Problem is that since this search input is placed...
I configured PayPal as an alternative payment method. However, I can it is showing the payment buttons directly when I clicked on PayPal option instead of just let me select...