Nicolas Florentin
Nicolas Florentin
In Rails 5.0.0, a new config was introduced to activate deactivate the automatic presence validation on **belongs_to** associations. In config/active_record_belongs_to_required_by_default.rb: `Rails.application.config.active_record.belongs_to_required_by_default = true` ### Without friendly_id in gemfile ``` >...
Hi! I'd like to suggest [Fab-manager](https://github.com/sleede/fab-manager). It's an opensource Fab Lab management solution.
Hi, When using this configuration: `Spree::Money.default_formatting_rules = { symbol_position: :after }` I'm getting this deprecation message: _"symbol_position: :after is deprecated - you can replace it with format: %n %u"_ But...
Hi, The [following line](https://github.com/spree/spree_gateway/blob/v3.9.3/app/views/spree/checkout/_payment_confirm.html.erb#L11) in checkout/_payment_confirm.html.erb has an hardcoded url which does not honor the mounting path of Spree Engine. Therefore, the payment is failing if mounting path is different...
Hi, On a recently created Mollie account, a call to the api with: ```ruby ::Mollie::Method.all(api_key: "XXXXXXXXXXXXXXXX", include: 'issuers', resource: 'orders') ``` returns the voucher payment method which is not activated...
Hi, I was going to use Mollie for a client project but I'm facing an issue. If I add other payment methods than Mollie, they don't seem to work well....
Hi, The [documentation](https://stimulus-use.github.io/stimulus-use/#/use-transition) show the use of `useTransition` in the `connect` function of the stimulus controller. Doing that, I noticed that the `enter/leave/toggleTransition` callbacks pill up when the stimulus controller...
Hi, Flash messages with xhr no longer works in Rails 5.1.5 because of the following: Like [this page](http://edgeguides.rubyonrails.org/working_with_javascript_in_rails.html) said: `As of Rails 5.1 and the new rails-ujs, the parameters data,...
Hi, I was going to try the vscode extension but I got the following error : ``` rstfilter extension client: couldn't create connection to server. Launching server using command rstfilter-lsp...