Maikel
Maikel
This patch makes a Rails 3.2 project compatible with newer MariaDB on Debian 10.
The HTML example starts with: ``` ``` The exclamation mark before DOCTYPE is missing which causes an invalid document.
I downloaded the current repository and viewed the examples in my browser (Firefox). While _examples-2.html_ seems to work fine, all tests of _examples.html_ seem to be broken: 1. Error: SyntaxError:...
And adding some punctuation for easier reading. This should comply with common style guides.
I ran version 2.2.6 and 3.3.6 on Debian Jessy without a problem. But on Debian Stretch I get the following error: ``` TASK [zzet.rbenv : checkout rbenv_repo for selected users]...
I need to install some gems that need the ruby source code. I get that with `rbenv install -k $VER`. It would be nice to have that option with this...
I tried to run the example from the readme file: ``` yml - hosts: web gather_facts: true # https://github.com/zzet/ansible-rbenv-role/issues/37 vars: rbenv: env: user version: v0.4.0 ruby_version: 2.0.0-p353 roles: - role:...
### What we should change and why (this is tech debt) Follow up from #1723. A user can enter credit card details during checkout. They can also decide to store...
### What we should change and why (this is tech debt) When you want to activate a new feature, you have to know it's key like `api_v1`. It would be...
Foundation-rails requires sass (>= 3.2.0, < 3.4), but fails with sass 3.2.6. I get the same error as in https://github.com/igorkasyanchuk/rails_db/issues/7. `bundle update sass-rails` fixed the problem for me. It updated...