Rails & Vue.js Trello Clone - Part 4 Discussion
Instead of ```
RafaelB97 repliedGlobal Autocomplete Search Discussion
I 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 repliedCharts with Chartkick and Groupdate Discussion
Hi, 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 repliedAPI Authentication with JSON Web Tokens (JWT) and Knock Discussion
Hey 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 repliedHow to Migrate from Heroku to Hatchbox.io Discussion
I 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 repliedKeeping track with Annotate Discussion
Anyone having issues with the command 'annotate' not working in the command line after following this tutorial?
Dylan Jones repliedHow to install rails cms template?
Direct File Uploads to S3: Part 3 Discussion
I haven't done direct uploads with Shrine v3 yet, but that's on my todolist.
Chris Oliver repliedExporting Records To CSV Discussion
Newbie 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 repliedAPI Authentication with an OAuth Provider Discussion
I 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 repliedHow to access a webpage and get its content
Have a look at the Nokogiri gem
Simon P repliedFormat of created_at for date range using Searchkick
Those 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 • SolvedGot error message when I install Capistrano, stuck at deployment for two days.
Does anyone know whether this is a limitation of the Flash Player in Linux platforms?
How do I change the Java Virtual Machine (JVM) that MATLAB is using on Windows?
Why isn't the Boostrap Dropdown not working in the menu after loging in ?
Thank you very much :)
Damian Nelwep replied • SolvedGoRails: Question And Answer #1 Discussion
Been wondering where to use STI for admin or administrate gem or any other gem
Muganda Dizo repliedDirect File Uploads to S3: Part 2 Discussion
Hey, 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 replied