Javi Martín
Javi Martín
Let's say I've got a list of events. I want to find out which events were active at a certain date. So I run: ``` Event.start_date_lte('2010-01-01').end_date_gte('2010-01-01') ``` And everything works...
The other day I was using vestal_versions, and I wanted to display a page with all the titles a post had had since its creation. So, I basically needed an...
## Objectives * Make sure people who can't see the "X" icon are notified that they cannot perform an action
## References * This test, which is in the `spec/system/comments/legislation_annotations_spec.rb` file, has failed a few times, like in our [test run 3695, job 4](https://github.com/consul/consul/runs/6711567438) (see the [test run 3695 job...
## References * Continues pull request #4883 * It seems to be safe to allow Symbols in YAML columns, as mentioned in rails/rails#45584 ## Objectives * Allow creating an annotation...
## References * Depends on pull request #4875 * Depends on pull request #4883 * [Rails 5.2 reached its end of life in June 2022](https://rubyonrails.org/2022/5/9/Rails-7-0-3-6-1-6-6-0-5-and-5-2-8-have-been-released) ## Objectives * Upgrade to...
## References * Continues pull request #4874 ## Objectives * Simplify existing code using features introduced in Rails 6.0 * Remove one of our 102 gem dependencies (Database Cleaner)
## References * foundation/foundation-sites#12046 ## Notes Seems this is an issue with Foundation's accordion menu and it's fixed in version 6.7.0. EDIT: I've been toying with Foundation 6.7.5 (installing it...
## References * This test, which is in the `spec/system/campaigns_spec.rb` file, has failed a few times, like in our test run [3750, job 3](https://github.com/consul/consul/runs/6865756767) (see the [job log](https://github.com/consul/consul/files/8994044/run_3750_job_3.txt)) * We...
## References * Pull request https://github.com/consul/consul/pull/4284 was an attempt at fixing this problem ## Background We're selecting a word using a double click. However, the test fails sometimes when styles...