- 502
- 878 094
APPSIMPACT Academy
India
Приєднався 22 тра 2021
We at APPSIMPACT Academy focus on creating the latest and up-to-date tutorials for learning Ruby on Rails. At our channel, you will get various mini-courses that will help you to understand how to build a real-world rails application. Our tutorials will be helpful for you in getting your dream job as a Ruby on Rails developer.
You can contact us at:
Email: training.appsimpact@gmail.com
You can contact us at:
Email: training.appsimpact@gmail.com
Working with In-built Authentication in Rails 8 - Part 2
Hello, Friends!
In this lecture, we’ll continue exploring the inbuilt Rails 8 authentication system. Specifically, we’ll learn how to add custom fields to the authentication setup and create signup forms in Rails 8.
Make sure to watch the entire lecture for a thorough understanding of these concepts.
Thank you, and let’s dive in!
In this lecture, we’ll continue exploring the inbuilt Rails 8 authentication system. Specifically, we’ll learn how to add custom fields to the authentication setup and create signup forms in Rails 8.
Make sure to watch the entire lecture for a thorough understanding of these concepts.
Thank you, and let’s dive in!
Переглядів: 18
Відео
Working with In-built Authentication in Rails 8 - Part 1
Переглядів 324 години тому
Hello, Friends! In this lecture, we’ll explore one of the most exciting features introduced in Rails 8.0: its inbuilt authentication system. With this built-in feature, you no longer need to rely on gems like Devise for server-side authentication in your Rails applications. We’ll discuss how to set up and use this inbuilt authentication in Rails 8 and provide a general walkthrough of how it wor...
Web Development Using Rails 8.0 - Introduction
Переглядів 704 години тому
Hello, Friends! Welcome to this new playlist, where we’ll dive into web development with the latest Rails 8.0. This version introduces exciting improvements and enhancements that elevate the Rails development experience. In today’s lecture, we’ll start by generating a new Rails application using version 8.0. We'll also take a closer look at the directory structure, comparing it to that of a Rai...
Quick Sort Implementation in Ruby - DSA part 5
Переглядів 389 годин тому
Hello Friends In this lecture, we will work on implementing the quick sorting using ruby. Quick Sort is a popular sorting algorithm based on the divide-and-conquer principle. It is efficient, commonly used, and works well for large datasets. In this lecture we will discuss all the basics related to quicksort like 1. what is pivot element in quick sort? 2. How to select/choose a pivot element? 3...
Divide and Conquer Algorithm - Introduction
Переглядів 4221 годину тому
Hello, Friends! In this lecture, we’ll take a theoretical walkthrough of Divide and Conquer algorithms. We’ll explore how these algorithms work and why they are a powerful problem-solving paradigm. The Divide and Conquer approach breaks complex problems into smaller, more manageable sub-problems. These sub-problems are solved independently, and their solutions are then combined to form the fina...
Selection Sort Implementation in Ruby - DSA part 4
Переглядів 30День тому
Hello Friends In this lecture, we will discuss another simple sorting technique which is Selection Sort. Selection Sort, just like bubble sort is a comparison-based sorting algorithm. It sorts an array by repeatedly selecting the smallest (or largest) element from the unsorted portion and swapping it with the first unsorted element. This process continues until the entire array is sorted. 1. Fi...
Difference between clone and dup in Ruby
Переглядів 36День тому
Hello Friends In this lecture, we will discuss an interview question and that is the difference between dup and clone methods in ruby. In Ruby, both clone and dup are used to create a shallow copy of an object. However, they have subtle differences in how they handle the copied object, particularly regarding object state and certain properties. Here you will also learn that how to create single...
In-place vs Not-in-place sorting techniques - DSA part 3
Переглядів 24День тому
Hello Friends, In this lecture, we’ll explore the difference between in-place and not-in-place sorting techniques. In-place sorting algorithms modify the input data directly within its original memory space. These algorithms rearrange the elements of the array or list without requiring significant additional memory, making them memory-efficient. Examples of in-place sorting techniques include B...
Destructive vs Non-Destructive methods in Ruby - DSA part 2
Переглядів 17День тому
Hello Friends, In this lecture, we’ll explore the difference between destructive and non-destructive methods in Ruby. Destructive methods directly modify the object they are called on. These methods often (but not always) have a bang (!) at the end of their names and alter the state of the original object in-place. On the other hand, non-destructive methods leave the original object unchanged. ...
Ruby Interview Questions for freshers - Using class and methods
Переглядів 44День тому
Hello Friends, In this session, we’ll be tackling a common interview question for freshers, focusing on how to convert a random code snippet into a well-structured class and methods. This question is designed to assess your Ruby skills, particularly your understanding of classes and methods. Sometimes, definitions alone aren’t enough to demonstrate your expertise; practical application is key. ...
Bubble Sort Implementation in Ruby - Ruby DSA part 1
Переглядів 89День тому
Hello Friends, In this session, we will begin our journey into learning data structures and algorithms in Ruby. To kick things off, we’ll start with sorting an array, and we’ll begin with one of the simplest and most fundamental sorting algorithms: Bubble Sort. Bubble Sort is known for its simplicity, making it a great starting point. In this lecture, we’ll not only cover the basic concept of B...
How to validate plain ruby classes using ActiveModel
Переглядів 7614 днів тому
Welcome, Friends! In this lecture, we’ll dive into the world of plain Ruby classes and uncover how to implement validations effectively. You'll learn: ✅ The types of validations that work with plain Ruby classes. ✅ The limitations of validations in plain Ruby classes. ✅ How to leverage ActiveModel to enhance your Ruby classes. This knowledge is crucial for: 👉 Interview Preparation - Stand out w...
ActiveModel vs ActiveRecord Validations in Rails
Переглядів 9021 день тому
Hello Friends, In this lecture we will discuss about a basic rails validation topic and that is about difference between ActiveModel and ActiveRecord validations. Here you will understand when to use ActiveModel validation and when to use ActiveRecord validations. And in what scenarios. Please watch the complete lecture for a better understanding. Thanks
What is the Best Way to Update Existing Column Values in Rails?
Переглядів 106Місяць тому
"Updating column values in Rails sounds simple, but when you’re working with large datasets or production environments, choosing the right approach is essential for maintaining performance and data integrity. In this video, I’ll walk you through the best methods for updating column values in a Rails application. We’ll cover: Migrations: Ideal for schema-level changes and one-time updates across...
Overriding Devise Controller for Resource Registration
Переглядів 562 місяці тому
Hello Everyone, In this lecture, we’ll learn how to override Devise controller methods when creating a new Devise resource. By default, Devise provides built-in functionality for tasks like creating and authenticating resources, but knowing how to override these methods is essential in certain scenarios. In this session, we’ll specifically override the create action in the RegistrationsControll...
Adding non-resource attributes into devise signup form
Переглядів 292 місяці тому
Adding non-resource attributes into devise signup form
Different signup options based on devise resource roles
Переглядів 382 місяці тому
Different signup options based on devise resource roles
Exporting active record data in CSV/Excel using ActiveJob
Переглядів 462 місяці тому
Exporting active record data in CSV/Excel using ActiveJob
Working with Rails URLs and Query String
Переглядів 462 місяці тому
Working with Rails URLs and Query String
Exporting ActiveRecord Data to Excel with Customisation
Переглядів 332 місяці тому
Exporting ActiveRecord Data to Excel with Customisation
Exporting ActiveRecord Data to CSV with Customisation
Переглядів 322 місяці тому
Exporting ActiveRecord Data to CSV with Customisation
Implement Search Form from Scratch in Rails
Переглядів 702 місяці тому
Implement Search Form from Scratch in Rails
Sending Emails using ActiveJob and Delayed Job - Part 2
Переглядів 252 місяці тому
Sending Emails using ActiveJob and Delayed Job - Part 2
Sending Emails using ActiveJob and Delayed Job - Part 1
Переглядів 323 місяці тому
Sending Emails using ActiveJob and Delayed Job - Part 1
Setup Environment for ActiveJob with Delayed Job
Переглядів 643 місяці тому
Setup Environment for ActiveJob with Delayed Job
ActiveJobs in Rails - General Walk-through
Переглядів 613 місяці тому
ActiveJobs in Rails - General Walk-through
Implementing Single Responsibility Principle in Controller Actions - Rails
Переглядів 653 місяці тому
Implementing Single Responsibility Principle in Controller Actions - Rails
Error: param is missing or the value is empty: student Def std_params params.require(:student).permit(:name,:email) End
Great series. Thank you.
Good series. Hope you continued the rest of this series in the postgresql series. Thank you
I really appreciate your efforts! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
Thank you..
🎉
Hi sir, do you think it is worth it to learn ruby on rails to get a job (in europe)
@@TripakKk as far as I know right now market is tough but still I strongly recommend Ruby on rails. Just hoping for better days. All the best
keep it on bro...
There is no libpg-dev package.
Can anyone provide me stages of life cycle video link ?
thank u so much for this!!!! so helpful!!!
Very helpful. Thank you for posting!
I have a question. what would happen if you update all these records from the rails console?
@@ricardomordaunt1101 it's just not recommended but doable. The only concern is that we can not track schema changes with rails console. And for production console their might be some chances of timeout if the database is too large. That may lead to inconsistent state. On recommended for test and dev environment
@APPSIMPACTAcademy Thank you for clarifying that..
Mr Ravi.. Thank you...
Sir, I'm using rails version 7 but following your steps. I did all the things correctly but now I facing a problem I add theme code but I'm only seeing words not theme colour and other things😢 What should i do now?
Great Explanantion Sir
As always "Great Informative lecture"
Thanks buddy, you helped me sort some bugs
Hi, excellent! Could you provide a link to the prior video that you reference?
Your Ruby version is 3.1.2, but your Gemfile specified 3.1.4 I clone source code but this error I am using windows system how to solve please make separate video
works without reversible block class AddDummyRecordsToDemoTable < ActiveRecord::Migration[7.2] def up 10.times do |i| puts "Creating Demo #{i + 1}" Demo.create( title: "Demo Title #{i + 1}", description: "Demo Description #{i + 1}" ) end end def down 10.times do |i| puts "Deleting Demo #{i + 1}" demo = Demo.find_by(title: "Demo Title #{i + 1}") demo.destroy if demo.present? end end end
now change_column can receive 4 arguments :table_name, :column_name, :new_type, new_option. something like null: false or default: "value"
I've done the assignment. Thank for sharing knowledge
if students table disappeared from you schema.rb file you can always use command rails db:rollback and after fixing add_attrs_to_students.rb file you can run rails db:migration. Use it and be safe 🦠
If you have an error with validation. try to add data:{turbo:false} <h1>New Student</h1> <%= form_with model: @student, data: { turbo: false } do |form| %> <% if @student.errors.any? %> <% @student.errors.full_messages.each do |message| %> <p><%= message %></p> <% end %> <% end %> <div> <%= form.label :first_name %><br> <%= form.text_field :first_name %> </div> <div> <%= form.label :last_name %><br> <%= form.text_field :last_name %> </div> <div> <%= form.label :email %><br> <%= form.email_field :email %> </div> <div><br> <%= form.submit %> </div> <% end %>
Thank you..
"I know Node.js and am now learning Ruby on Rails. The market is filled with Node.js and MERN stack developers, so I believe that learning Ruby on Rails, along with my knowledge of React, will open up better job opportunities for me. Additionally, I think that Rails and Ruby will become more popular in the upcoming years. What is your view on this topic?"
@@aabbaayy I say yes, i have no doubt on this. Happy learning
working with ruby in windows is a pain a i tired it failed switch to ubantu now everything is working fine
Thanks for this awesome useful learning videos
Hi Sir when will you be uploading videos regarding rails 8?
Thank you.. very helpful..
Thankyou very much sir 🙌
Thank you..
Thank you
From Copacabana Brazil ❤RJ guru
Good, but you can simplify the logic in the model: - add enum instead of JOB_TYPE constant and scopes (:active_jobs...). PS 1) When creating an enum, you can specify the default value and, if necessary, a suffix. 2) This attribute should have the format integer
Hi @ravi Pls create one more project using websocket
Very good material. I am a beginner in rails and this is helping a lot!!!
Please make video on Docker in development mode, 1- Building a Rails app with Docker 2- Applying Docker to an existing Rails app
Please make video on Docker in development mode, 1- Building a Rails app with Docker 2- Applying Docker to an existing Rails app
Please make video on Docker in development mode, 1- Building a Rails app with Docker 2- Applying Docker to an existing Rails app
Thank you, sir. I have been struggling with React for a couple of years now, and your explanations helped me finally understand basic concepts I always struggled with. Thank you
Please make video on Docker in development mode, 1- Building a Rails app with Docker 2- Applying Docker to an existing Rails app
Please make video on Docker in development mode, 1- Building a Rails app with Docker 2- Applying Docker to an existing Rails app
Thanks sir my question is To which account does the amount go on Stripe? The person who created the account on Stripe?
Yes, the account whose credentials are in use
yes i am also getting same error. please provide solution.
@@ShitalPatil-p5z can you please check your node version?
Hii Sir, i want to follow this series from beginning so is there any way that i can get old code from onsight typo issue currently i am cloning this repo so its fixed please guide me how can i get old code so that i could try to fix it by myself to learn. Thankyou and you are doing great for rails community, keep it up sir.
thank you so much for the opportunity 😊
your fan from nepal❤❤ i will start doing this assignment from now