Search Results for "what-is-the-importantes-of-ruby-rails-in-the-future"
Lessons
Forum Threads
How is routing done with a conditional in url?
5
Rails
Not sure the correct words to ask the question are. Here is an example from what I have seen: `http://www.gorails.com/series/1?old_content=true`
So say Chris re-did some of the screencasts,and now...
Matt Taylor replied
Solved
New Position Senior engineer, where to start?
2
Tips
Hi everyone,
I am starting a new position as a senior software engineer. I was told that it is very ruby on rails environment. I want to know what is the best way to get started with learning inte...
Tuan Mark replied
ActiveMailer .with method
1
Rails
Hi everyone,
What is the reasoning to use .with over the just passing the args using regular ways?
for ex:
class UserMailer < ApplicationMailer
def welcome_email
@user = params[:user]
...
Chris Oliver replied
What is the proper way to do form validations in ruby on rails on the client side ?
0
Rails
I am new in rails, how can i do the proper form validation from the client side .
Ajay yadav posted
One Time Payments With Pay And Stripe Discussion
11
General
I followed every step and all seems to be working to the point where the form is supposed to come up on the screen. Instead of the credit card form being displayed, my screen just goes blank and n...
cjilbert504 replied
What is the best configuration for VScode for Rails Development alongside JS
4
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages.
Currently, I am using rubocop, selenium, rub...
Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied
How to get from starter to advanced?
2
General
I have experience with other languages like Java and Spring Framework, I want to know what is a recommended route for a Ruby and Ruby on Rails path in this site. For example, watch and practice som...
Custom Attribute Serializers with ActiveRecord in Rails Discussion
7
General
This feels much simpler for custom value objects and surprisingly more straightforward than the official way, i.e. registering a new Active Model type.
Great video, thank you.
Adrián Mugnolo replied
What is the cost of iOS app development?
1
General
Hello everyone!
I'm interested in developing an iOS app and I'm curious about the cost involved. Could anyone share their experiences or insights regarding the cost of iOS app development? Any ti...
Urban Luis replied
Rails for Beginners Part 4: No template for interactive request
10
General
Noob Rails user here. Can't believe I progressed without any problem through all of Chris's install this and that stuff without any issues at all. Then when I added my first view I get the error: N...
Kentastic replied
Authenticating Blog Admin Pages Discussion
19
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
Ruby Scripts & IRB Discussion
16
General
Good job Collin!
Quick notes:
- Ruby has to already be installed to do everything in the video so maybe a link to the Install Ruby and Rails Guide if folks need help with that (https://gorails.co...
Jacob Garrett replied
Auto-submitting Forms & Custom Turbo Stream Actions Discussion
14
General
Awsome work Chris. Thanks!
Ahmed Nadar replied
Cyber Security VS Software Engineering
4
General
what is the difference between cyber security and software engineering?
Heroku and Schedule Jobs
0
Rails
Hello!
I'm implementing a new feature in my app that e-mailing all users every first day of the month. My app is running in Heroku.
My question is: what is the best way to achieve this feature?
W...
Matheus Leite posted
rails API -> structuring JSON - best practices
1
Rails
Is there any better alternative to jbuilder?
Since fast_jsonapi is no longer maintained, what is the current 'best practice'? jb?
Esti Alvarez replied
What is the best way to import node_modules CSS in a Rails 7 Esbuild project?
0
Rails
Rails 7.0
Ruby 3.0.3
Esbuild / Tailwind
Question: what is the best way to import the CSS from a node package. After running the yarn add command, the JS loads very easily but as you know adding `im...
Stéphane Paquet posted
Does anyone know how to add logout functionality in JWT based Rails API?
0
Rails
what is the right way to give the session destroy method with JWT in rails API?
ratnarajsukale posted
What is Programming & Web Development?
11
General
Give help.
Cassandra Pace replied