
Thousand separator and Number formating
10
General
Something as simple as formatting a number in form field with thousand separators and currency symbol is driving me crazy! Something that should be simple to do and more importantly should be part...

Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied

Our First API (Example) - GoRails
30
General
Chris, at 10:33, when you open /api/v1/locations/1.json in your browser, I see that you can alternate between raw and parsed views of the json. Which plugin are you using for this?
Someone replied

How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
D john replied

Ruby issue when doing cap deploy production
68
General
Hi, I'm following the Deploy Rails guide.
However, when I run
cap production deploy
I'm getting this error message:
$cap production deploy
DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Searchkick: Reindex on model in multitenancy through default scope app
28
General
Has anyone had any success indexing their multitenant data with searchkick? I followed the suggested article in the readme (https://www.tiagoamaro.com.br/2014/12/11/multi-tenancy-with-searchkick/) ...
Chris Oliver replied

Setup Ubuntu 15.04 Vivid Vervet Discussion
38
General
Worked like a charm testing out on 15.04 with the exception I had to change the repository back to utopic for nodejs and had to add the gpg key for rvm.. great article.. thanks
Someone replied

Vue.js Components in Rails Views Discussion
27
General
Nice video. What about Vue state managment in Rails. When one Vue component mess with state of another Vue component?
leoplct replied

Prevent spam bots from hitting app
7
General
Hi guys and gals
Wasn't sure which category to put this in but here goes anyway...
I have a Rails 5 app in production hosted on Heroku. I recently noticed a particularly high load on the servers ...

Introduction to Importing from CSV Discussion
46
General
thanks
HP replied

Got error message when I install Capistrano, stuck at deployment for two days.
23
Servers
I spent 2 days followed "Deploy Ruby On Rails onUbuntu 18.04 Bionic Beaver" , tried to deploy my rails project, now i'm out of my mind! I have repeated whole process for more than 4 times, always ...
Solved

Pull data from another table in a lookup
53
Rails
Hi all,
I am looking up a list of articles, depending on the brand ID's - `@articles = Article.where(brand_id: brand_ids)` what i would like to know is there a way to retrieve the brand name in thi...
Jacob Montgomery replied
Solved

Setup MacOS 10.11 El Capitan Discussion
100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied

Pointing a method to a namespace, class, or something (ruby question)
2
General
I'm building an API wrapper and struggling with how to set it up the way I'd like. Here's an example of what I'd ultimately like this to look like:
```ruby
ServiceName::Client.new(api_key).record_...
Chris Zempel replied

Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

How do I submit multiple checked items?
18
Rails
Hi all,
can someone guide me in the right direction please?
Basically i have dynamic options a user can select 1 or many of these items. I thought checkboxes would be good for this.
The user then...
Alan Reid replied
Solved

Paypal & Stripe
12
Rails
Hi Chris - I just finished your Stripe course, which works great, but my client also wants the PayPal option. I am just wondering if you could share some insight on how you did it on your site?
Al...
lordelaula replied

How do I display several posts in related "weeks"
17
General
I would like to structure my blog so that I can assign posts I have created with Trix and Shrine to weeks.
I want to have 12 teaserboxes on my index page which can then be clicked and if I click o...

Searchick filter with scope
11
Gems / Libraries
Has anybody used searchkick with a scoped model?
I have an `Article` model with `scope :published, ->{ where(status: "Published") }`.
So In my `ArticleController` I did the following:
```
quer...
Owen replied
Solved

Webpack assets doesn't work after deployment
15
General
Hi, I have been using happily rails until I decided to try stimulusJS. In the begining was great. I saw great value using it. The thing is the assets in the pack folder are not compiled when doing ...
Juan S. Caro replied
Solved