Search Results for "running-a-macro-in-rake"
Lessons
Forum Threads

How to install Tailwind CSS using Webpacker with Rails Discussion
28
General
Nice addition to GoRails episode list. Would love to see more TailwindCSS with Rails videos. Also thanks for plugging your laptop power in...I was starting to panic :D
Mostafa Ahangarha replied

Setup Ubuntu 13.10 Saucy Salamander Discussion
96
General
I believe in the line "sudo apt-get install postgresql-common -t raring," raring should actually be saucy. Also in the line "rails new myapp -d postgres," postgres should be postgresql.
Someone replied

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

Share session across multiple Rails micro-services using CookieStore
1
General
Has anyone successfully made multiple Rails 6 applications share the same session cookie? I have two applications: login and admin. Login authenticates the user and sets a session cookie after whic...
Ricky replied

Background Workers with ActiveJob and Sidekiq Discussion
22
General
Great video, I deployed my app with capistrano every thing went well except sidekiq, the jobs are not running. I tried debugging but sidekiq command is not working on my production system, could yo...
gafemoyano replied

Rails for Beginners Part 23: Rails Credentials Discussion
26
General
When I try to do rails credentials:edit I get the following error
No $EDITOR to open file in. Assign one like this:
EDITOR="mate --wait" bin/rails credentials:edit
I did copy and paste what it s...
Jess Antunes replied

Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
Azmat Ulhaq replied

ActiveRecord queries are running too slow for Rails project
0
Rails
My ActiveRecord queries are taking too much load time and slowing down my API response times. I don't even have much data in the databse, like for accounts table there are only 10 rows. I'm running...
Simmi Badhan posted

Recurring Select Accepts "Null" As a Valid Rule
2
Gems / Libraries
I followed the Chris' excellent tutorial on [Recurring events with the ice_cube gem](https://gorails.com/episodes/recurring-events?autoplay=1). However, I was running into an issue when the value ...
Francisco Quinones replied

How much is the cost to get a web design company to build me something I need with Ruby rails?
11
General
Hi guys, so I am basically running a small business and I need a web application built with ruby on rails. I heard it is a pretty good framework, but I don't know how much the cost is for this. I w...

RemoteFX Multi-user Login or alternative for better graphic performance?
0
Servers
Hello,
We are running a "Windows Server 2016" VM inside a "Windows Server 2016" Hyper-V Host. Remote Desktop Session Host is enabled, User CALs installed and the Multi-user login works fine. On t...
sun18 posted

How to quiet Delayed Job logs in development?
1
Rails
Rails 3.2.14 / Ruby 2.0.0 / Delayed Job 4.1.4 / Foreman
I'm running a worker with Delayed Job, starting the process with Foreman. It all works fine but my dev logs are full of Delayed Job SQL sta...

Devise Masquerade + Multitenant with act_as_tenant
1
Ruby
I am running a multitenant app with users and administrators scoped to their own account / domain (act_as_tenant).
My use case is the following : I have a superAdmin model who has access to a supe...

Redis on Digital Ocean vs. AWS/ElastiCache
2
Servers
I'm running a Rails app on AWS Elastic Beanstalk / EC2 which also uses ElastiCache / Redis to run background jobs with Sidekiq. If I'm not mistaken, ElastiCache is a completely separate service tha...
Craig DesBrisay replied
Solved

GEM dependencies for implementing Google Pay and Apple Pay in Ruby
2
Gems / Libraries
We have an ecommerce website using Stripe as the payment provider and want to implement Google Pay and Apple Pay. For background, we are running a lot of out of date GEMS and Ruby is currently at v...
Xst996 replied

Managed hosting
4
Servers
Hi there,
I am curious what others a doing for large scale managed hosting. Currently we managing our own AWS and I would like to hand those duties over to a 3rd party. I am looking at Heroku but ...
Beau O'Hara replied

Scheduled Cron Jobs with the Whenever Gem Discussion
5
General
Hey!I've used the gem but know I understand it a bit more. Just one question. The flags -l and -c in "...bin/bash..." are crontab flags or bash flags?Thanks a lot!
Zayyana Khoir replied

Hi, my name is...
4
General
Ryan Blakely. I'm a PHX, Arizona based Rails developer. I started learning Rails about 2 years ago during my senior year of college at Arizona State University. After graduating and working for a y...

Pair Programming on Rails Scopes Discussion
9
General
This sort of tutorial is really so helpful. It would have been more nice if we could watch how to change default week days and starting week day in rails.
Alisha Taylor replied

Multi select form & DB search
1
General
Hi there,
I want to allow a user to select multiple brands and teams in a select form field. I am using the user's input to create CSV through running a query.
So far I only can query single tea...
Chris Oliver replied
Solved