Search Results for "i-m-15y-o-senior-javascript-developer-ask-me-anything"
Lessons
Forum Threads

I m facing issue when i run rails db:create
1
General
no implicit conversion of nil into String
Couldn't create '' database. Please check your configuration.
rails aborted!
baconmilk replied

Webpacker noob - so I saw your video and im using rails 6
3
Rails
how does one go by installing https://github.com/metafizzy/isotope with webpacker?
```
yarn add isotope-layout
```
```
require('isotope-layout')
```
now I get an error
```
.col-md-9
...
Gus P replied
Solved

How do I create localized dropdowns with countires and cities?
2
General
Hi,
I want to create a webpage (localized) with venues that have address (geocoded) and than search them by dropdowns/search field(autocomplete) in the area of X miles/km around location, so that ...
Casey Morris replied

GoRails Performance - The Techniques I Use Discussion
32
General
Thanks Chris. The first time my name appears on a video :)
Daniel Morales replied

How can I integrate Amazon Native Ads
10
General
Im having troubles integrating Amazon Native Ads into my rails apps. I think its a problem with turbolinks but not really sure. Amazon says to just past this code into your html wherever you want...

Ruby on Rails 3 Tutorial Book Question
0
General
Im 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

How to send emails with jumpstartpro in digital ocean with external provider
3
General
Im trying to send emails with jumpstartpro at DO with no luck
I tried with mailgun and sendgrid with same result
I have activated the service add the credentials, confirmed the domaind and nothin...
Richard Walsh replied
Solved

How do I set up webpacker for production environment?
0
Rails
Im 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 posted

Warden and System Tests are driving me insane.
2
Testing
Im using Warden for authentication and are now trying to write system test. But when I run a system test I get the following error:
Failure/Error: if current_user.admin?
NoMethodError:
...
Niklas Nson replied
Solved

Having Problems with has_one association driving me crazy
1
Rails
Im having a problem
I have an Entry which can have many Detail through EntryDetail
https://gist.github.com/staycreativedesign/568f07938591d2a8a844d3857c4aac4a
The EntryDetails arent being saved ...
PDG+creative replied
Solved

Hatchbox deployment questions
20
Rails
Im launching my app and using your Hatchbox service to help. I was planning on using digitaloceans managed database and wondering how that works with hatchbox and if I need to change anything in m...
Alex Deering replied

Searchkick conversion settings help
0
Gems / Libraries
Im 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 posted

Persist file info after rails validation error
0
General
Im 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 posted

How do I combine these two buttons
0
Rails
im 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 posted

How do I improve these relationships (Rails Association question) ?
1
Databases
Im trying to make a project to practice more kinds of associations would you kindly help me understand this?
The basic idea is to have a betting game where one user generates a new bet that can on...
Nicholas Bayley replied
Solved

Separate Asset Pipeline
1
Rails
Im building a webapp that has an admin panel... I separated this by creating a new folder in the controllers 'admin' and also on my views... This way I can have two completely different styles, one...
Nelson replied
Solved

Rails changing HTML tag possiton (?)
1
General
Im using AdminLTE 2 to build a small dashboard and everything was working nicely until I started adding links to the controllers on my sidebar.
On first loading the dashboard everything works as e...
Nelson replied
Solved

Shrine::Error: storage :cache isn't registered on FileUploader
1
Rails
Im using Mongoid 6.0.3, ruby 2.3.1 and rails 5.2
I created a file_uploader class for handling my uploads using shrine.
> > /app/uploaders/file_uploader.rb
```
class FileUploader < Shrine...
Ashutosh Mittal replied
Solved

[Hatch Deployment] - Cannot bundle commonmarker due to cmake
2
Gems / Libraries
Im using commonmarker for the HTML::Pipeline::MarkdownFilter. And when trying to deploy my app, I get this exception:
```
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
curre...
Lauro replied
Solved

has_and_belongs_to_many associations
6
Rails
Im building an app where a `User` belogns to several projects. Is this a good approach to create a "join table" that just tracks which `Projects` are connected to which `Users`? Is the `Collaborati...
Lauro replied
Solved