Search Results for "how-can-i-create-a-contact-form-in-rails"

Lessons





















Forum Threads

Using Purchased Themes with Rails | GoRails - GoRails

28
General
2 Pro episodes in a row? :(
Chris Oliver replied

Sending Emails with SMTP and Sendgrid Discussion

27
General
jajajaj Chris Your the man. I was just switching from my simple gmail account to using sendgrid and now this episode show up. :) very very happy.
Meron Ogbai replied

I'm lost and can't find the way out

18
Rails
So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great. Basically I'm tryi...
Andrea Fomera replied
Solved

Best way to relate models on Jumpstart Pro

1
Ruby
Whats the best way to relate models? Im building a real estate app with Jumpstart Pro and would like to add property owners (contact/users) to the a property, so on the show page of a property I ca...
Oliver Sawtell replied

Nested attributes

4
Rails
Hi All, I'm working with nested forms and I'm stuck trying to create the two models and the controller to handle this association. My models following this structure: Survey -> recipients &lt...
Giancarlo Corzo replied
Solved

Multi Model Sign-up Wizard

7
Rails
Related to my previous thread (https://gorails.com/forum/structure-guidance-multi-tenancy-authentication-authorization) I plan to have authorization with Devise and some sort of role based system (...
Dan Tappin replied
Solved

Group Chat with ActionCable: Part 4 Discussion

69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

Routing for Admin area not working

3
Rails
I've got an application that makes use of an admin area for managing Articles on the frontend. Its a simple CRUD app where pretty much everything Admin related is namespaced and inside admin folder...
Solved

How to split devise edit form in rails app?

8
Rails
I’m trying to split my rails devise edit form into 3 pages. But when I hit the submit button nothing happens and nothing gets saved. Any help would be much appreciated :-) I have created 3 edit pa...
Kasper Valentin replied
Solved

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

How to create new contacts from nested attributes form

7
Rails
I'm building my first semi "real world" rails app (an Open House management app for real estate). I am currently stuck on a "accepts nested attributes" problem. Here are the details... (I've provid...
LucyHills replied
Solved

How do I route to the proper controller from the Bootstrap navbar?

1
Rails
Dear All, My name is Rodolphe, I am a new member of Go Rails. I've fell I love with Rails a year ago! but gosh I so struggle sometimes to comprehend what I'm doing :( . Anyway here is my question...
eminkel replied

CSV Upload Form to Import Records Discussion

11
General
Awesome job on explaining imports in a simple way. Some of the most complex chunks of code I have worked on are imports. Especially if the data is inconsistent and needs to have all the edge cases ...
spacerobotTR replied

Best Practices on organizing complex business logic

0
Rails
Hi!  I'm new to the community (so be nice) but I've been developing Rails applications professionally for a while now.  I would like some help from the experienced developers in the commu...
Sergio Rodríguez posted

Comments With Polymorphic Associations Discussion

98
General
Awesome Video. I really liked and refreshed my concepts about Polymorphic Associations. Thanks :)
Karl McCollester replied

Form Objects Design Pattern Discussion

15
General
Nice episode, I've been using forms like this all over the place, especially when an AR object can be saved via many different use cases with many different "valid" states. One quibble, seem more ...
Jasper Wilde replied

How can I add multiple dynmic nested fields in the same form?

0
Rails
I have a registration form that allows tournament directors to select which fields they will request when participants register for a tournament. I followed a video to add dynamic nested form fie...
Scott Moore posted

How can I solve it?

10
General
Hello guys I have a problem with this! I'm making my website where user can give feedback to my projects, contact me and make comment to a blog_post. The problem is when i make the render 'blog_p...
Federico Calarco replied
Solved

How to structure DB in such a way that we can create attributes dynamically in rails

0
Databases
Hi I am trying to create for example a contact model but currently i only know of for example first name, last name and email but would want to give the user a choice of entering more custom f...
Anand Duddella posted