Sammy Larbi

Results 8 issues of Sammy Larbi

If the key `:errors` exists in `@options` then the previous code will return `nil` if errors was nil. Changing it like this ensures we have a hash if errors did...

In Rails 6.0, we were able to connect the ActiveRecord Session Store to the database that holds our sessions, like this: ``` ActiveRecord::SessionStore::Session.connects_to database: { reading: "session_database_#{Rails.env}".to_sym, writing: "session_database_#{Rails.env}".to_sym }...

This PR includes a lot of improvements I've made over time, if you are interested in using them. Some of the commits are outdated, but I recently merged in the...

After creating a question (using the master branch), I get this error. I worked around it by creating an initializer that does this: ```ruby Rails.application.config.after_initialize do Rapidfire::ApplicationController.class_eval do def rapidfire...

Example: ``` Nickel.parse "job search - apply at virgin intergalactic" ``` Returns: ``` message: "job search apply at virgin intergalactic", occurrences: [#] ``` I would expect without any date information,...

If it can `Nickel.parse("3pm today")` I think it should be able to parse `"3pm"` given a date.

Quoting Unknown-Guy from https://github.com/codeodor/plupload-rails3/issues/16#issuecomment-2558718 "I think you should support all Plupload options - multiple_queues would be useful for example. I guess all what's mentioned here http://www.plupload.com/documentation.php should be available."

So this will work with Ruby 3+