Rails I18n Cheatsheet Discussion
0
General
Hey everyone! Check out this Rails I18n (Internationalization tunnel rush) cheatsheet I found. It's been super helpful for managing translations in my projects. Thought I'd share the love. What are...
Juan Jacobson posted
Deploy Ubuntu 16.04 Xenial Xerus Discussion
0
General
Scraping Web Pages with Ruby Discussion
1
General
I haven't seen the next episodes yet but up until this point I'm wondering if a Scraper class is really a recommended way to do this? It seems like you are just replacing the Nokogiri API with your...
Chris Oliver replied
How many people have transitioned from .NET development to Ruby on Rails
0
General
Hi,
As per the title I am an experienced .NET developer who has mostly been working the backend with API's got into frontend a little mostly Vue and did some MVC in the past but not in anger.
So f...
Tahir Khalid posted
Cyber Security VS Software Engineering
5
General
what is the difference between cyber security and software engineering?
Lardius replied
In-App Messages Between Users Discussion
25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!
Dynamic Single Table Inheritance with Rails Discussion
8
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
benoit torrent replied
Form Objects Design Pattern Discussion
15
General
Nice episode, I've been using forms like this all over the place, especially when an AR object can be saved via many different use cases with many different "valid" states. One quibble, seem more ...
Jasper Wilde replied
New Project Rails 6 rc1 or 5.2.3?
5
General
Rails 6 should be just around the corner once they fix a couple of bugs/regressions. Since you probably won't be finished with your app by then, you won't have to worry about the upgrade if you sta...
Lardius replied
Solved
Copy Passwords To Clipboard Discussion
0
General
I don't understand the static values declaration here on the clipboard_controller. Can you throw some more light on it please ? How does that work ?
Nimit Bhandari posted
How to use the Browser Geolocation API with Rails Discussion
3
General
Back to Rails: I would prefer Ruby/Rails screencasts over more and more Stimulus. Please don't become a Stimulus videocast.
Tworedkites replied
Web Scraper UI Controllers & Actions Discussion
0
General
Storing Web Scraper Results in ActiveRecord models Discussion
0
General
Host PHP without breaking Hatchbox?
8
General
Hi,
I have a couple of small PHP scripts I want to host on my Hatchbox / Vultr / Ubuntu server.
Whats the best way to do that without screwing up Hatchbox?
Thanks!
Chris Oliver replied
How to Refresh the OmniAuth AuthHash Discussion
2
General
Nice tutorial
Freibuis replied
Stripe subscription - set a minimum time before cancel and stop billing
0
General
Hi,
I'm asked to make Stripe plans where the user can chose between three plans where pricing depends of the duration:
* per month (15$/mo)
* per trimester (12$/mo)
* per year (10$/mo)
For all thi...
Nathan Chalot posted
Setup MacOS 11.0 Big Sur Discussion
29
General
When installing the headers:
'sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / '
Got this error:
' installer: Error - the package pa...
anniesteuber replied