Rails How to link an email form with Sendgrid?
0
Rails
I was able to create a contact form that when a user clicks submit - its send an email (which i get in my yahoo inbox).
I would like to now have that email be sent via sendgrid so that I can anal...
Solved
Hatch / Updates
1
Servers
Are you going to manage the updates of the core components (vs gems) like Postgres / Redis etc ... ?
Chris Oliver replied
Solved
Rails5 + JQuery progress bar not functioning
1
Javascript
Implementing a JQuery progress bar so when you scroll down it should show a green bar across the top. When I start scrolling the progress bar does not appear. I use inspect element on the bar div c...
Neil Patel replied
Solved
Using will_paginate and .limit(x) together.
6
Rails
Hi
It appears that will_paginate and .limit(x) will not work together. So this didn't work:
(I am trying to get 150 most recent records and paginate them)
@articles = Article.where.not(site_i...
Simon P replied
Solved
Are there any up to date tutorials for jquery-sortable?
8
Gems / Libraries
I've built a todo list that consists of lists and tasks. I am looking to use sortable to allow someone to move items around and between lists. Can anyone recommend any resources on how to do this? ...
Ohad Dahan replied
Solved
How do I prepopulate table data for a new registered user?
2
Rails
I'm wondering how would one go about prepopulating certain data table for a new user? Let's say I have a table with posts and a table with likes, and when new a user registers I'd like to make it s...
Alex R 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
PDF Receipts not working
4
Rails
I just finished working through the pdf receipts video but can't get it to work. I have the webhook working and all charges are displayed properly, but the link to the pdf 404's.
Can you see where...
Adrian DeGus replied
Solved
how do i display search results
1
Rails
Following on from my prev question regarding implementing search using the geocoder gem [https://gorails.com/forum/how-do-i-implement-search-by-postcode-zipcode-using-the-geocoder-gem]
I have imp...
Neil Patel replied
Solved
Advice on implementing a template system in Rails
5
Rails
I am currently building a Rails app that allows users to create and manage projects. Within these projects are different groups and tasks which are of course associated models belonging to the proj...
inopinatus replied
Solved
how do i implement search by postcode/zipcode using the Geocoder Gem
2
Rails
Building a small rails app that is able to search by postcode(zipcode) and radius, so it responds with contractors that are within that radius/postcode
**schema.rb**
create_table "locations", forc...
Neil Patel replied
Solved
Add to Favorites: using same controller/action and js.erb files for different views
1
Rails
Chris I'm a new subscriber and I'm loving Go Rails. The content is really usefull for real-world applications.
After implementing the "Like" feature in my website, I came across a doubt that keep...
Chris Oliver replied
Solved
Where should I start?
1
Tips
Hey, good morning.
Chris, I would like to start to learn more about Ruby and Rails. I have a little more than a year programming with them. However, I would like to know which series should I star...
Chris Oliver replied
Solved
How do I install bootstrap-v4 via yarn?
4
CSS
Hey Guys,
I tried to install bootstrap4 via yarn. And I tried it like this:
1. yarn add bootstrap@4.0.0-alpha.6
2. rails webpacker:compile
3. add the line: import 'bootstrap/dist/css/bootstrap' ...
Kjell Morgenstern replied
Solved
Simpleform association with images!
6
Rails
Hi Chris,
I'm wondering if you could help. I'm currently building a form that'll send out a SMS with twilio, and i'm looking to send details of a vehicle out at the same time, specifically the ima...
Martin McDermid replied
Solved
Bootstrap 4 modal form in rails disables submit button on ajax refresh
1
Rails
I've been struggling with this all day. Please see the link below.
[Bootstrap 4 modal form in rails disables submit button on ajax refresh](https://stackoverflow.com/questions/44489517/bootstrap-...
nynhex replied
Solved
How Do I Create an App Where Each User Has A Separate Table
3
Databases
Hi,
I want to create a web app which is a simple HR SaaS. Each user/company which registers will have get a separate table to upload list of employees. In terms of autorization a user/company can ...
Tabish Iqbal replied
Solved
How to build options on select tag with VueJS?
1
Javascript
For example, let's move to episode "using VueJS for Nested Forms in Rails" and adding model called Position, which association with a Player (belongs_to). And how to implement select tag for choos...
Dmitrii Amelchenko replied
Solved
[HATCH] - Deleting separate applications on the same server?
6
Databases
I've been deploying several toy apps on the same server, but after I'm finished with them I would love to easily be available to delete them using Hatch's interface, instead of having to SSH into t...
Scott Johnson replied
Solved
Using elasticsearch/searchkick to run a search bar via my navbar and show results in a search.html not index.html?
1
Rails
I just finished going over Chris's two great railscasts dealing with search. However, I wanted to put my search bar on my navbar so that whenever someone searches the results I will be taken to my...
Omar Khedr replied
Solved