Row-level Multitenancy with ActsAsTenant Discussion
8
General
Of all the multi tenancy methods you have used, which one do you think is the best. I know it depends, but I need your opinion, which one would your mind start thinking of?
bradley replied
Rails for Beginners Part 12: Validations Discussion
10
General
I tried copying this regex "\A[^@\s]+@[^@\s]+\z" to https://rubular.com/ but it aren't working until I remove the \A and \z making this [^@\s]+@[^@\s]+ before it could work, any reason for that?
Jerry Lupo replied
User Referral Program From Scratch Discussion
23
General
Just the thing I was needed for a current project, as usual, perfect timing Chris !
Ajay Mishael replied
Price Discount
0
General
hi.. I would like to have an anual subscriptions, 200 usd a year is a number for me, do you have some discount available for Argentina's student ?
Thanks
Pablo
Pablo Rodriguez posted
iTunes Controller Code Review: Part 3 Discussion
2
General
These refactoring series are great. Thanks for taking us through it. Any plans on sharing the source?
Chris Oliver replied
Testing API Requests Discussion
0
General
I am getting an error "Faraday::Adapter::Test::Stubs::NotFound: no stubbed request for post" and cannot find anything that could be wrong.
######secret_test.rb#########
```
stub_token = stub_requ...
Miroslav Kralik posted
Login with Facebook Discussion
30
General
Thanks for the video—it was great! I would love to see how you'd approach managing multiple OmniAuth strategies for a single user without Devise.…
How to use Partials in Rails Discussion
0
General
The closing quotation mark is missing, and the backticks are misleading. (I'm guessing they were added for formatting markdown, but due to some change in the blog they are now appearing as visible...
Brandon posted
Muliple has_one's on a polymorphic association
1
General
I wish to add a billing_address and a delivery_address to my Client's.
So i thought i would make my Addresses polymorphic.
```ruby
class Client < ActiveRecord::Base
has_many :addresses, as: ...
Caching with Etags Discussion
4
General
Can I use this with associations in views?
I have post with author and use fresh_when on post. If I change author will it render on post view old author or new one?
Leon Entrup replied
Setup MacOS 11 Big Sur Discussion
4
General
Hi
I get an error:
/.zshrc:2: parse error near `source'
any ideas why?
Setup MacOS 12 Monterey Discussion
30
General
Hello Chris,
Thanks a lot for this guide. I was having a really hard time trying to install homebrew and rails on my MacBook after I installed Monterey. 😃
how to create and use different sub models of base data model
1
General
I am an iOS developer developing my first rails app. I would like to have suggestion on what i am trying to build. I want to create a web portal for different type of service providers.
Any body ca...
Chris Oliver replied
ActiveRecord Default Scopes, Unscoped, and Unscope Discussion
3
General
Students are required to do their assignments in a timely manner
Engineering Books I Recommend Discussion
0
General
Thank you for sharing!
PowerApps Attachments
0
General
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
I am new to rails.
2
General
Just finished with ruby this week and I thought going for rails is the next step. I am a little confused about where to start. I will appreciate if anyone can point me to what to start with .what l...
Christopher Slade replied
Handle "delayed" response from external API
2
General
I have been following the series on building a gem using Faraday against the Vultr API and have started building my own version of it against one of the Azure dataplane API's. This works a little b...
iram replied
How to use the MQTT Protocol with Ruby Discussion
0
General
How would you compare this to Kafka?
Talha Shoaib posted