Search Results for "auto-sizing-jpanel-with-jscrollpane"
Lessons
Forum Threads

Auto-submitting Forms & Custom Turbo Stream Actions Discussion
14
General
Awsome work Chris. Thanks!
Ahmed Nadar replied

Auto-removing notices from a turbo_stream
1
Rails
I am appending a notice partial via turbo_stream on a few actions for a model. I am running into an issue on figuring out the best way to remove these notices after a set period of time.
The actua...
Tabish Iqbal replied

Auto saving forms as they type.
2
Javascript
Any good tips on how to auto save the form while user is typing?
For example:
Post is a model. I press create new post to open up a form. While I am typing a post field—it auto saves the post pr...
Anthony Lee replied

Auto-detect User Time Zones in Rails Discussion
6
General
Great video Chris, time zones can be extremely frustating to work with. I would caution against setting time zone in a before action across all controllers. I did something similar and ended up i...
Shawn Wilson replied

Call Api and Auto-Reload div.
1
Rails
Hello!
I want to setup a script that calls api from various webistes and retrieve data every n seconds.
I'd like to setup a page where data(numbers) are showing auto-reload constantly.
Which ...
Rodrigo replied

How do I exclude images in my auto formatting of PDF links?
0
CSS
I added some CSS to my site to put a font a https://birthdaywishes.onl/ wesome PDF icon in front of every hyperlink that links to a PDF. It looks great, but there are a lot of instances where there...
AustinLan posted

Keeping track with Annotate Discussion
9
General
Some time ago I had issues with the `annotate` gem - specifically with auto-annotating models after a `db:migrate` and with some PostgreSQL-specific datatypes (annotate just failed on these). So I ...
Dylan Jones replied

Group Chat with ActionCable: Part 5 Discussion
23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

Turbo stream problem
4
Rails
Hello...
I'm having a problem with a view not fully auto-updating using turbo.
It currently only works when updating or destroying.
So to keep it kinda short, I have a site where users can crud...

How can i switch to slave database in case of master fail?
0
Rails
I have 2 MySQL instances. One is master and the second is a slave. I want to configure the rails app in a way that if the connection to my master database failed, then auto-connect to the slave dat...
hetal sharma posted

Error on Letsencrypt tutorial
0
Servers
I am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed
cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencry...
Ohre Alex posted

Rails App configurations for AWS CodeBuild
1
Rails
I have a rails application that is deployed on `AWS EC2 instance` with `CodePipeline`. I have added the `Build` stage in the pipeline using `AWS CodeBuild` to build test my code.
I have no idea ab...
skooby replied

Automated way to do multilingual in existing rails application
0
Rails
I have existing rails application . Currently no language support and now need to do language support . Is there any tools , gem etc which will help me to find static word from erb/helper/model etc...
Mitesh Kumar posted

Rails for Beginners Part 18: Accessing the Current User Discussion
1
General
Hi chris, thanks for the tutorial so far.
I got this error when implementing this module:
ActionView::Template::Error (undefined method `user' for #):
<% if C...
Kolawole Ezekiel replied

How do I set a start value for 'serial' or sequence in psql
0
Ruby
Hi everyone,
I have a migration like this:
```
def change
add_column :orders, :order_number, :serial
end
```
and when I create a new record in the database I get 1,2,3 etc.,
What I need is ...
Squealer182 posted

Free SSL with Rails and Nginx using Let's Encrypt
17
General
nice tutorial! exactly what i was looking for!
Aleksey Sizov replied

where to look for errors besides nginx error logs
3
Servers
Hi,
My currently deployed Rails app seems to have issues with uploading images to Amazon S3 storage through CarrierWave.
I get the familiar "We're sorry, but something went wrong." message.
I ch...
shakycode replied
Solved

Rails for Beginners Part 30: Tweet Validations Discussion
8
General
Working these videos late, I failed to realize my timezone is different from the rails default. You can set your time zone in `config/application.rb`.
For example:
`config.time_zone = "Eastern Ti...
Peter replied

Stimulus Reflex not replacing element?
0
Rails
I have a view that has a search bar and a card deck.
I'm trying to use stimulus reflect to search the card deck and for some reason my card deck is not re-rendering.
Some of my view updated but t...

Trying to relearn CSS and I'm stuck
1
CSS
I'm trying to figure out how to do a simple animation. I have a box with some text content, the idea is that the box only shows an h2 element until the user mouses over it, then it reveals the para...