Search Results for "online-ijazah"
Lessons
Forum Threads

Best Online SSC Coaching in Delhi?
0
General
Excel SSC is the Best SSC Coaching in Delhi. We use the most innovative and friendly way to guide our students. join us today if you want clear government exam.
Visit website - http://www.excelssc.com

Realtime Online User Tracking with ActionCable Discussion
16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

Showing online users in chatroom sidebar
0
Rails
Hi
I am building a website ("All-In-One") with articles publishing and a chatroom. The basic is done and apparently, everything works. So, now I'm working on better styling and details. here is the...
Bina Darabzand posted

Tracking online users with timestamps Discussion
1
General
At scale, wouldn't adding an update call to every action for every user just be hammering the database?
karatepicke replied

How to make online product designer in ruby on rail
0
General
Hello i want to build this type of online product designer in ruby on rails. [Online Product Designer](http://fancyproductdesigner.com/). Anyone know about any gem that provides this type of functi...

Can anyone recommend an online SQL course that would benefit a Rails dev?
0
General
I'm looking to build on my very limited SQL knowledge and do an online course. A lot of course have an emphasis on certain topics, like data analysis or MySQL, for example. I'm using mostly SQLite ...

Heroku RedisCloud connexions on "Realtime Online User Tracking with ActionCable"
0
Rails
Hi all,
I'm running in a weird issue.
Following the Realtime Online User Tracking with ActionCable screencast, in an app using rails 5.2 I used:
```ruby
ActionCable.server.pubsub.redis_connection_...
Nathan Chalot posted

Looking for a good Angular online course/bootcamp
3
Javascript
The company I work for is paying for me to take an Angular training course soon. If the pandemic wasn't going on this could have been an in-person course but obviously that won't be happening for a...

Displaying User presence when tracking online Users with ActionCable
2
Rails
Hi,
I'm wondering on my current implementation for tracking and displaying user online presence.
I followed "Realtime Online User Tracking with ActionCable" for the most part and right now I'm usi...
Chris Oliver replied
Solved

How do i track or list online users with rails?
0
Rails
How can i track or list online users in rails?
3DWaffle posted

Unable to deploy TailwindCSS on a Rails 7 app to Heroku. Can someone please help me?
0
General
I'm currently trying to deploy my rails 6 application to Heroku.
I'm not sure where the error is coming from since the styles work well on development but break when pushing to production.
...
Medves Larisa Viviana posted

How do I display a list of Favorited Posts from forum on the User Profile page?
5
Rails
I'm creating a forum and am trying to display a list of posts that have been **favorited** by the current user in the ```users/show.html.erb``` view.
When I favorite a post however, then go to my ...
Rob Sturcke replied
Solved

$container.isotope is not a function ruby on rails
1
Javascript
I’ve managed to install a theme in my Rails app now. However, there’s still some bugs in the js.
Uncaught TypeError: $container.isotope is not a function
windowLoadInit main.js:1358
jQuery...
Owen replied

Rails for Beginners Part 17: Login Form Discussion
8
General
It would be great to show how to do login with both username and email as well.

JRuby on Rails and Java dependency management
1
General
I've been searching online for a good way to manage Java dependencies in a JRuby on Rails app. I am interested in a way to structure the initial setup. I will have to use quite a lot of machine lea...
Chris Oliver replied

Testing Rails ActionCable Channel
1
Rails
I followed along with the Online user tracking with ActionCable and was able to get it all working. I replicated a similar channel in another app and again it works great, however when I came to te...

How can i change STRIPE2 description on the charge from a paiment?
0
Rails
When you use the stripe api to make online payments, I receive a charge in my app from my bank with the description of STRIPE2, is there any way to change this description for something personalize...
Jose Estrada posted

Rails 4 ActionMailer Issue
0
Rails
I have created a rails app for booking cabs online. I want my app to have the functionality of sending emails to users once their booking is confirmed. For this, I am following Ryan Bates railscas...
Nikhil Sharma posted

How do i populate a dropdown based on the parent_id selected in a tree structure?
0
Rails
i am currently working on an online store where the category model has ancestry with the ancestry gem, i would like to add products by selecting the parent category first and then based on the sele...
Nana Manu posted

How to create a live countdown clock?
2
General
Hi all,
We're creating an online auction which has a countdown clock on the show page of a listing.
The timer counts down every second, just like this example: https://countingdownto.com/
I've bee...
Thomas Van Holder replied