I m facing issue when i run rails db:create
same here
baconmilk repliedsame here
baconmilk repliedFigured it out application.js ``` var jQueryBridget = require('jquery-bridget'); var Isotope = require('isotope-layout'); jQueryBridget( 'isotope', Isotope, $ ); ``` Sheesh !
Gus P replied • SolvedThank you so much! Now everything it's clear!
Casey Morris repliedVery helpfull as always, thanks Chris! Quick question: * What would happen in the hypothetical "exaggerated" case of upgrading the Digital Ocean plan to, say, 256GB of memory. All other things bei...
Daniel Morales repliedIm following the PDF version of this book and keep having an issue with different versions of gems being compatible. I had to skip the TDD section all together because I couldnt get a compatible ve...
Delaney Fogarty posted@brobles, does this override the built-in integration with Jumpstart Pro?
Richard Walsh replied • SolvedIm running my project first on my local machine using Production environment before deploying to production to make sure all is running fine. im using docker with Rails version 5.2 and webpacker ve...
Dev postedI was trying to use "driven_by :rack_test" when changing to driven_by :selenium_chrome_headless it works as expected.
Niklas Nson replied • Solvedselect_tag('entry[detail_ids]' fixes it
PDG+creative replied • SolvedFinally figured it out. The connection was there, just `rails db:setup` was failing, but `rails db:schema:load` did work. Thanks again for all your help and quick responses
Alex Deering repliedIm starting to integrate search features into my recipe app and looking to build a "Popular", "Trending", and "Just For You" query to display on the index screen. Ive got the searchkick and search...
Alex Deering postedIm working on my main form and have some form validations and running into an issue with a new form not maintaining the image upload after a validation error reloads the page. Here is my form-grou...
Alex Deering postedim trying to combine the paypal button and the f.submit button but have no idea How to get there Is there any better suggestion ` // Render the PayPal button int...
dinesh124 postedYour `Bet` model would have two `belongs_to` associations (one for the creator and one for the backer or however you'd like to call them): ``` class Bet < ApplicationRecord belongs_to :creato...
Nicholas Bayley replied • SolvedShort answer: by using `<%= javascript_include_tag 'admin', 'data-turbolinks-track': 'reload' %>` and some conditional on the `application.html`. So if you're in the admin controller do displ...
Nelson replied • SolvedNevermind... after a few hours of debugging I manage to find the source of my suffering... it was Turbolinks... I removed that and now thinks are back on track...
Nelson replied • SolvedRails is loading FileUploader before shrine initializer, After adding `require_relative './initializers/shrine'`
Ashutosh Mittal replied • SolvedThanks Chris. Worked perfectly! I forgot that Hatch sends an email with the deploy user's sudo password.
Lauro replied • SolvedThanks for the help Szilard and Jacob! I was having a hard time understanding exsactly what was going on with database and structure. Chris's series on building a forum really helped. Undestanding ...
Lauro replied • Solved