Rails & Vue.js Trello Clone - Part 4 Discussion
Instead of ```
RafaelB97 repliedInstead of ```
RafaelB97 repliedI am trying to implement this on a rails 7 project (using jsbundling-rails for my javascript). When I manually setup the data in the console and invoke autoComplete on the form - it works. However ...
Thomas Keller repliedHi, Has anybody successfuly combined 2 charts i.e Bar chart with line chart based on related data? for exampkle what im trying to achieve please see : https://codepen.io/danchapuk/pen/WKaBjp Th...
Daniel Chapman repliedHey Justin, I'm not sure if you've found it yet, but Chris already has you covered with a video on that. https://gorails.com/episodes/jwt-authentication-from-scratch-with-rails
Tom Zmyslo repliedI always get the error `pg_restore: error: could not execute query: ERROR: cannot drop schema public because other objects depend on it`. It happens even if I clear all data from my hatchbox DB (u...
Matthias Orgler repliedAnyone having issues with the command 'annotate' not working in the command line after following this tutorial?
Dylan Jones repliedI haven't done direct uploads with Shrine v3 yet, but that's on my todolist.
Chris Oliver repliedNewbie question...I have two models a user model and a coupons model that are associated (coupons belong to user). How do I include the export of a parent model (like user.name field) in the CSV a...
Nathan Anderson repliedI am not sure what i am doing wrong but i keep hitting ``` Started GET "/oauth/applications" for 127.0.0.1 at 2018-09-13 14:37:44 +1000 Processing by Doorkeeper::ApplicationsController#index as H...
Jeremy Bray repliedHave a look at the Nokogiri gem
Simon P repliedThose plain fields that aren't using `form` like `form.date_filed` always trip me up too. Small argument differences can mess up your params really easily. Thanks for sharing! :D
Chris Oliver replied • SolvedThank you very much :)
Damian Nelwep replied • SolvedBeen wondering where to use STI for admin or administrate gem or any other gem
Muganda Dizo repliedHey, Chris! According to the Shrine plugins page, "direct_upload is [OBSOLETE]" and they want you to "Use `upload_endpoint` and `presign_endpoint` plugins instead." I have been following along with...
Rod Klingler repliedHow does this work with .haml templates instead of .erb?
Trevor Owens replied