STEVEN AGUILAR

Results 14 comments of STEVEN AGUILAR

When following the docs, im encountering this error ``` AjaxDatatablesRails::Error::InvalidSearchColumn: Check that column 'edit' exists in view_columns ``` ``` # ------------------ # --- Caused by: --- # Selenium::WebDriver::Error::UnexpectedAlertOpenError: # unexpected...

> You can use the block form: > > ```ruby > stub_request(:post, "http://example.com"). > with(:headers => { "Content-Type" => %r|\Amultipart/form-data| }) { |request| request.body =~ /some-part-of-body/ } > ``` >...

@kurenn So if using rails 5 , skip the Sabisu section? You should release a new version of this book ! Its the best book so far I read on...

I get the same error. ```PDF's built-in fonts have very limited support for internationalized text. If you need full UTF-8 support, consider using a TTF font instead.``` However, I didn't...

I am also having issues when deploying a Rails 5 app to AWS using elastic beanstalk, I get the following output in the logs: ``` Application update failed at 2017-10-24T19:27:36Z...

package.json ``` { "dependencies": { "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", "@rails/activestorage": "^7.0.6", "@tailwindcss/forms": "^0.5.3", "@uidotdev/usehooks": "^2.4.1-experimental.1", "activestorage": "^5.2.8-1", "antd": "^5.9.4", "apexcharts": "^3.44.0", "axios": "^1.4.0", "dompurify": "^3.0.6", "react": "^0.0.0-experimental-6c7b41da3-20231123", "react-currency-input-field": "^3.6.11", "react-dom":...

@danmactough is there a option to pass when calling feedparser to remove `'{ '@': {}, '#': value}` and just get the value? So instead of `'rss:link': { '@': {}, '#':...

@natsteinmetz yes I did. I will provide more information since it's been a while since I worked on this project. In an overview was installing `rb-readline` gem.

I'm experiencing the same in [Grape::Exceptions::ValidationErrors: type is missing ](https://github.com/slack-ruby/slack-ruby-bot-server-events-sample/issues/7) when trying to get the [slack-ruby-bot-server-events-sample](https://github.com/slack-ruby/slack-ruby-bot-server-events-sample) up and running.