Search Results for "running-a-macro-in-rake"

Forum Threads

Setup MacOS 10.11 El Capitan Discussion

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

Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?

3
Rails
Background --------- I have an existing Rails 5.0.7.2 app running on Ruby 2.5.1. In several places I generate invoices as HTML (I build a full HTML string by replacing template tags server-side) an...
Preston Edwards replied

Foreign Key on_delete db Constraints Discussion

3
General
The `add_foreign_key` docs show all the various options for `on_delete` and others: https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key
Terry S replied

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...

Flash Messages and Toasts with Hotwire & Turbo.js Discussion

25
General
Nice! I've been playing with Turbo and that comes on perfect timing, thanks! But didn't you think that feels wrong? We used to have the controller do all of that for us with the redirects and fla...
Chuck replied

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

Rails for Beginners Part 1: Installing Ruby on Rails Discussion

14
General
Hi Chris, i have a question, currently have rvm on my machine, do you think i can get problems if i install also rbenv to install ruby 3.0.0?
TinotyDal 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

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...

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

Rails credentials returning nil

8
General
I have a Rails 6.0.0beta2 app and I'm having trouble reading my credentials. When I do rails credentials:edit I can add credentials and they're saving just fine. ``` aws: access_key_id: 123 s...
Valeriia Chavdar replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion

79
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

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

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

Using Vagrant for Rails Development Discussion

159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

How much is the cost to get a web design company to build me something I need with Ruby rails?

12
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...
Everett Clayton replied

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

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